Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Oct 8, 2024
1 parent 4bacb6e commit fcbcbac
Show file tree
Hide file tree
Showing 9 changed files with 305 additions and 342 deletions.
77 changes: 36 additions & 41 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,30 +8,25 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
attrs==23.2.0
attrs==24.2.0
# via -r requirements/base.in
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
# djangorestframework
bleach==6.1.0
# via -r requirements/base.in
boto3==1.34.90
boto3==1.35.35
# via fs-s3fs
botocore==1.34.90
botocore==1.35.35
# via
# boto3
# s3transfer
certifi==2024.2.2
certifi==2024.8.30
# via requests
cffi==1.16.0
cffi==1.17.1
# via pynacl
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
django==4.2.11
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -52,19 +47,21 @@ django-config-models==2.7.0
# via -r requirements/base.in
django-crum==0.7.9
# via edx-django-utils
django-filter==24.2
django-filter==24.3
# via -r requirements/base.in
django-statici18n==2.5.0
# via -r requirements/base.in
django-waffle==4.1.0
# via edx-django-utils
djangorestframework==3.15.1
djangorestframework==3.15.2
# via django-config-models
dnspython==2.7.0
# via pymongo
edx-ccx-keys==1.3.0
# via -r requirements/base.in
edx-django-utils==5.12.0
edx-django-utils==5.16.0
# via django-config-models
edx-opaque-keys[django]==2.8.0
edx-opaque-keys[django]==2.11.0
# via
# -r requirements/base.in
# edx-ccx-keys
Expand All @@ -77,7 +74,7 @@ fs-s3fs==1.1.1
# via openedx-django-pyfs
future==1.0.0
# via pyjwkest
idna==3.7
idna==3.10
# via requests
jmespath==1.0.1
# via
Expand All @@ -87,55 +84,55 @@ jsonfield==3.1.0
# via -r requirements/base.in
lazy==1.6
# via -r requirements/base.in
lxml==5.2.1
lxml==5.3.0
# via
# -r requirements/base.in
# xblock
mako==1.3.3
mako==1.3.5
# via
# -r requirements/base.in
# xblock
markupsafe==2.1.5
markupsafe==3.0.0
# via
# mako
# xblock
newrelic==9.9.0
newrelic==10.0.0
# via edx-django-utils
oauthlib==3.2.2
# via -r requirements/base.in
openedx-django-pyfs==3.6.0
openedx-django-pyfs==3.7.0
# via -r requirements/base.in
openedx-filters==1.8.1
openedx-filters==1.11.0
# via -r requirements/base.in
pbr==6.0.0
pbr==6.1.0
# via stevedore
psutil==5.9.8
psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pycryptodomex==3.20.0
pycryptodomex==3.21.0
# via
# -r requirements/base.in
# pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.in
pymongo==3.13.0
pymongo==4.10.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.9.0.post0
# via
# botocore
# xblock
pytz==2024.1
pytz==2024.2
# via xblock
pyyaml==6.0.1
pyyaml==6.0.2
# via xblock
requests==2.31.0
requests==2.32.3
# via pyjwkest
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
simplejson==3.19.2
simplejson==3.19.3
# via xblock
six==1.16.0
# via
Expand All @@ -145,17 +142,15 @@ six==1.16.0
# fs-s3fs
# pyjwkest
# python-dateutil
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
stevedore==5.3.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.11.0
# via
# asgiref
# edx-opaque-keys
urllib3==1.26.18
typing-extensions==4.12.2
# via edx-opaque-keys
urllib3==1.26.20
# via
# -c requirements/constraints.txt
# botocore
Expand All @@ -164,9 +159,9 @@ web-fragments==2.2.0
# via xblock
webencodings==0.5.1
# via bleach
webob==1.8.7
webob==1.8.8
# via xblock
xblock==4.0.0
xblock==5.1.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit fcbcbac

Please sign in to comment.