Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed May 2, 2024
1 parent 7f09ecb commit 681ec00
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 40 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ django==4.2.11
# -c requirements/common_constraints.txt
# -r requirements/base.in
# social-auth-app-django
idna==3.6
idna==3.7
# via requests
oauthlib==3.2.2
# via
Expand All @@ -51,15 +51,15 @@ requests-oauthlib==2.0.0
# via social-auth-core
six==1.16.0
# via -r requirements/base.in
social-auth-app-django==5.4.0
social-auth-app-django==5.4.1
# via -r requirements/base.in
social-auth-core==4.5.3
social-auth-core==4.5.4
# via
# -r requirements/base.in
# social-auth-app-django
sqlparse==0.4.4
sqlparse==0.5.0
# via django
typing-extensions==4.10.0
typing-extensions==4.11.0
# via asgiref
urllib3==2.2.1
# via requests
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
distlib==0.3.8
# via virtualenv
filelock==3.13.3
filelock==3.14.0
# via
# tox
# virtualenv
packaging==24.0
# via tox
platformdirs==4.2.0
platformdirs==4.2.1
# via virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
py==1.11.0
# via tox
Expand All @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==20.25.1
virtualenv==20.26.1
# via tox
29 changes: 14 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.4.4
coverage[toml]==7.5.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -87,19 +87,19 @@ edx-django-release-util==1.4.0
# via -r requirements/test.txt
edx-lint==5.3.6
# via -r requirements/test.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
filelock==3.13.3
filelock==3.14.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
# virtualenv
httpretty==1.1.4
# via -r requirements/test.txt
idna==3.6
idna==3.7
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -151,13 +151,13 @@ pbr==6.0.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
platformdirs==4.2.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# pylint
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -200,12 +200,12 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -244,13 +244,13 @@ six==1.16.0
# edx-lint
# tox
# unittest2
social-auth-app-django==5.4.0
social-auth-app-django==5.4.1
# via -r requirements/test.txt
social-auth-core==4.5.3
social-auth-core==4.5.4
# via
# -r requirements/test.txt
# social-auth-app-django
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/test.txt
# django
Expand All @@ -271,7 +271,6 @@ tomli==2.0.1
# coverage
# pip-tools
# pylint
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.4
Expand All @@ -287,7 +286,7 @@ traceback2==1.4.0
# via
# -r requirements/test.txt
# unittest2
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -299,7 +298,7 @@ urllib3==2.2.1
# via
# -r requirements/test.txt
# requests
virtualenv==20.25.1
virtualenv==20.26.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
3 changes: 1 addition & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ packaging==24.0
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
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.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.2.0
setuptools==69.5.1
# via -r requirements/pip.in
26 changes: 13 additions & 13 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via edx-lint
coverage[toml]==7.4.4
coverage[toml]==7.5.0
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -67,15 +67,15 @@ edx-django-release-util==1.4.0
# via -r requirements/test.in
edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
filelock==3.13.3
filelock==3.14.0
# via
# tox
# virtualenv
httpretty==1.1.4
# via -r requirements/test.in
idna==3.6
idna==3.7
# via
# -r requirements/base.txt
# requests
Expand All @@ -102,11 +102,11 @@ packaging==24.0
# tox
pbr==6.0.0
# via stevedore
platformdirs==4.2.0
platformdirs==4.2.1
# via
# pylint
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# pytest
# tox
Expand Down Expand Up @@ -138,7 +138,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.1.1
pytest==8.2.0
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -172,13 +172,13 @@ six==1.16.0
# edx-lint
# tox
# unittest2
social-auth-app-django==5.4.0
social-auth-app-django==5.4.1
# via -r requirements/base.txt
social-auth-core==4.5.3
social-auth-core==4.5.4
# via
# -r requirements/base.txt
# social-auth-app-django
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
Expand All @@ -200,7 +200,7 @@ tox==3.28.0
# -r requirements/test.in
traceback2==1.4.0
# via unittest2
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -212,5 +212,5 @@ urllib3==2.2.1
# via
# -r requirements/base.txt
# requests
virtualenv==20.25.1
virtualenv==20.26.1
# via tox

0 comments on commit 681ec00

Please sign in to comment.