Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #83

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@
#
appdirs==1.4.4
# via fs
asgiref==3.7.2
asgiref==3.8.1
# via django
backports-zoneinfo==0.2.1
# via django
bleach[css]==6.1.0
# via html-xblock
boto3==1.34.49
boto3==1.34.144
# via fs-s3fs
botocore==1.34.49
botocore==1.34.144
# via
# boto3
# s3transfer
django==3.2.24
django==4.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# html-xblock
Expand All @@ -28,37 +30,35 @@ fs==2.4.16
# xblock
fs-s3fs==1.1.1
# via openedx-django-pyfs
html-xblock==1.3.6
html-xblock==1.3.7
# via -r requirements/base.in
jmespath==1.0.1
# via
# boto3
# botocore
lazy==1.6
# via xblock
lxml==5.1.0
lxml==5.2.2
# via xblock
mako==1.3.2
mako==1.3.5
# via
# xblock
# xblock-utils
markupsafe==2.1.5
# via
# mako
# xblock
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.6.0
# via xblock
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# botocore
# xblock
pytz==2024.1
# via
# django
# xblock
# via xblock
pyyaml==6.0.1
# via xblock
s3transfer==0.10.0
s3transfer==0.10.2
# via boto3
simplejson==3.19.2
# via
Expand All @@ -70,15 +70,15 @@ six==1.16.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.4.4
sqlparse==0.5.0
# via django
tinycss2==1.2.1
# via bleach
typing-extensions==4.10.0
typing-extensions==4.12.2
# via asgiref
urllib3==1.26.18
urllib3==1.26.19
# via botocore
web-fragments==2.1.0
web-fragments==2.2.0
# via
# xblock
# xblock-utils
Expand All @@ -88,7 +88,7 @@ webencodings==0.5.1
# tinycss2
webob==1.8.7
# via xblock
xblock[django]==1.10.0
xblock[django]==4.0.1
# via
# html-xblock
# xblock-utils
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#
distlib==0.3.8
# via virtualenv
filelock==3.13.1
filelock==3.15.4
# via
# tox
# virtualenv
packaging==23.2
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.2.0
platformdirs==4.2.2
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
py==1.11.0
# via tox
Expand All @@ -34,5 +34,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.25.1
virtualenv==20.26.3
# via tox
Loading
Loading