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
24 changes: 12 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
#
asgiref==3.11.1
# via django
certifi==2026.2.25
certifi==2026.4.22
# via requests
cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.5
charset-normalizer==3.4.7
# via requests
click==8.3.1
click==8.3.3
# 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.7
# via pyjwt
defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==5.2.12
django==5.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -47,9 +47,9 @@ edx-django-utils==8.0.1
# via
# -r requirements/base.in
# edx-toggles
edx-toggles==5.4.1
edx-toggles==6.0.0
# via -r requirements/base.in
idna==3.11
idna==3.13
# via requests
jinja2==3.1.6
# via code-annotations
Expand All @@ -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,17 +75,17 @@ python3-openid==3.2.0
# via social-auth-core
pyyaml==6.0.3
# via code-annotations
requests==2.32.5
requests==2.33.1
# via
# requests-oauthlib
# social-auth-core
requests-oauthlib==2.0.0
# via social-auth-core
six==1.17.0
# via -r requirements/base.in
social-auth-app-django==5.7.0
social-auth-app-django==5.8.0
# via -r requirements/base.in
social-auth-core==4.8.5
social-auth-core==4.8.6
# via
# -r requirements/base.in
# social-auth-app-django
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@
#
distlib==0.4.0
# via virtualenv
filelock==3.25.0
filelock==3.29.0
# via
# python-discovery
# tox
# virtualenv
packaging==26.0
packaging==26.1
# via tox
platformdirs==4.9.4
platformdirs==4.9.6
# via
# python-discovery
# virtualenv
pluggy==1.6.0
# via tox
py==1.11.0
# via tox
python-discovery==1.1.0
python-discovery==1.2.2
# 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.4
# via tox
48 changes: 24 additions & 24 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ astroid==4.0.4
# -r requirements/test.txt
# pylint
# pylint-celery
build==1.4.0
build==1.4.4
# via
# -r requirements/pip-tools.txt
# pip-tools
certifi==2026.2.25
certifi==2026.4.22
# via
# -r requirements/test.txt
# requests
Expand All @@ -30,11 +30,11 @@ cffi==2.0.0
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.4.5
charset-normalizer==3.4.7
# via
# -r requirements/test.txt
# requests
click==8.3.1
click==8.3.3
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
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.7
# via
# -r requirements/test.txt
# pyjwt
Expand All @@ -76,7 +76,7 @@ distlib==0.4.0
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==5.2.12
django==5.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -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
edx-toggles==6.0.0
# via -r requirements/test.txt
filelock==3.25.0
filelock==3.29.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -115,7 +115,7 @@ filelock==3.25.0
# virtualenv
httpretty==1.1.4
# via -r requirements/test.txt
idna==3.11
idna==3.13
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -148,7 +148,7 @@ oauthlib==3.3.1
# -r requirements/test.txt
# requests-oauthlib
# social-auth-core
packaging==26.0
packaging==26.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -159,7 +159,7 @@ packaging==26.0
# wheel
pip-tools==7.5.3
# via -r requirements/pip-tools.txt
platformdirs==4.9.4
platformdirs==4.9.6
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -190,11 +190,11 @@ pycparser==3.0
# cffi
pycryptodomex==3.23.0
# via -r requirements/test.txt
pygments==2.19.2
pygments==2.20.0
# 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 @@ -227,16 +227,16 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==9.0.2
pytest==9.0.3
# via
# -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.2
# 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.1
# via
# -r requirements/test.txt
# requests-oauthlib
Expand All @@ -275,9 +275,9 @@ six==1.17.0
# edx-lint
# tox
# unittest2
social-auth-app-django==5.7.0
social-auth-app-django==5.8.0
# via -r requirements/test.txt
social-auth-core==4.8.5
social-auth-core==4.8.6
# via
# -r requirements/test.txt
# social-auth-app-django
Expand Down Expand Up @@ -316,12 +316,12 @@ urllib3==2.6.3
# -r requirements/test.txt
# requests
# responses
virtualenv==21.1.0
virtualenv==21.2.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
wheel==0.46.3
wheel==0.47.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
build==1.4.0
build==1.4.4
# via pip-tools
click==8.3.1
click==8.3.3
# via pip-tools
packaging==26.0
packaging==26.1
# via
# build
# wheel
Expand All @@ -18,7 +18,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.46.3
wheel==0.47.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
packaging==26.0
packaging==26.1
# via wheel
wheel==0.46.3
wheel==0.47.0
# via -r requirements/pip.in

# 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
Loading
Loading