Skip to content

Commit d564aed

Browse files
committed
Periodic upgrade
1 parent c1f860c commit d564aed

2 files changed

Lines changed: 65 additions & 63 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.10.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66

77
- repo: https://github.com/pycqa/isort
8-
rev: 5.13.2
8+
rev: 6.0.1
99
hooks:
1010
- id: isort
1111

@@ -17,7 +17,7 @@ repos:
1717
files: \.html$
1818

1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.19.0
20+
rev: v3.19.1
2121
hooks:
2222
- id: pyupgrade
2323
args: [ "--py310-plus" ]
@@ -30,13 +30,13 @@ repos:
3030
- id: djjs
3131

3232
- repo: https://github.com/adamchainz/django-upgrade
33-
rev: 1.22.2
33+
rev: 1.24.0
3434
hooks:
3535
- id: django-upgrade
3636
args: [ --target-version, "4.1" ]
3737

3838
- repo: https://github.com/charliermarsh/ruff-pre-commit
39-
rev: 'v0.8.2'
39+
rev: 'v0.11.3'
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]

requirements.txt

Lines changed: 60 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,35 @@ asgiref==3.8.1
1212
# django-stubs
1313
asttokens==3.0.0
1414
# via stack-data
15-
beautifulsoup4==4.12.3
15+
beautifulsoup4==4.13.3
1616
# via
1717
# -r requirements.in
1818
# webtest
1919
billiard==4.2.1
2020
# via celery
21-
black==24.10.0
21+
black==25.1.0
2222
# via -r requirements.in
23-
boto3==1.35.76
23+
boto3==1.37.27
2424
# via -r requirements.in
25-
botocore==1.35.76
25+
botocore==1.37.27
2626
# via
2727
# boto3
2828
# s3transfer
2929
brotli==1.1.0
3030
# via whitenoise
3131
build==1.2.2.post1
3232
# via pip-tools
33-
celery==5.4.0
33+
celery==5.5.0
3434
# via -r requirements.in
35-
certifi==2024.8.30
35+
certifi==2025.1.31
3636
# via
3737
# requests
3838
# sentry-sdk
3939
cfgv==3.4.0
4040
# via pre-commit
41-
charset-normalizer==3.4.0
41+
charset-normalizer==3.4.1
4242
# via requests
43-
click==8.1.7
43+
click==8.1.8
4444
# via
4545
# black
4646
# celery
@@ -56,13 +56,13 @@ click-repl==0.3.0
5656
# via celery
5757
coolname==2.2.0
5858
# via -r requirements.in
59-
crispy-bootstrap5==2024.10
59+
crispy-bootstrap5==2025.4
6060
# via -r requirements.in
61-
decorator==5.1.1
61+
decorator==5.2.1
6262
# via ipython
6363
distlib==0.3.9
6464
# via virtualenv
65-
django==5.1.4
65+
django==5.2
6666
# via
6767
# -r requirements.in
6868
# crispy-bootstrap5
@@ -77,61 +77,63 @@ django==5.1.4
7777
# django-stubs
7878
# django-stubs-ext
7979
# jsonfield
80-
django-appconf==1.0.6
80+
django-appconf==1.1.0
8181
# via django-compressor
8282
django-compressor==4.5.1
8383
# via -r requirements.in
8484
django-crispy-forms==2.3
8585
# via
8686
# -r requirements.in
8787
# crispy-bootstrap5
88-
django-debug-toolbar==4.4.6
88+
django-debug-toolbar==5.1.0
8989
# via -r requirements.in
90-
django-environ==0.11.2
90+
django-environ==0.12.0
9191
# via -r requirements.in
9292
django-extensions==3.2.3
9393
# via -r requirements.in
94-
django-js-asset==2.2.0
94+
django-js-asset==3.1.2
9595
# via django-mptt
9696
django-jsonfield==1.4.1
9797
# via -r requirements.in
9898
django-jsonfield-compat==0.4.4
9999
# via -r requirements.in
100-
django-mptt==0.16.0
100+
django-mptt==0.17.0
101101
# via -r requirements.in
102102
django-pipeline==4.0.0
103103
# via -r requirements.in
104-
django-storages==1.14.4
104+
django-storages==1.14.6
105105
# via -r requirements.in
106-
django-stubs==5.1.1
106+
django-stubs==5.1.3
107107
# via -r requirements.in
108-
django-stubs-ext==5.1.1
108+
django-stubs-ext==5.1.3
109109
# via django-stubs
110-
django-webtest==1.9.12
110+
django-webtest==1.9.13
111111
# via -r requirements.in
112-
executing==2.1.0
112+
executing==2.2.0
113113
# via stack-data
114-
filelock==3.16.1
114+
filelock==3.18.0
115115
# via virtualenv
116116
filemagic==1.6
117117
# via -r requirements.in
118-
furl==2.1.3
118+
furl==2.1.4
119119
# via -r requirements.in
120120
gunicorn==23.0.0
121121
# via -r requirements.in
122122
honcho==2.0.0
123123
# via -r requirements.in
124124
html5lib==1.1
125125
# via -r requirements.in
126-
identify==2.6.3
126+
identify==2.6.9
127127
# via pre-commit
128128
idna==3.10
129129
# via requests
130-
iniconfig==2.0.0
130+
iniconfig==2.1.0
131131
# via pytest
132-
ipython==8.30.0
132+
ipython==9.0.2
133133
# via -r requirements.in
134-
isort==5.13.2
134+
ipython-pygments-lexers==1.1.1
135+
# via ipython
136+
isort==6.0.1
135137
# via -r requirements.in
136138
jedi==0.19.2
137139
# via ipython
@@ -141,17 +143,17 @@ jmespath==1.0.1
141143
# botocore
142144
jsonfield==3.1.0
143145
# via -r requirements.in
144-
kombu==5.4.2
146+
kombu==5.5.2
145147
# via celery
146148
markdown-it-py==3.0.0
147149
# via rich
148150
matplotlib-inline==0.1.7
149151
# via ipython
150152
mdurl==0.1.2
151153
# via markdown-it-py
152-
mock==5.1.0
154+
mock==5.2.0
153155
# via -r requirements.in
154-
mypy==1.13.0
156+
mypy==1.15.0
155157
# via -r requirements.in
156158
mypy-extensions==1.0.0
157159
# via
@@ -173,48 +175,49 @@ pathspec==0.12.1
173175
# via black
174176
pexpect==4.9.0
175177
# via ipython
176-
pillow==11.0.0
178+
pillow==11.1.0
177179
# via -r requirements.in
178180
pip-tools==7.4.1
179181
# via -r requirements.in
180-
platformdirs==4.3.6
182+
platformdirs==4.3.7
181183
# via
182184
# black
183185
# virtualenv
184186
pluggy==1.5.0
185187
# via pytest
186-
pre-commit==4.0.1
188+
pre-commit==4.2.0
187189
# via -r requirements.in
188-
prompt-toolkit==3.0.48
190+
prompt-toolkit==3.0.50
189191
# via
190192
# click-repl
191193
# ipython
192-
psycopg[binary,pool]==3.2.3
194+
psycopg[binary,pool]==3.2.6
193195
# via -r requirements.in
194-
psycopg-binary==3.2.3
196+
psycopg-binary==3.2.6
195197
# via psycopg
196-
psycopg-pool==3.2.4
198+
psycopg-pool==3.2.6
197199
# via psycopg
198200
ptyprocess==0.7.0
199201
# via pexpect
200202
pure-eval==0.2.3
201203
# via stack-data
202-
pygments==2.18.0
204+
pygments==2.19.1
203205
# via
204206
# -r requirements.in
205207
# ipython
208+
# ipython-pygments-lexers
206209
# rich
207-
pymupdf==1.25.0
210+
pymupdf==1.25.5
208211
# via -r requirements.in
209-
pypdf==5.1.0
212+
pypdf==5.4.0
210213
# via -r requirements.in
211214
pyproject-hooks==1.2.0
212215
# via
213216
# build
214217
# pip-tools
215-
pytest==8.3.4
218+
pytest==8.3.5
216219
# via pytest-django
217-
pytest-django==4.9.0
220+
pytest-django==4.11.1
218221
# via -r requirements.in
219222
python-dateutil==2.9.0.post0
220223
# via
@@ -238,15 +241,15 @@ requests==2.32.3
238241
# via
239242
# -r requirements.in
240243
# responses
241-
responses==0.25.3
244+
responses==0.25.7
242245
# via -r requirements.in
243-
rich==13.9.4
246+
rich==14.0.0
244247
# via -r requirements.in
245248
rjsmin==1.2.2
246249
# via django-compressor
247-
s3transfer==0.10.4
250+
s3transfer==0.11.4
248251
# via boto3
249-
sentry-sdk==2.19.2
252+
sentry-sdk==2.25.1
250253
# via -r requirements.in
251254
six==1.17.0
252255
# via
@@ -257,7 +260,7 @@ six==1.17.0
257260
# python-dateutil
258261
soupsieve==2.6
259262
# via beautifulsoup4
260-
sqlparse==0.5.2
263+
sqlparse==0.5.3
261264
# via
262265
# django
263266
# django-debug-toolbar
@@ -273,25 +276,24 @@ traitlets==5.14.3
273276
# matplotlib-inline
274277
types-python-slugify==8.0.2.20240310
275278
# via -r requirements.in
276-
types-pyyaml==6.0.12.20240917
279+
types-pyyaml==6.0.12.20250402
277280
# via
278281
# -r requirements.in
279282
# django-stubs
280-
types-requests==2.32.0.20241016
283+
types-requests==2.32.0.20250328
281284
# via -r requirements.in
282-
typing-extensions==4.12.2
285+
typing-extensions==4.13.1
283286
# via
287+
# beautifulsoup4
284288
# django-stubs
285289
# django-stubs-ext
286290
# ipython
287291
# mypy
288292
# psycopg
289293
# psycopg-pool
290-
tzdata==2024.2
291-
# via
292-
# celery
293-
# kombu
294-
urllib3==2.2.3
294+
tzdata==2025.2
295+
# via kombu
296+
urllib3==2.3.0
295297
# via
296298
# botocore
297299
# requests
@@ -303,7 +305,7 @@ vine==5.1.0
303305
# amqp
304306
# celery
305307
# kombu
306-
virtualenv==20.28.0
308+
virtualenv==20.30.0
307309
# via pre-commit
308310
waitress==3.0.2
309311
# via webtest
@@ -313,13 +315,13 @@ webencodings==0.5.1
313315
# via html5lib
314316
webob==1.8.9
315317
# via webtest
316-
webtest==3.0.2
318+
webtest==3.0.4
317319
# via django-webtest
318320
wheel==0.45.1
319321
# via
320322
# django-pipeline
321323
# pip-tools
322-
whitenoise[brotli]==6.8.2
324+
whitenoise[brotli]==6.9.0
323325
# via -r requirements.in
324326

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

0 commit comments

Comments
 (0)