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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==4.2.19
django==4.2.20
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
distlib==0.3.9
# via virtualenv
filelock==3.17.0
filelock==3.18.0
# via
# tox
# virtualenv
packaging==24.2
# via tox
platformdirs==4.3.6
platformdirs==4.3.7
# via virtualenv
pluggy==1.5.0
# via tox
Expand All @@ -24,5 +24,5 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==20.29.2
virtualenv==20.29.3
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.8
astroid==3.3.9
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -49,7 +49,7 @@ code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.12
coverage[toml]==7.7.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -72,7 +72,7 @@ distlib==0.3.9
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==4.2.19
django==4.2.20
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -82,7 +82,7 @@ edx-django-release-util==1.4.0
# via -r requirements/test.txt
edx-lint==5.6.0
# via -r requirements/test.txt
filelock==3.17.0
filelock==3.18.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -94,7 +94,7 @@ idna==3.10
# via
# -r requirements/test.txt
# requests
iniconfig==2.0.0
iniconfig==2.1.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -137,7 +137,7 @@ pbr==6.1.1
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.3.6
platformdirs==4.3.7
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -160,13 +160,13 @@ pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pycryptodomex==3.21.0
pycryptodomex==3.22.0
# via -r requirements/test.txt
pyjwt[crypto]==2.10.1
# via
# -r requirements/test.txt
# social-auth-core
pylint==3.3.4
pylint==3.3.5
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -268,7 +268,7 @@ urllib3==2.2.3
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# requests
virtualenv==20.29.2
virtualenv==20.29.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
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 @@ pip==24.2
# via
# -c /home/runner/work/auth-backends/auth-backends/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.8.2
setuptools==77.0.1
# via -r requirements/pip.in
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.8
astroid==3.3.9
# via
# pylint
# pylint-celery
Expand All @@ -35,7 +35,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.2.0
# via edx-lint
coverage[toml]==7.6.12
coverage[toml]==7.7.0
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -62,7 +62,7 @@ edx-django-release-util==1.4.0
# via -r requirements/test.in
edx-lint==5.6.0
# via -r requirements/test.in
filelock==3.17.0
filelock==3.18.0
# via
# tox
# virtualenv
Expand All @@ -72,7 +72,7 @@ idna==3.10
# via
# -r requirements/base.txt
# requests
iniconfig==2.0.0
iniconfig==2.1.0
# via pytest
isort==6.0.1
# via pylint
Expand All @@ -95,7 +95,7 @@ packaging==24.2
# tox
pbr==6.1.1
# via stevedore
platformdirs==4.3.6
platformdirs==4.3.7
# via
# pylint
# virtualenv
Expand All @@ -111,13 +111,13 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pycryptodomex==3.21.0
pycryptodomex==3.22.0
# via -r requirements/test.in
pyjwt[crypto]==2.10.1
# via
# -r requirements/base.txt
# social-auth-core
pylint==3.3.4
pylint==3.3.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -194,7 +194,7 @@ urllib3==2.2.3
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# requests
virtualenv==20.29.2
virtualenv==20.29.3
# via tox

# The following packages are considered to be unsafe in a requirements file:
Expand Down