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 Jul 9, 2024
1 parent 8636d58 commit 8adec72
Show file tree
Hide file tree
Showing 8 changed files with 192 additions and 146 deletions.
38 changes: 20 additions & 18 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
bleach==6.1.0
# via -r requirements/base.in
boto3==1.34.90
boto3==1.34.141
# via fs-s3fs
botocore==1.34.90
botocore==1.34.141
# via
# boto3
# s3transfer
certifi==2024.2.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via pynacl
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
django==4.2.11
django==4.2.14
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -58,13 +58,15 @@ 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.6.1
# via pymongo
edx-ccx-keys==1.3.0
# via -r requirements/base.in
edx-django-utils==5.12.0
edx-django-utils==5.14.2
# via django-config-models
edx-opaque-keys[django]==2.8.0
edx-opaque-keys[django]==2.10.0
# via
# -r requirements/base.in
# edx-ccx-keys
Expand All @@ -87,29 +89,29 @@ jsonfield==3.1.0
# via -r requirements/base.in
lazy==1.6
# via -r requirements/base.in
lxml==5.2.1
lxml==5.2.2
# via
# -r requirements/base.in
# xblock
mako==1.3.3
mako==1.3.5
# via
# -r requirements/base.in
# xblock
markupsafe==2.1.5
# via
# mako
# xblock
newrelic==9.9.0
newrelic==9.11.0
# via edx-django-utils
oauthlib==3.2.2
# via -r requirements/base.in
openedx-django-pyfs==3.6.0
# via -r requirements/base.in
openedx-filters==1.8.1
openedx-filters==1.9.0
# via -r requirements/base.in
pbr==6.0.0
# via stevedore
psutil==5.9.8
psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
Expand All @@ -119,7 +121,7 @@ pycryptodomex==3.20.0
# pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.in
pymongo==3.13.0
pymongo==4.8.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand All @@ -131,9 +133,9 @@ pytz==2024.1
# via xblock
pyyaml==6.0.1
# 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
# via xblock
Expand All @@ -151,11 +153,11 @@ stevedore==5.2.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# asgiref
# edx-opaque-keys
urllib3==1.26.18
urllib3==1.26.19
# via
# -c requirements/constraints.txt
# botocore
Expand All @@ -166,7 +168,7 @@ webencodings==0.5.1
# via bleach
webob==1.8.7
# via xblock
xblock==4.0.0
xblock==4.0.1
# via -r requirements/base.in

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

0 comments on commit 8adec72

Please sign in to comment.