Skip to content

Commit 5075c59

Browse files
chore: Upgrade Python requirements
1 parent 3791b65 commit 5075c59

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ asgiref==3.11.1
88
# via
99
# -r requirements/quality.txt
1010
# django
11-
astroid==4.0.3
11+
astroid==4.0.4
1212
# via
1313
# -r requirements/quality.txt
1414
# pylint

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ docutils==0.21.2
4747
# readme-renderer
4848
# restructuredtext-lint
4949
# sphinx
50-
id==1.5.0
50+
id==1.6.1
5151
# via twine
5252
idna==3.11
5353
# via requests
@@ -131,7 +131,6 @@ readme-renderer==44.0
131131
# via twine
132132
requests==2.32.5
133133
# via
134-
# id
135134
# requests-toolbelt
136135
# sphinx
137136
# twine
@@ -190,6 +189,7 @@ typing-extensions==4.15.0
190189
# pydata-sphinx-theme
191190
urllib3==2.6.3
192191
# via
192+
# id
193193
# requests
194194
# twine
195195
zipp==3.23.0

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ pip==25.3
1414
# via
1515
# -c requirements/common_constraints.txt
1616
# -r requirements/pip.in
17-
setuptools==80.10.2
17+
setuptools==82.0.0
1818
# via -r requirements/pip.in

requirements/quality.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ asgiref==3.11.1
88
# via
99
# -r requirements/test.txt
1010
# django
11-
astroid==4.0.3
11+
astroid==4.0.4
1212
# via
1313
# pylint
1414
# pylint-celery

0 commit comments

Comments
 (0)