Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 19, 2024
1 parent 16997db commit dc13e24
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pytz==2024.1
# via -r requirements/base.in
pyyaml==6.0.2
# via -r requirements/base.in
simplejson==3.19.2
simplejson==3.19.3
# via -r requirements/base.in
six==1.16.0
# via
Expand All @@ -42,7 +42,7 @@ typing-extensions==4.12.2
# via edx-opaque-keys
web-fragments==2.2.0
# via -r requirements/base.in
webob==1.8.7
webob==1.8.8
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tox==4.17.1
tox==4.18.0
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==24.2.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.34.158
boto3==1.35.0
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.158
botocore==1.35.0
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -113,7 +113,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.110.1
hypothesis==6.111.1
# via -r requirements/test.txt
inflect==7.3.1
# via
Expand Down Expand Up @@ -263,7 +263,7 @@ s3transfer==0.10.2
# via
# -r requirements/test.txt
# boto3
simplejson==3.19.2
simplejson==3.19.3
# via -r requirements/test.txt
six==1.16.0
# via
Expand All @@ -289,11 +289,11 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.13.0
tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.17.1
tox==4.18.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -317,7 +317,7 @@ virtualenv==20.26.3
# tox
web-fragments==2.2.0
# via -r requirements/test.txt
webob==1.8.7
webob==1.8.8
# via -r requirements/test.txt
wheel==0.44.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ appdirs==1.4.4
# fs
asgiref==3.8.1
# via django
boto3==1.34.158
boto3==1.35.0
# via fs-s3fs
botocore==1.34.158
botocore==1.35.0
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -68,7 +68,7 @@ pyyaml==6.0.2
# via -r requirements/base.txt
s3transfer==0.10.2
# via boto3
simplejson==3.19.2
simplejson==3.19.3
# via -r requirements/base.txt
six==1.16.0
# via
Expand All @@ -90,7 +90,7 @@ urllib3==2.2.2
# via botocore
web-fragments==2.2.0
# via -r requirements/base.txt
webob==1.8.7
webob==1.8.8
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.158
boto3==1.35.0
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.158
botocore==1.35.0
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -118,7 +118,7 @@ s3transfer==0.10.2
# via
# -r requirements/django.txt
# boto3
simplejson==3.19.2
simplejson==3.19.3
# via -r requirements/django.txt
six==1.16.0
# via
Expand All @@ -128,7 +128,7 @@ six==1.16.0
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
# via
Expand Down Expand Up @@ -169,7 +169,7 @@ urllib3==2.2.2
# requests
web-fragments==2.2.0
# via -r requirements/django.txt
webob==1.8.7
webob==1.8.8
# via -r requirements/django.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.1.0
setuptools==72.2.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ astroid==3.2.4
# pylint-celery
attrs==24.2.0
# via hypothesis
boto3==1.34.158
boto3==1.35.0
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.158
botocore==1.35.0
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.110.1
hypothesis==6.111.1
# via -r requirements/test.in
inflect==7.3.1
# via jinja2-pluralize
Expand Down Expand Up @@ -192,7 +192,7 @@ s3transfer==0.10.2
# via
# -r requirements/django.txt
# boto3
simplejson==3.19.2
simplejson==3.19.3
# via -r requirements/django.txt
six==1.16.0
# via
Expand All @@ -214,9 +214,9 @@ stevedore==5.2.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.0
tomlkit==0.13.2
# via pylint
tox==4.17.1
tox==4.18.0
# via -r requirements/test.in
typeguard==4.3.0
# via inflect
Expand All @@ -233,7 +233,7 @@ virtualenv==20.26.3
# via tox
web-fragments==2.2.0
# via -r requirements/django.txt
webob==1.8.7
webob==1.8.8
# via -r requirements/django.txt

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

0 comments on commit dc13e24

Please sign in to comment.