Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Oct 21, 2024
1 parent 6a5aa3f commit b1531d6
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lxml==5.3.0
# via xblock
mako==1.3.5
# via xblock
markupsafe==3.0.1
markupsafe==3.0.2
# via
# mako
# xblock
Expand Down
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.39
boto3==1.35.44
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.39
botocore==1.35.44
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -83,13 +83,13 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via
# -r requirements/test.txt
# coveralls
coveralls==4.0.1
# via -r requirements/test.txt
cryptography==43.0.1
cryptography==43.0.3
# via
# -r requirements/test.txt
# secretstorage
Expand Down Expand Up @@ -193,7 +193,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/test.txt
# rich
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -365,7 +365,7 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.21.2
tox==4.23.0
# via -r requirements/tox.txt
twine==5.1.1
# via -r requirements/test.txt
Expand All @@ -379,7 +379,7 @@ urllib3==2.2.3
# botocore
# requests
# twine
virtualenv==20.26.6
virtualenv==20.27.0
# via
# -r requirements/tox.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mako==1.3.5
# via
# -r requirements/base.txt
# xblock
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/base.txt
# mako
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mako==1.3.5
# via
# -r requirements/base.txt
# xblock
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/base.txt
# jinja2
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==75.1.0
setuptools==75.2.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.3.5
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.39
boto3==1.35.44
# via fs-s3fs
botocore==1.35.39
botocore==1.35.44
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -85,7 +85,7 @@ mako==1.3.5
# xblock
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/base.txt
# jinja2
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.39
boto3==1.35.44
# via fs-s3fs
botocore==1.35.39
botocore==1.35.44
# via
# boto3
# s3transfer
Expand All @@ -48,11 +48,11 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via coveralls
coveralls==4.0.1
# via -r requirements/test.in
cryptography==43.0.1
cryptography==43.0.3
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -116,7 +116,7 @@ mako==1.3.5
# xblock
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/base.txt
# jinja2
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.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.8.0
# via tox
tox==4.21.2
tox==4.23.0
# via -r requirements/tox.in
virtualenv==20.26.6
virtualenv==20.27.0
# via tox

0 comments on commit b1531d6

Please sign in to comment.