Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.2
cryptography==42.0.4
# via
# pyjwt
# social-auth-core
Expand All @@ -36,7 +36,6 @@ pycparser==2.21
pyjwt[crypto]==2.8.0
# via
# -r requirements/base.in
# pyjwt
# social-auth-core
python3-openid==3.2.0
# via social-auth-core
Expand All @@ -60,5 +59,5 @@ sqlparse==0.4.4
# via django
typing-extensions==4.9.0
# via asgiref
urllib3==2.2.0
urllib3==2.2.1
# via requests
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
15 changes: 7 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.4.1
coverage[toml]==7.4.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==42.0.2
cryptography==42.0.4
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -144,7 +143,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -174,7 +173,6 @@ pycryptodomex==3.20.0
pyjwt[crypto]==2.8.0
# via
# -r requirements/test.txt
# pyjwt
# social-auth-core
pylint==3.0.3
# via
Expand All @@ -200,7 +198,8 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==8.0.0
# pip-tools
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -294,11 +293,11 @@ typing-extensions==4.9.0
# pylint
unittest2==1.1.0
# via -r requirements/test.txt
urllib3==2.2.0
urllib3==2.2.1
# via
# -r requirements/test.txt
# requests
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
11 changes: 5 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
# via edx-lint
coverage[toml]==7.4.1
coverage[toml]==7.4.2
# via
# -r requirements/test.in
# pytest-cov
cryptography==42.0.2
cryptography==42.0.4
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -118,7 +118,6 @@ pycryptodomex==3.20.0
pyjwt[crypto]==2.8.0
# via
# -r requirements/base.txt
# pyjwt
# social-auth-core
pylint==3.0.3
# via
Expand All @@ -134,7 +133,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.0.0
pytest==8.0.1
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -208,9 +207,9 @@ typing-extensions==4.9.0
# pylint
unittest2==1.1.0
# via -r requirements/test.in
urllib3==2.2.0
urllib3==2.2.1
# via
# -r requirements/base.txt
# requests
virtualenv==20.25.0
virtualenv==20.25.1
# via tox