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 Jul 15, 2024
1 parent fcebe1d commit bc1b9f8
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
django==4.2.13
django==4.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
tox==4.16.0
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.2.2
astroid==3.2.3
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -30,7 +30,7 @@ cachetools==5.3.3
# via
# -r requirements/ci.txt
# tox
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -67,7 +67,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -87,7 +87,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.13
django==4.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand All @@ -97,7 +97,7 @@ docutils==0.20.1
# readme-renderer
edx-lint==5.3.6
# via -r requirements/quality.txt
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/quality.txt
# pytest
Expand Down Expand Up @@ -177,7 +177,7 @@ more-itertools==10.3.0
# -r requirements/quality.txt
# jaraco-classes
# jaraco-functools
nh3==0.2.17
nh3==0.2.18
# via
# -r requirements/quality.txt
# readme-renderer
Expand Down Expand Up @@ -331,11 +331,11 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
tomlkit==0.13.0
# via
# -r requirements/quality.txt
# pylint
tox==4.15.1
tox==4.16.0
# via -r requirements/ci.txt
twine==5.1.1
# via -r requirements/quality.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
build==1.2.1
# via -r requirements/doc.in
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -41,15 +41,15 @@ code-annotations==1.8.0
# via -r requirements/test.txt
colorama==0.4.6
# via sphinx-autobuild
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.8
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.13
django==4.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -62,7 +62,7 @@ docutils==0.19
# readme-renderer
# restructuredtext-lint
# sphinx
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -114,7 +114,7 @@ more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.17
nh3==0.2.18
# via readme-renderer
packaging==24.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.1
pip==24.1.2
# via -r requirements/pip.in
setuptools==70.1.1
setuptools==70.3.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.2
astroid==3.2.3
# via
# pylint
# pylint-celery
Expand All @@ -19,7 +19,7 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# -c requirements/constraints.txt
# -r requirements/test.txt
# django
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -37,7 +37,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -47,15 +47,15 @@ ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
# via pylint
django==4.2.13
django==4.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
docutils==0.20.1
# via readme-renderer
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -106,7 +106,7 @@ more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.17
nh3==0.2.18
# via readme-renderer
packaging==24.1
# via
Expand Down Expand Up @@ -201,7 +201,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.5
tomlkit==0.13.0
# via pylint
twine==5.1.1
# via -r requirements/quality.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ click==8.1.7
# via code-annotations
code-annotations==1.8.0
# via -r requirements/test.in
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
django==4.2.13
django==4.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via pytest
iniconfig==2.0.0
# via pytest
Expand Down

0 comments on commit bc1b9f8

Please sign in to comment.