Skip to content
Open
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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
click==8.3.1
# via
# code-annotations
# edx-django-utils
code-annotations==2.3.2
code-annotations==3.0.0
# via edx-toggles
cryptography==46.0.5
cryptography==46.0.6
# via pyjwt
defusedxml==0.7.1
# via
Expand Down Expand Up @@ -63,7 +63,7 @@ psutil==7.2.2
# via edx-django-utils
pycparser==3.0
# via cffi
pyjwt[crypto]==2.11.0
pyjwt[crypto]==2.12.1
# via
# -r requirements/base.in
# social-auth-core
Expand All @@ -75,7 +75,7 @@ python3-openid==3.2.0
# via social-auth-core
pyyaml==6.0.3
# via code-annotations
requests==2.32.5
requests==2.33.0
# via
# requests-oauthlib
# social-auth-core
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.4.0
# via virtualenv
filelock==3.25.0
filelock==3.25.2
# via
# python-discovery
# tox
Expand All @@ -21,13 +21,13 @@ pluggy==1.6.0
# via tox
py==1.11.0
# via tox
python-discovery==1.1.0
python-discovery==1.2.0
# via virtualenv
six==1.17.0
# via tox
tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==21.1.0
virtualenv==21.2.0
# via tox
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ astroid==4.0.4
# -r requirements/test.txt
# pylint
# pylint-celery
build==1.4.0
build==1.4.2
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -30,7 +30,7 @@ cffi==2.0.0
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via
# -r requirements/test.txt
# requests
Expand All @@ -47,16 +47,16 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via
# -r requirements/test.txt
# pytest-cov
cryptography==46.0.5
cryptography==46.0.6
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -102,11 +102,11 @@ edx-django-utils==8.0.1
# via
# -r requirements/test.txt
# edx-toggles
edx-lint==5.6.0
edx-lint==6.0.0
# via -r requirements/test.txt
edx-toggles==5.4.1
# via -r requirements/test.txt
filelock==3.25.0
filelock==3.25.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -194,7 +194,7 @@ pygments==2.19.2
# via
# -r requirements/test.txt
# pytest
pyjwt[crypto]==2.11.0
pyjwt[crypto]==2.12.1
# via
# -r requirements/test.txt
# social-auth-core
Expand Down Expand Up @@ -232,11 +232,11 @@ pytest==9.0.2
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==7.0.0
pytest-cov==7.1.0
# via -r requirements/test.txt
pytest-django==4.12.0
# via -r requirements/test.txt
python-discovery==1.1.0
python-discovery==1.2.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -255,7 +255,7 @@ pyyaml==6.0.3
# code-annotations
# edx-django-release-util
# responses
requests==2.32.5
requests==2.33.0
# via
# -r requirements/test.txt
# requests-oauthlib
Expand Down Expand Up @@ -316,7 +316,7 @@ urllib3==2.6.3
# -r requirements/test.txt
# requests
# responses
virtualenv==21.1.0
virtualenv==21.2.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.4.0
build==1.4.2
# via pip-tools
click==8.3.1
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ wheel==0.46.3
# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
# via -r requirements/pip.in
setuptools==82.0.0
setuptools==82.0.1
# via -r requirements/pip.in
22 changes: 11 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cffi==2.0.0
# -r requirements/base.txt
# cryptography
# pynacl
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via
# -r requirements/base.txt
# requests
Expand All @@ -36,16 +36,16 @@ click==8.3.1
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via
# -r requirements/base.txt
# edx-lint
# edx-toggles
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via
# -r requirements/test.in
# pytest-cov
cryptography==46.0.5
cryptography==46.0.6
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -85,11 +85,11 @@ edx-django-utils==8.0.1
# via
# -r requirements/base.txt
# edx-toggles
edx-lint==5.6.0
edx-lint==6.0.0
# via -r requirements/test.in
edx-toggles==5.4.1
# via -r requirements/base.txt
filelock==3.25.0
filelock==3.25.2
# via
# python-discovery
# tox
Expand Down Expand Up @@ -151,7 +151,7 @@ pycryptodomex==3.23.0
# via -r requirements/test.in
pygments==2.19.2
# via pytest
pyjwt[crypto]==2.11.0
pyjwt[crypto]==2.12.1
# via
# -r requirements/base.txt
# social-auth-core
Expand All @@ -177,11 +177,11 @@ pytest==9.0.2
# via
# pytest-cov
# pytest-django
pytest-cov==7.0.0
pytest-cov==7.1.0
# via -r requirements/test.in
pytest-django==4.12.0
# via -r requirements/test.in
python-discovery==1.1.0
python-discovery==1.2.0
# via virtualenv
python-slugify==8.0.4
# via
Expand All @@ -197,7 +197,7 @@ pyyaml==6.0.3
# code-annotations
# edx-django-release-util
# responses
requests==2.32.5
requests==2.33.0
# via
# -r requirements/base.txt
# requests-oauthlib
Expand Down Expand Up @@ -252,5 +252,5 @@ urllib3==2.6.3
# -r requirements/base.txt
# requests
# responses
virtualenv==21.1.0
virtualenv==21.2.0
# via tox
Loading