Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jul 12, 2024
1 parent 58740af commit 293bcff
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ asgiref==3.8.1
# via django
backports-zoneinfo==0.2.1
# via django
certifi==2024.6.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
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 @@ -34,7 +34,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
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 @@ -73,7 +73,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 Down Expand Up @@ -264,7 +264,7 @@ tomlkit==0.12.5
# via
# -r requirements/quality.txt
# pylint
tox==4.15.1
tox==4.16.0
# via -r requirements/ci.txt
typing-extensions==4.12.2
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ backports-zoneinfo==0.2.1
# django
build==1.2.1
# via -r requirements/doc.in
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/test.txt
# requests
Expand All @@ -42,7 +42,7 @@ coverage[toml]==7.5.4
# pytest-cov
cryptography==42.0.8
# via secretstorage
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 Down Expand Up @@ -110,7 +110,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
2 changes: 1 addition & 1 deletion 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.2.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/test.txt
# requests
Expand All @@ -42,7 +42,7 @@ coverage[toml]==7.5.4
# pytest-cov
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
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ backports-zoneinfo==0.2.1
# via
# -r requirements/base.txt
# django
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/base.txt
# requests
Expand Down

0 comments on commit 293bcff

Please sign in to comment.