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 @@ -24,5 +24,5 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==20.29.3
virtualenv==20.30.0
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.7.0
coverage[toml]==7.8.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -154,7 +154,7 @@ py==1.11.0
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
pycodestyle==2.12.1
pycodestyle==2.13.0
# via -r requirements/test.txt
pycparser==2.22
# via
Expand All @@ -166,7 +166,7 @@ pyjwt[crypto]==2.10.1
# via
# -r requirements/test.txt
# social-auth-core
pylint==3.3.5
pylint==3.3.6
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -196,9 +196,9 @@ pytest==8.3.5
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==6.0.0
pytest-cov==6.1.0
# via -r requirements/test.txt
pytest-django==4.10.0
pytest-django==4.11.0
# via -r requirements/test.txt
python-slugify==8.0.4
# via
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.3
virtualenv==20.30.0
# 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==77.0.1
setuptools==78.1.0
# 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 @@ -35,7 +35,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.2.0
# via edx-lint
coverage[toml]==7.7.0
coverage[toml]==7.8.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -105,7 +105,7 @@ pluggy==1.5.0
# tox
py==1.11.0
# via tox
pycodestyle==2.12.1
pycodestyle==2.13.0
# via -r requirements/test.in
pycparser==2.22
# via
Expand All @@ -117,7 +117,7 @@ pyjwt[crypto]==2.10.1
# via
# -r requirements/base.txt
# social-auth-core
pylint==3.3.5
pylint==3.3.6
# via
# edx-lint
# pylint-celery
Expand All @@ -135,9 +135,9 @@ pytest==8.3.5
# via
# pytest-cov
# pytest-django
pytest-cov==6.0.0
pytest-cov==6.1.0
# via -r requirements/test.in
pytest-django==4.10.0
pytest-django==4.11.0
# via -r requirements/test.in
python-slugify==8.0.4
# via code-annotations
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.3
virtualenv==20.30.0
# via tox

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