Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 9, 2024
1 parent dd8606c commit 39d1b22
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.35.71
boto3==1.35.76
# via fs-s3fs
botocore==1.35.71
botocore==1.35.76
# via
# boto3
# s3transfer
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# django-appconf
Expand Down Expand Up @@ -45,7 +45,7 @@ lxml[html-clean,html_clean]==5.3.0
# xblock
lxml-html-clean==0.4.1
# via lxml
mako==1.3.6
mako==1.3.8
# via xblock
markupsafe==3.0.2
# via
Expand All @@ -71,7 +71,7 @@ s3transfer==0.10.4
# via boto3
simplejson==3.19.3
# via xblock
six==1.16.0
six==1.17.0
# via
# fs
# fs-s3fs
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ asgiref==3.8.1
# -r requirements/quality.txt
# -r requirements/test.txt
# django
astroid==3.3.5
astroid==3.3.6
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -29,12 +29,12 @@ binaryornot==0.4.4
# -r requirements/quality.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.35.71
boto3==1.35.76
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.71
botocore==1.35.76
# 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.8
coverage[toml]==7.6.9
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -111,7 +111,7 @@ distlib==0.3.9
# -r requirements/quality.txt
# -r requirements/test.txt
# virtualenv
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -196,7 +196,7 @@ lxml-html-clean==0.4.1
# -r requirements/quality.txt
# -r requirements/test.txt
# lxml
mako==1.3.6
mako==1.3.8
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -373,7 +373,7 @@ simplejson==3.19.3
# -r requirements/test.txt
# xblock
# xblock-sdk
six==1.16.0
six==1.17.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -408,7 +408,7 @@ tox==4.23.2
# via
# -r requirements/quality.txt
# -r requirements/test.txt
types-python-dateutil==2.9.0.20241003
types-python-dateutil==2.9.0.20241206
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
16 changes: 8 additions & 8 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.71
boto3==1.35.76
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.71
botocore==1.35.76
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -77,7 +77,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -87,7 +87,7 @@ distlib==0.3.9
# via
# -r requirements/test.txt
# virtualenv
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -175,7 +175,7 @@ lxml-html-clean==0.4.1
# via
# -r requirements/test.txt
# lxml
mako==1.3.6
mako==1.3.8
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -218,7 +218,7 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.11.2
pkginfo==1.12.0
# via twine
platformdirs==4.3.6
# via
Expand Down Expand Up @@ -320,7 +320,7 @@ simplejson==3.19.3
# -r requirements/test.txt
# xblock
# xblock-sdk
six==1.16.0
six==1.17.0
# via
# -r requirements/test.txt
# fs
Expand Down Expand Up @@ -366,7 +366,7 @@ tox==4.23.2
# via -r requirements/test.txt
twine==6.0.1
# via -r requirements/doc.in
types-python-dateutil==2.9.0.20241003
types-python-dateutil==2.9.0.20241206
# via
# -r requirements/test.txt
# arrow
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.71
boto3==1.35.76
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.71
botocore==1.35.76
# 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.8
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -81,7 +81,7 @@ distlib==0.3.9
# via
# -r requirements/test.txt
# virtualenv
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -149,7 +149,7 @@ lxml-html-clean==0.4.1
# via
# -r requirements/test.txt
# lxml
mako==1.3.6
mako==1.3.8
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -279,7 +279,7 @@ simplejson==3.19.3
# -r requirements/test.txt
# xblock
# xblock-sdk
six==1.16.0
six==1.17.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -304,7 +304,7 @@ tomlkit==0.13.2
# via pylint
tox==4.23.2
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20241003
types-python-dateutil==2.9.0.20241206
# via
# -r requirements/test.txt
# arrow
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.71
boto3==1.35.76
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.71
botocore==1.35.76
# 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.8
coverage[toml]==7.6.9
# via pytest-cov
distlib==0.3.9
# via virtualenv
Expand Down Expand Up @@ -104,7 +104,7 @@ lxml-html-clean==0.4.1
# via
# -r requirements/base.txt
# lxml
mako==1.3.6
mako==1.3.8
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -193,7 +193,7 @@ simplejson==3.19.3
# -r requirements/base.txt
# xblock
# xblock-sdk
six==1.16.0
six==1.17.0
# via
# -r requirements/base.txt
# fs
Expand All @@ -209,7 +209,7 @@ text-unidecode==1.3
# via python-slugify
tox==4.23.2
# via -r requirements/test.in
types-python-dateutil==2.9.0.20241003
types-python-dateutil==2.9.0.20241206
# via arrow
urllib3==2.2.3
# via
Expand Down

0 comments on commit 39d1b22

Please sign in to comment.