Skip to content

Commit b92924f

Browse files
chore: Upgrade Python requirements (#376)
1 parent dd2e74d commit b92924f

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ filelock==3.18.0
1010
# via
1111
# tox
1212
# virtualenv
13-
packaging==24.2
13+
packaging==25.0
1414
# via tox
1515
platformdirs==4.3.7
1616
# via virtualenv

requirements/dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ click-log==0.4.0
4545
# via
4646
# -r requirements/test.txt
4747
# edx-lint
48-
code-annotations==2.2.0
48+
code-annotations==2.3.0
4949
# via
5050
# -r requirements/test.txt
5151
# edx-lint
@@ -63,7 +63,7 @@ defusedxml==0.7.1
6363
# -r requirements/test.txt
6464
# python3-openid
6565
# social-auth-core
66-
dill==0.3.9
66+
dill==0.4.0
6767
# via
6868
# -r requirements/test.txt
6969
# pylint
@@ -78,7 +78,7 @@ django==4.2.20
7878
# -r requirements/test.txt
7979
# edx-django-release-util
8080
# social-auth-app-django
81-
edx-django-release-util==1.4.0
81+
edx-django-release-util==1.5.0
8282
# via -r requirements/test.txt
8383
edx-lint==5.6.0
8484
# via -r requirements/test.txt
@@ -123,7 +123,7 @@ oauthlib==3.2.2
123123
# -r requirements/test.txt
124124
# requests-oauthlib
125125
# social-auth-core
126-
packaging==24.2
126+
packaging==25.0
127127
# via
128128
# -r requirements/ci.txt
129129
# -r requirements/pip-tools.txt
@@ -196,9 +196,9 @@ pytest==8.3.5
196196
# -r requirements/test.txt
197197
# pytest-cov
198198
# pytest-django
199-
pytest-cov==6.1.0
199+
pytest-cov==6.1.1
200200
# via -r requirements/test.txt
201-
pytest-django==4.11.0
201+
pytest-django==4.11.1
202202
# via -r requirements/test.txt
203203
python-slugify==8.0.4
204204
# via

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build==1.2.2.post1
88
# via pip-tools
99
click==8.1.8
1010
# via pip-tools
11-
packaging==24.2
11+
packaging==25.0
1212
# via build
1313
pip-tools==7.4.1
1414
# via -r requirements/pip-tools.in

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ pip==24.2
1212
# via
1313
# -c /home/runner/work/auth-backends/auth-backends/requirements/common_constraints.txt
1414
# -r requirements/pip.in
15-
setuptools==78.1.0
15+
setuptools==79.0.1
1616
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ click==8.1.8
3333
# edx-lint
3434
click-log==0.4.0
3535
# via edx-lint
36-
code-annotations==2.2.0
36+
code-annotations==2.3.0
3737
# via edx-lint
3838
coverage[toml]==7.8.0
3939
# via
@@ -49,7 +49,7 @@ defusedxml==0.7.1
4949
# -r requirements/base.txt
5050
# python3-openid
5151
# social-auth-core
52-
dill==0.3.9
52+
dill==0.4.0
5353
# via pylint
5454
distlib==0.3.9
5555
# via virtualenv
@@ -58,7 +58,7 @@ distlib==0.3.9
5858
# -r requirements/base.txt
5959
# edx-django-release-util
6060
# social-auth-app-django
61-
edx-django-release-util==1.4.0
61+
edx-django-release-util==1.5.0
6262
# via -r requirements/test.in
6363
edx-lint==5.6.0
6464
# via -r requirements/test.in
@@ -89,7 +89,7 @@ oauthlib==3.2.2
8989
# -r requirements/base.txt
9090
# requests-oauthlib
9191
# social-auth-core
92-
packaging==24.2
92+
packaging==25.0
9393
# via
9494
# pytest
9595
# tox
@@ -135,9 +135,9 @@ pytest==8.3.5
135135
# via
136136
# pytest-cov
137137
# pytest-django
138-
pytest-cov==6.1.0
138+
pytest-cov==6.1.1
139139
# via -r requirements/test.in
140-
pytest-django==4.11.0
140+
pytest-django==4.11.1
141141
# via -r requirements/test.in
142142
python-slugify==8.0.4
143143
# via code-annotations

0 commit comments

Comments
 (0)