Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Oct 21, 2024
1 parent f238f58 commit 0ec9c31
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
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 @@ -47,7 +47,7 @@ lxml-html-clean==0.3.1
# via lxml
mako==1.3.5
# via xblock
markupsafe==3.0.1
markupsafe==3.0.2
# via
# mako
# xblock
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ binaryornot==0.4.4
# -r requirements/quality.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.35.39
boto3==1.35.44
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.39
botocore==1.35.44
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -95,7 +95,7 @@ cookiecutter==2.6.0
# -r requirements/quality.txt
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -206,7 +206,7 @@ markdown-it-py==3.0.0
# -r requirements/quality.txt
# -r requirements/test.txt
# rich
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -404,7 +404,7 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.21.2
tox==4.23.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -419,7 +419,7 @@ urllib3==2.2.3
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.26.6
virtualenv==20.27.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,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 @@ -77,11 +77,11 @@ 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
# pytest-cov
cryptography==43.0.1
cryptography==43.0.3
# via secretstorage
distlib==0.3.9
# via
Expand Down Expand Up @@ -185,7 +185,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 @@ -364,7 +364,7 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tox==4.21.2
tox==4.23.0
# via -r requirements/test.txt
twine==5.1.1
# via -r requirements/doc.in
Expand All @@ -380,7 +380,7 @@ urllib3==2.2.3
# botocore
# requests
# twine
virtualenv==20.26.6
virtualenv==20.27.0
# via
# -r requirements/test.txt
# tox
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
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,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 @@ -71,7 +71,7 @@ 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
# pytest-cov
Expand Down Expand Up @@ -157,7 +157,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 @@ -302,7 +302,7 @@ text-unidecode==1.3
# python-slugify
tomlkit==0.13.2
# via pylint
tox==4.21.2
tox==4.23.0
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20241003
# via
Expand All @@ -313,7 +313,7 @@ urllib3==2.2.3
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.26.6
virtualenv==20.27.0
# via
# -r requirements/test.txt
# tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ asgiref==3.8.1
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.39
boto3==1.35.44
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.39
botocore==1.35.44
# via
# -r requirements/base.txt
# boto3
Expand All @@ -45,7 +45,7 @@ colorama==0.4.6
# via tox
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via pytest-cov
distlib==0.3.9
# via virtualenv
Expand Down Expand Up @@ -110,7 +110,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 Expand Up @@ -207,7 +207,7 @@ stevedore==5.3.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tox==4.21.2
tox==4.23.0
# via -r requirements/test.in
types-python-dateutil==2.9.0.20241003
# via arrow
Expand All @@ -216,7 +216,7 @@ urllib3==2.2.3
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.26.6
virtualenv==20.27.0
# via tox
web-fragments==2.2.0
# via
Expand Down

0 comments on commit 0ec9c31

Please sign in to comment.