Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 19, 2024
1 parent 00ce0ea commit e330b1c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# via django
binaryornot==0.4.4
# via cookiecutter
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 @@ -94,7 +94,7 @@ rich==13.7.1
# via cookiecutter
s3transfer==0.10.2
# via boto3
simplejson==3.19.2
simplejson==3.19.3
# via
# -r requirements/base.in
# xblock
Expand All @@ -117,7 +117,7 @@ web-fragments==2.2.0
# via
# -r requirements/base.in
# xblock
webob==1.8.7
webob==1.8.8
# via
# -r requirements/base.in
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.34.158
boto3==1.35.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.158
botocore==1.35.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -302,7 +302,7 @@ s3transfer==0.10.2
# -r requirements/base.txt
# -r requirements/test.txt
# boto3
simplejson==3.19.2
simplejson==3.19.3
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -329,9 +329,9 @@ text-unidecode==1.3
# -r requirements/base.txt
# -r requirements/test.txt
# 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
# -r requirements/test.txt
Expand All @@ -355,7 +355,7 @@ web-fragments==2.2.0
# -r requirements/base.txt
# -r requirements/test.txt
# xblock
webob==1.8.7
webob==1.8.8
# via
# -r requirements/base.txt
# -r requirements/test.txt
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
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
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 @@ -254,7 +254,7 @@ s3transfer==0.10.2
# via
# -r requirements/test.txt
# boto3
simplejson==3.19.2
simplejson==3.19.3
# via
# -r requirements/test.txt
# xblock
Expand All @@ -277,9 +277,9 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.13.0
tomlkit==0.13.2
# via pylint
tox==4.17.1
tox==4.18.0
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20240316
# via
Expand All @@ -298,7 +298,7 @@ web-fragments==2.2.0
# via
# -r requirements/test.txt
# xblock
webob==1.8.7
webob==1.8.8
# via
# -r requirements/test.txt
# xblock
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.34.158
boto3==1.35.0
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.158
botocore==1.35.0
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -193,7 +193,7 @@ s3transfer==0.10.2
# via
# -r requirements/base.txt
# boto3
simplejson==3.19.2
simplejson==3.19.3
# via
# -r requirements/base.txt
# xblock
Expand All @@ -211,7 +211,7 @@ text-unidecode==1.3
# via
# -r requirements/base.txt
# python-slugify
tox==4.17.1
tox==4.18.0
# via -r requirements/test.in
types-python-dateutil==2.9.0.20240316
# via
Expand All @@ -228,7 +228,7 @@ web-fragments==2.2.0
# via
# -r requirements/base.txt
# xblock
webob==1.8.7
webob==1.8.8
# via
# -r requirements/base.txt
# xblock
Expand Down

0 comments on commit e330b1c

Please sign in to comment.