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/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ filelock==3.18.0
# via
# tox
# virtualenv
packaging==24.2
packaging==25.0
# via tox
platformdirs==4.3.7
# via virtualenv
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.2.0
code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -63,7 +63,7 @@ defusedxml==0.7.1
# -r requirements/test.txt
# python3-openid
# social-auth-core
dill==0.3.9
dill==0.4.0
# via
# -r requirements/test.txt
# pylint
Expand All @@ -78,7 +78,7 @@ django==4.2.20
# -r requirements/test.txt
# edx-django-release-util
# social-auth-app-django
edx-django-release-util==1.4.0
edx-django-release-util==1.5.0
# via -r requirements/test.txt
edx-lint==5.6.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -123,7 +123,7 @@ oauthlib==3.2.2
# -r requirements/test.txt
# requests-oauthlib
# social-auth-core
packaging==24.2
packaging==25.0
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -196,9 +196,9 @@ pytest==8.3.5
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==6.1.0
pytest-cov==6.1.1
# via -r requirements/test.txt
pytest-django==4.11.0
pytest-django==4.11.1
# via -r requirements/test.txt
python-slugify==8.0.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.2.2.post1
# via pip-tools
click==8.1.8
# via pip-tools
packaging==24.2
packaging==25.0
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
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==78.1.0
setuptools==79.0.1
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.2.0
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.8.0
# via
Expand All @@ -49,7 +49,7 @@ defusedxml==0.7.1
# -r requirements/base.txt
# python3-openid
# social-auth-core
dill==0.3.9
dill==0.4.0
# via pylint
distlib==0.3.9
# via virtualenv
Expand All @@ -58,7 +58,7 @@ distlib==0.3.9
# -r requirements/base.txt
# edx-django-release-util
# social-auth-app-django
edx-django-release-util==1.4.0
edx-django-release-util==1.5.0
# via -r requirements/test.in
edx-lint==5.6.0
# via -r requirements/test.in
Expand Down Expand Up @@ -89,7 +89,7 @@ oauthlib==3.2.2
# -r requirements/base.txt
# requests-oauthlib
# social-auth-core
packaging==24.2
packaging==25.0
# via
# pytest
# tox
Expand Down Expand Up @@ -135,9 +135,9 @@ pytest==8.3.5
# via
# pytest-cov
# pytest-django
pytest-cov==6.1.0
pytest-cov==6.1.1
# via -r requirements/test.in
pytest-django==4.11.0
pytest-django==4.11.1
# via -r requirements/test.in
python-slugify==8.0.4
# via code-annotations
Expand Down