Skip to content

Commit b2adde7

Browse files
committed
Dependency upgrade
1 parent 2bc3536 commit b2adde7

File tree

2 files changed

+57
-53
lines changed

2 files changed

+57
-53
lines changed

requirements.txt

Lines changed: 56 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile
5+
# pip-compile --resolver=backtracking
66
#
77
amqp==5.1.1
88
# via kombu
99
appnope==0.1.3
1010
# via ipython
11-
asgiref==3.6.0
11+
asgiref==3.7.2
1212
# via django
1313
asttokens==2.2.1
1414
# via stack-data
@@ -20,31 +20,31 @@ beautifulsoup4==4.12.2
2020
# via
2121
# -r requirements.in
2222
# webtest
23-
billiard==3.6.4.0
23+
billiard==4.1.0
2424
# via celery
2525
black==23.3.0
2626
# via -r requirements.in
27-
boto3==1.26.118
27+
boto3==1.28.1
2828
# via -r requirements.in
29-
botocore==1.29.118
29+
botocore==1.31.1
3030
# via
3131
# boto3
3232
# s3transfer
3333
brotli==1.0.9
3434
# via whitenoise
3535
build==0.10.0
3636
# via pip-tools
37-
celery==5.2.7
37+
celery==5.3.1
3838
# via -r requirements.in
39-
certifi==2022.12.7
39+
certifi==2023.5.7
4040
# via
4141
# requests
4242
# sentry-sdk
4343
cfgv==3.3.1
4444
# via pre-commit
45-
charset-normalizer==3.1.0
45+
charset-normalizer==3.2.0
4646
# via requests
47-
click==8.1.3
47+
click==8.1.4
4848
# via
4949
# black
5050
# celery
@@ -56,7 +56,7 @@ click-didyoumean==0.3.0
5656
# via celery
5757
click-plugins==1.1.1
5858
# via celery
59-
click-repl==0.2.0
59+
click-repl==0.3.0
6060
# via celery
6161
coolname==2.2.0
6262
# via -r requirements.in
@@ -66,7 +66,7 @@ decorator==5.1.1
6666
# via ipython
6767
distlib==0.3.6
6868
# via virtualenv
69-
django==4.2.1
69+
django==4.2.3
7070
# via
7171
# -r requirements.in
7272
# crispy-bootstrap5
@@ -82,19 +82,19 @@ django==4.2.1
8282
# jsonfield
8383
django-appconf==1.0.5
8484
# via django-compressor
85-
django-compressor==4.3.1
85+
django-compressor==4.4
8686
# via -r requirements.in
8787
django-crispy-forms==2.0
8888
# via
8989
# -r requirements.in
9090
# crispy-bootstrap5
91-
django-debug-toolbar==4.0.0
91+
django-debug-toolbar==4.1.0
9292
# via -r requirements.in
9393
django-environ==0.10.0
9494
# via -r requirements.in
95-
django-extensions==3.2.1
95+
django-extensions==3.2.3
9696
# via -r requirements.in
97-
django-js-asset==2.0.0
97+
django-js-asset==2.1.0
9898
# via django-mptt
9999
django-jsonfield==1.4.1
100100
# via -r requirements.in
@@ -106,17 +106,17 @@ django-pipeline==2.1.0
106106
# via -r requirements.in
107107
django-storages==1.13.2
108108
# via -r requirements.in
109-
django-stubs==1.16.0
109+
django-stubs==4.2.3
110110
# via -r requirements.in
111-
django-stubs-ext==0.8.0
111+
django-stubs-ext==4.2.2
112112
# via django-stubs
113113
django-webtest==1.9.10
114114
# via -r requirements.in
115-
exceptiongroup==1.1.1
115+
exceptiongroup==1.1.2
116116
# via pytest
117117
executing==1.2.0
118118
# via stack-data
119-
filelock==3.12.0
119+
filelock==3.12.2
120120
# via virtualenv
121121
filemagic==1.6
122122
# via -r requirements.in
@@ -128,13 +128,13 @@ honcho==1.1.0
128128
# via -r requirements.in
129129
html5lib==1.1
130130
# via -r requirements.in
131-
identify==2.5.22
131+
identify==2.5.24
132132
# via pre-commit
133133
idna==3.4
134134
# via requests
135135
iniconfig==2.0.0
136136
# via pytest
137-
ipython==8.12.0
137+
ipython==8.14.0
138138
# via -r requirements.in
139139
isort==5.12.0
140140
# via -r requirements.in
@@ -146,25 +146,25 @@ jmespath==1.0.1
146146
# botocore
147147
jsonfield==3.1.0
148148
# via -r requirements.in
149-
kombu==5.2.4
149+
kombu==5.3.1
150150
# via celery
151-
markdown-it-py==2.2.0
151+
markdown-it-py==3.0.0
152152
# via rich
153153
matplotlib-inline==0.1.6
154154
# via ipython
155155
mdurl==0.1.2
156156
# via markdown-it-py
157157
mock==5.0.2
158158
# via -r requirements.in
159-
mypy==1.2.0
159+
mypy==1.4.1
160160
# via
161161
# -r requirements.in
162162
# django-stubs
163163
mypy-extensions==1.0.0
164164
# via
165165
# black
166166
# mypy
167-
nodeenv==1.7.0
167+
nodeenv==1.8.0
168168
# via pre-commit
169169
orderedmultidict==1.0.1
170170
# via furl
@@ -181,25 +181,25 @@ pexpect==4.8.0
181181
# via ipython
182182
pickleshare==0.7.5
183183
# via ipython
184-
pillow==9.5.0
184+
pillow==10.0.0
185185
# via -r requirements.in
186-
pip-tools==6.13.0
186+
pip-tools==6.14.0
187187
# via -r requirements.in
188-
platformdirs==3.2.0
188+
platformdirs==3.8.1
189189
# via
190190
# black
191191
# virtualenv
192-
pluggy==1.0.0
192+
pluggy==1.2.0
193193
# via pytest
194-
pre-commit==3.2.2
194+
pre-commit==3.3.3
195195
# via -r requirements.in
196-
prompt-toolkit==3.0.38
196+
prompt-toolkit==3.0.39
197197
# via
198198
# click-repl
199199
# ipython
200-
psycopg[binary,pool]==3.1.8
200+
psycopg[binary,pool]==3.1.9
201201
# via -r requirements.in
202-
psycopg-binary==3.1.8
202+
psycopg-binary==3.1.9
203203
# via psycopg
204204
psycopg-pool==3.1.7
205205
# via psycopg
@@ -212,52 +212,51 @@ pygments==2.15.1
212212
# -r requirements.in
213213
# ipython
214214
# rich
215-
pymupdf==1.22.3
215+
pymupdf==1.22.5
216216
# via -r requirements.in
217-
pypdf==3.8.0
217+
pypdf==3.12.1
218218
# via -r requirements.in
219219
pyproject-hooks==1.0.0
220220
# via build
221-
pytest==7.3.1
221+
pytest==7.4.0
222222
# via pytest-django
223223
pytest-django==4.5.2
224224
# via -r requirements.in
225225
python-dateutil==2.8.2
226226
# via
227227
# botocore
228+
# celery
228229
# time-machine
229230
python-memcached==1.59
230231
# via -r requirements.in
231232
python-slugify==8.0.1
232233
# via -r requirements.in
233-
pytz==2023.3
234-
# via celery
235234
pyyaml==6.0
236235
# via
237236
# -r requirements.in
238237
# pre-commit
239238
# responses
240239
rcssmin==1.1.1
241240
# via django-compressor
242-
redis==4.5.4
241+
redis==4.6.0
243242
# via -r requirements.in
244243
requests==2.31.0
245244
# via
246245
# -r requirements.in
247246
# responses
248247
responses==0.23.1
249248
# via -r requirements.in
250-
rich==13.3.4
249+
rich==13.4.2
251250
# via -r requirements.in
252251
rjsmin==1.2.1
253252
# via django-compressor
254-
s3transfer==0.6.0
253+
s3transfer==0.6.1
255254
# via boto3
256-
sentry-sdk==1.20.0
255+
sentry-sdk==1.27.1
257256
# via -r requirements.in
258257
six==1.16.0
259258
# via
260-
# click-repl
259+
# asttokens
261260
# django-jsonfield
262261
# furl
263262
# html5lib
@@ -274,14 +273,16 @@ stack-data==0.6.2
274273
# via ipython
275274
text-unidecode==1.3
276275
# via python-slugify
277-
time-machine==2.9.0
276+
time-machine==2.10.0
278277
# via -r requirements.in
279278
tomli==2.0.1
280279
# via
281280
# black
282281
# build
283282
# django-stubs
284283
# mypy
284+
# pip-tools
285+
# pyproject-hooks
285286
# pytest
286287
traitlets==5.9.0
287288
# via
@@ -291,33 +292,37 @@ types-python-slugify==8.0.0.2
291292
# via -r requirements.in
292293
types-pytz==2023.3.0.0
293294
# via django-stubs
294-
types-pyyaml==6.0.12.9
295+
types-pyyaml==6.0.12.10
295296
# via
296297
# -r requirements.in
297298
# django-stubs
298299
# responses
299-
types-requests==2.28.11.17
300+
types-requests==2.31.0.1
300301
# via -r requirements.in
301-
types-urllib3==1.26.25.10
302+
types-urllib3==1.26.25.13
302303
# via types-requests
303-
typing-extensions==4.5.0
304+
typing-extensions==4.7.1
304305
# via
306+
# asgiref
305307
# django-stubs
306308
# django-stubs-ext
307309
# mypy
308310
# psycopg
309311
# psycopg-pool
310-
urllib3==1.26.15
312+
tzdata==2023.3
313+
# via celery
314+
urllib3==1.26.16
311315
# via
312316
# botocore
313317
# requests
314318
# responses
315319
# sentry-sdk
316320
vine==5.0.0
317321
# via
322+
# amqp
318323
# celery
319324
# kombu
320-
virtualenv==20.22.0
325+
virtualenv==20.23.1
321326
# via pre-commit
322327
waitress==2.1.2
323328
# via webtest
@@ -331,7 +336,7 @@ webtest==3.0.0
331336
# via django-webtest
332337
wheel==0.40.0
333338
# via pip-tools
334-
whitenoise[brotli]==6.4.0
339+
whitenoise[brotli]==6.5.0
335340
# via -r requirements.in
336341

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

www/tests/test_year_helper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
from datetime import datetime
1+
from datetime import UTC, datetime
22

33
import time_machine
4-
from pytz import UTC
54

65
from www import helpers
76

0 commit comments

Comments
 (0)