Skip to content

Commit 1686cce

Browse files
chore: Upgrade Python requirements
1 parent 339509c commit 1686cce

File tree

6 files changed

+59
-52
lines changed

6 files changed

+59
-52
lines changed

requirements/ci.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --output-file=requirements/ci.txt requirements/ci.in
66
#
7-
cachetools==5.5.2
7+
cachetools==6.1.0
88
# via tox
99
chardet==5.2.0
1010
# via tox
@@ -20,15 +20,15 @@ packaging==25.0
2020
# via
2121
# pyproject-api
2222
# tox
23-
platformdirs==4.3.7
23+
platformdirs==4.3.8
2424
# via
2525
# tox
2626
# virtualenv
27-
pluggy==1.5.0
27+
pluggy==1.6.0
2828
# via tox
29-
pyproject-api==1.9.0
29+
pyproject-api==1.9.1
3030
# via tox
31-
tox==4.25.0
31+
tox==4.27.0
3232
# via -r requirements/ci.in
33-
virtualenv==20.31.1
33+
virtualenv==20.31.2
3434
# via tox

requirements/dev.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ appdirs==1.4.4
88
# via fs
99
asgiref==3.8.1
1010
# via django
11-
boto3==1.38.9
11+
boto3==1.38.46
1212
# via fs-s3fs
13-
botocore==1.38.9
13+
botocore==1.38.46
1414
# via
1515
# boto3
1616
# s3transfer
1717
build==1.2.2.post1
1818
# via pip-tools
19-
cachetools==5.5.2
19+
cachetools==6.1.0
2020
# via tox
2121
chardet==5.2.0
2222
# via tox
23-
click==8.1.8
23+
click==8.2.1
2424
# via pip-tools
2525
colorama==0.4.6
2626
# via tox
2727
distlib==0.3.9
2828
# via virtualenv
29-
django==4.2.20
29+
django==4.2.23
3030
# via
3131
# -c requirements/common_constraints.txt
3232
# -r requirements/base.in
@@ -51,21 +51,21 @@ packaging==25.0
5151
# tox
5252
pip-tools==7.4.1
5353
# via -r requirements/dev.in
54-
platformdirs==4.3.7
54+
platformdirs==4.3.8
5555
# via
5656
# tox
5757
# virtualenv
58-
pluggy==1.5.0
58+
pluggy==1.6.0
5959
# via tox
60-
pyproject-api==1.9.0
60+
pyproject-api==1.9.1
6161
# via tox
6262
pyproject-hooks==1.2.0
6363
# via
6464
# build
6565
# pip-tools
6666
python-dateutil==2.9.0.post0
6767
# via botocore
68-
s3transfer==0.12.0
68+
s3transfer==0.13.0
6969
# via boto3
7070
six==1.17.0
7171
# via
@@ -74,13 +74,13 @@ six==1.17.0
7474
# python-dateutil
7575
sqlparse==0.5.3
7676
# via django
77-
tox==4.25.0
77+
tox==4.27.0
7878
# via -r requirements/dev.in
7979
urllib3==2.2.3
8080
# via
8181
# -c requirements/common_constraints.txt
8282
# botocore
83-
virtualenv==20.31.1
83+
virtualenv==20.31.2
8484
# via tox
8585
wheel==0.45.1
8686
# via pip-tools

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
build==1.2.2.post1
88
# via pip-tools
9-
click==8.1.8
9+
click==8.2.1
1010
# via pip-tools
1111
packaging==25.0
1212
# via build

requirements/pip.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ wheel==0.45.1
1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==24.2
1212
# via
13-
# -c requirements/common_constraints.txt
13+
# -c /home/runner/work/django-pyfs/django-pyfs/requirements/common_constraints.txt
1414
# -r requirements/pip.in
15-
setuptools==80.3.1
15+
setuptools==80.9.0
1616
# via -r requirements/pip.in

requirements/quality.txt

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@ asgiref==3.8.1
1212
# via
1313
# -r requirements/test.txt
1414
# django
15-
astroid==3.3.9
15+
astroid==3.3.10
1616
# via
1717
# pylint
1818
# pylint-celery
1919
backports-tarfile==1.2.0
2020
# via jaraco-context
21-
boto3==1.38.9
21+
boto3==1.38.46
2222
# via
2323
# -r requirements/test.txt
2424
# fs-s3fs
2525
# moto
26-
botocore==1.38.9
26+
botocore==1.38.46
2727
# via
2828
# -r requirements/test.txt
2929
# boto3
3030
# moto
3131
# s3transfer
32-
certifi==2025.4.26
32+
certifi==2025.6.15
3333
# via
3434
# -r requirements/test.txt
3535
# requests
@@ -41,7 +41,7 @@ charset-normalizer==3.4.2
4141
# via
4242
# -r requirements/test.txt
4343
# requests
44-
click==8.1.8
44+
click==8.2.1
4545
# via
4646
# click-log
4747
# code-annotations
@@ -50,18 +50,18 @@ click-log==0.4.0
5050
# via edx-lint
5151
code-annotations==2.3.0
5252
# via edx-lint
53-
coverage[toml]==7.8.0
53+
coverage[toml]==7.9.1
5454
# via
5555
# -r requirements/test.txt
5656
# pytest-cov
57-
cryptography==44.0.3
57+
cryptography==45.0.4
5858
# via
5959
# -r requirements/test.txt
6060
# moto
6161
# secretstorage
6262
dill==0.4.0
6363
# via pylint
64-
django==4.2.20
64+
django==4.2.23
6565
# via
6666
# -c requirements/common_constraints.txt
6767
# -r requirements/test.txt
@@ -95,7 +95,7 @@ jaraco-classes==3.4.0
9595
# via keyring
9696
jaraco-context==6.0.1
9797
# via keyring
98-
jaraco-functools==4.1.0
98+
jaraco-functools==4.2.1
9999
# via keyring
100100
jeepney==0.9.0
101101
# via
@@ -143,22 +143,25 @@ packaging==25.0
143143
# twine
144144
pbr==6.1.1
145145
# via stevedore
146-
platformdirs==4.3.7
146+
platformdirs==4.3.8
147147
# via pylint
148-
pluggy==1.5.0
148+
pluggy==1.6.0
149149
# via
150150
# -r requirements/test.txt
151151
# pytest
152-
pycodestyle==2.13.0
152+
# pytest-cov
153+
pycodestyle==2.14.0
153154
# via -r requirements/quality.in
154155
pycparser==2.22
155156
# via
156157
# -r requirements/test.txt
157158
# cffi
158159
pydocstyle==6.3.0
159160
# via -r requirements/quality.in
160-
pygments==2.19.1
161+
pygments==2.19.2
161162
# via
163+
# -r requirements/test.txt
164+
# pytest
162165
# readme-renderer
163166
# rich
164167
pylint==3.3.7
@@ -171,18 +174,18 @@ pylint-celery==0.3
171174
# via edx-lint
172175
pylint-django==2.6.1
173176
# via edx-lint
174-
pylint-plugin-utils==0.8.2
177+
pylint-plugin-utils==0.9.0
175178
# via
176179
# pylint-celery
177180
# pylint-django
178181
pypng==0.20220715.0
179182
# via -r requirements/test.txt
180-
pytest==8.3.5
183+
pytest==8.4.1
181184
# via
182185
# -r requirements/test.txt
183186
# pytest-cov
184187
# pytest-django
185-
pytest-cov==6.1.1
188+
pytest-cov==6.2.1
186189
# via -r requirements/test.txt
187190
pytest-django==4.11.1
188191
# via -r requirements/test.txt
@@ -200,7 +203,7 @@ pyyaml==6.0.2
200203
# responses
201204
readme-renderer==44.0
202205
# via twine
203-
requests==2.32.3
206+
requests==2.32.4
204207
# via
205208
# -r requirements/test.txt
206209
# id
@@ -218,7 +221,7 @@ rfc3986==2.0.0
218221
# via twine
219222
rich==14.0.0
220223
# via twine
221-
s3transfer==0.12.0
224+
s3transfer==0.13.0
222225
# via
223226
# -r requirements/test.txt
224227
# boto3
@@ -231,7 +234,7 @@ six==1.17.0
231234
# fs
232235
# fs-s3fs
233236
# python-dateutil
234-
snowballstemmer==2.2.0
237+
snowballstemmer==3.0.1
235238
# via pydocstyle
236239
sqlparse==0.5.3
237240
# via
@@ -241,7 +244,7 @@ stevedore==5.4.1
241244
# via code-annotations
242245
text-unidecode==1.3
243246
# via python-slugify
244-
tomlkit==0.13.2
247+
tomlkit==0.13.3
245248
# via pylint
246249
twine==6.1.0
247250
# via -r requirements/quality.in
@@ -261,7 +264,7 @@ xmltodict==0.14.2
261264
# via
262265
# -r requirements/test.txt
263266
# moto
264-
zipp==3.21.0
267+
zipp==3.23.0
265268
# via importlib-metadata
266269

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

requirements/test.txt

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ appdirs==1.4.4
88
# via fs
99
asgiref==3.8.1
1010
# via django
11-
boto3==1.38.9
11+
boto3==1.38.46
1212
# via
1313
# fs-s3fs
1414
# moto
15-
botocore==1.38.9
15+
botocore==1.38.46
1616
# via
1717
# boto3
1818
# moto
1919
# s3transfer
20-
certifi==2025.4.26
20+
certifi==2025.6.15
2121
# via requests
2222
cffi==1.17.1
2323
# via cryptography
2424
charset-normalizer==3.4.2
2525
# via requests
26-
coverage[toml]==7.8.0
26+
coverage[toml]==7.9.1
2727
# via pytest-cov
28-
cryptography==44.0.3
28+
cryptography==45.0.4
2929
# via moto
3030
# via
3131
# -c requirements/common_constraints.txt
@@ -58,18 +58,22 @@ moto==4.2.14
5858
# -r requirements/test.in
5959
packaging==25.0
6060
# via pytest
61-
pluggy==1.5.0
62-
# via pytest
61+
pluggy==1.6.0
62+
# via
63+
# pytest
64+
# pytest-cov
6365
pycparser==2.22
6466
# via cffi
67+
pygments==2.19.2
68+
# via pytest
6569
pypng==0.20220715.0
6670
# via -r requirements/test.in
67-
pytest==8.3.5
71+
pytest==8.4.1
6872
# via
6973
# -r requirements/test.in
7074
# pytest-cov
7175
# pytest-django
72-
pytest-cov==6.1.1
76+
pytest-cov==6.2.1
7377
# via -r requirements/test.in
7478
pytest-django==4.11.1
7579
# via -r requirements/test.in
@@ -79,13 +83,13 @@ python-dateutil==2.9.0.post0
7983
# moto
8084
pyyaml==6.0.2
8185
# via responses
82-
requests==2.32.3
86+
requests==2.32.4
8387
# via
8488
# moto
8589
# responses
8690
responses==0.25.7
8791
# via moto
88-
s3transfer==0.12.0
92+
s3transfer==0.13.0
8993
# via boto3
9094
six==1.17.0
9195
# via

0 commit comments

Comments
 (0)