Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Aug 26, 2024
1 parent f855b26 commit 89c9ba9
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.4.0
cachetools==5.5.0
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -35,7 +35,7 @@ filelock==3.15.4
# -r requirements/tox.txt
# tox
# virtualenv
idna==3.7
idna==3.8
# via requests
packaging==24.1
# via
Expand Down Expand Up @@ -63,7 +63,7 @@ tomli==2.0.1
# coverage
# pyproject-api
# tox
tox==4.17.1
tox==4.18.0
# via -r requirements/tox.txt
urllib3==2.2.2
# via requests
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,21 +109,21 @@ edx-django-release-util==1.4.0
# -r requirements/base.txt
# -r requirements/docs.txt
# -r requirements/test.txt
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.txt
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
factory-boy==3.3.0
factory-boy==3.3.1
# via -r requirements/test.txt
faker==26.3.0
faker==28.0.0
# via
# -r requirements/test.txt
# factory-boy
freezegun==1.5.1
# via -r requirements/test.txt
idna==3.7
idna==3.8
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -133,7 +133,7 @@ imagesize==1.4.1
# -r requirements/docs.txt
# -r requirements/test.txt
# sphinx
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -277,7 +277,7 @@ snowballstemmer==2.2.0
# -r requirements/docs.txt
# -r requirements/test.txt
# sphinx
soupsieve==2.5
soupsieve==2.6
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -332,7 +332,7 @@ sqlparse==0.5.1
# -r requirements/docs.txt
# -r requirements/test.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -346,7 +346,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.13.0
tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ docutils==0.19
# sphinx
edx-django-release-util==1.4.0
# via -r requirements/base.txt
idna==3.7
idna==3.8
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via sphinx
jinja2==3.1.4
# via sphinx
Expand Down Expand Up @@ -89,7 +89,7 @@ six==1.16.0
# sphinxcontrib-napoleon
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
sphinx==6.2.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via build
packaging==24.1
# via build
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==73.0.1
# via -r requirements/pip.in
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,25 +84,25 @@ edx-django-release-util==1.4.0
# via
# -r requirements/base.txt
# -r requirements/docs.txt
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.in
exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.0
factory-boy==3.3.1
# via -r requirements/test.in
faker==26.3.0
faker==28.0.0
# via factory-boy
freezegun==1.5.1
# via -r requirements/test.in
idna==3.7
idna==3.8
# via
# -r requirements/docs.txt
# requests
imagesize==1.4.1
# via
# -r requirements/docs.txt
# sphinx
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via
# -r requirements/docs.txt
# sphinx
Expand Down Expand Up @@ -214,7 +214,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/docs.txt
# sphinx
soupsieve==2.5
soupsieve==2.6
# via
# -r requirements/docs.txt
# beautifulsoup4
Expand Down Expand Up @@ -256,7 +256,7 @@ sqlparse==0.5.1
# -r requirements/base.txt
# -r requirements/docs.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand All @@ -265,7 +265,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.13.0
tomlkit==0.13.2
# via pylint
typing-extensions==4.12.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.4.0
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.17.1
tox==4.18.0
# via -r requirements/tox.in
virtualenv==20.26.3
# via tox

0 comments on commit 89c9ba9

Please sign in to comment.