Skip to content

Commit 37ab981

Browse files
authored
Merge pull request #260 from dwreeves/update-deps
update deps
2 parents 21914a1 + 1c20377 commit 37ab981

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

requirements.txt

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile requirements.in -o requirements.txt
3-
alembic==1.14.0
3+
alembic==1.14.1
44
# via flask-db
55
amqp==5.3.1
66
# via kombu
7-
anyio==4.6.2.post1
7+
anyio==4.8.0
88
# via
99
# httpx
1010
# starlette
1111
arrow==1.3.0
1212
# via isoduration
13-
attrs==24.2.0
13+
attrs==25.1.0
1414
# via
1515
# hypothesis
1616
# jsonschema
@@ -32,17 +32,17 @@ celery==5.4.0
3232
# -r requirements.in
3333
# flower
3434
# pytest-celery
35-
certifi==2024.8.30
35+
certifi==2025.1.31
3636
# via
3737
# httpcore
3838
# httpx
3939
# requests
4040
# sentry-sdk
4141
cfgv==3.4.0
4242
# via pre-commit
43-
charset-normalizer==3.4.0
43+
charset-normalizer==3.4.1
4444
# via requests
45-
click==8.1.7
45+
click==8.1.8
4646
# via
4747
# -r requirements.in
4848
# celery
@@ -60,17 +60,17 @@ click-repl==0.3.0
6060
# via celery
6161
colorama==0.4.6
6262
# via schemathesis
63-
coverage==7.6.7
63+
coverage==7.6.10
6464
# via pytest-cov
65-
debugpy==1.8.8
65+
debugpy==1.8.12
6666
# via pytest-celery
6767
distlib==0.3.9
6868
# via virtualenv
6969
docker==7.1.0
7070
# via
7171
# pytest-celery
7272
# pytest-docker-tools
73-
filelock==3.16.1
73+
filelock==3.17.0
7474
# via virtualenv
7575
flasgger==0.9.7.1
7676
# via -r requirements.in
@@ -108,7 +108,7 @@ flower==2.0.1
108108
# via -r requirements.in
109109
fqdn==1.5.1
110110
# via jsonschema
111-
graphql-core==3.2.5
111+
graphql-core==3.2.6
112112
# via hypothesis-graphql
113113
greenlet==3.1.1
114114
# via sqlalchemy
@@ -120,11 +120,11 @@ harfile==0.3.0
120120
# via schemathesis
121121
httpcore==1.0.7
122122
# via httpx
123-
httpx==0.27.2
123+
httpx==0.28.1
124124
# via schemathesis
125125
humanize==4.11.0
126126
# via flower
127-
hypothesis==6.119.3
127+
hypothesis==6.124.7
128128
# via
129129
# hypothesis-graphql
130130
# hypothesis-jsonschema
@@ -133,7 +133,7 @@ hypothesis-graphql==0.11.1
133133
# via schemathesis
134134
hypothesis-jsonschema==0.23.1
135135
# via schemathesis
136-
identify==2.6.2
136+
identify==2.6.6
137137
# via pre-commit
138138
idna==3.10
139139
# via
@@ -150,7 +150,7 @@ isoduration==20.11.0
150150
# via jsonschema
151151
itsdangerous==2.2.0
152152
# via flask
153-
jinja2==3.1.4
153+
jinja2==3.1.5
154154
# via
155155
# -r requirements.in
156156
# flask
@@ -167,7 +167,7 @@ junit-xml==1.9
167167
# via schemathesis
168168
kombu==5.4.2
169169
# via celery
170-
mako==1.3.6
170+
mako==1.3.8
171171
# via alembic
172172
markdown==3.7
173173
# via -r requirements.in
@@ -184,15 +184,15 @@ mdurl==0.1.2
184184
# via markdown-it-py
185185
mirakuru==2.5.3
186186
# via pytest-postgresql
187-
mistune==3.0.2
187+
mistune==3.1.1
188188
# via flasgger
189189
multidict==6.1.0
190190
# via yarl
191191
nodeenv==1.9.1
192192
# via pre-commit
193193
nose==1.3.7
194194
# via inotify
195-
numpy==2.1.3
195+
numpy==2.2.2
196196
# via pandas
197197
oauthlib==3.2.2
198198
# via
@@ -211,27 +211,27 @@ pluggy==1.5.0
211211
# via pytest
212212
port-for==0.7.4
213213
# via pytest-postgresql
214-
pre-commit==4.0.1
214+
pre-commit==4.1.0
215215
# via -r requirements.in
216-
prometheus-client==0.21.0
216+
prometheus-client==0.21.1
217217
# via flower
218-
prompt-toolkit==3.0.48
218+
prompt-toolkit==3.0.50
219219
# via click-repl
220-
propcache==0.2.0
220+
propcache==0.2.1
221221
# via yarl
222-
psutil==6.1.0
222+
psutil==6.1.1
223223
# via
224224
# mirakuru
225225
# pytest-celery
226226
psycopg2-binary==2.9.10
227227
# via -r requirements.in
228-
pyarrow==18.0.0
228+
pyarrow==19.0.0
229229
# via -r requirements.in
230-
pygments==2.18.0
230+
pygments==2.19.1
231231
# via rich
232232
pyrate-limiter==3.7.0
233233
# via schemathesis
234-
pytest==8.3.3
234+
pytest==8.3.4
235235
# via
236236
# -r requirements.in
237237
# pytest-cov
@@ -247,7 +247,7 @@ pytest-docker-tools==3.1.3
247247
# via pytest-celery
248248
pytest-postgresql==3.1.3
249249
# via -r requirements.in
250-
pytest-subtests==0.13.1
250+
pytest-subtests==0.14.1
251251
# via schemathesis
252252
python-dateutil==2.9.0.post0
253253
# via
@@ -256,7 +256,7 @@ python-dateutil==2.9.0.post0
256256
# pandas
257257
python-dotenv==1.0.1
258258
# via -r requirements.in
259-
pytz==2024.2
259+
pytz==2025.1
260260
# via
261261
# flower
262262
# pandas
@@ -266,9 +266,9 @@ pyyaml==6.0.2
266266
# flasgger
267267
# pre-commit
268268
# schemathesis
269-
redis==5.2.0
269+
redis==5.2.1
270270
# via -r requirements.in
271-
referencing==0.35.1
271+
referencing==0.36.2
272272
# via
273273
# jsonschema
274274
# jsonschema-specifications
@@ -280,43 +280,41 @@ requests==2.32.3
280280
# schemathesis
281281
# starlette-testclient
282282
# tweepy
283-
requests-oauthlib==1.3.1
283+
requests-oauthlib==2.0.0
284284
# via tweepy
285285
rfc3339-validator==0.1.4
286286
# via jsonschema
287287
rfc3987==1.3.8
288288
# via jsonschema
289289
rich==13.9.4
290290
# via rich-click
291-
rich-click==1.8.4
291+
rich-click==1.8.5
292292
# via -r requirements.in
293-
rpds-py==0.21.0
293+
rpds-py==0.22.3
294294
# via
295295
# jsonschema
296296
# referencing
297-
ruff==0.7.4
297+
ruff==0.9.4
298298
# via -r requirements.in
299-
schemathesis==3.38.7
299+
schemathesis==3.39.8
300300
# via -r requirements.in
301-
sentry-sdk==2.18.0
301+
sentry-sdk==2.20.0
302302
# via -r requirements.in
303-
setuptools==75.5.0
303+
setuptools==75.8.0
304304
# via
305305
# flask-db
306306
# pytest-celery
307-
six==1.16.0
307+
six==1.17.0
308308
# via
309309
# flasgger
310310
# junit-xml
311311
# python-dateutil
312312
# rfc3339-validator
313313
sniffio==1.3.1
314-
# via
315-
# anyio
316-
# httpx
314+
# via anyio
317315
sortedcontainers==2.4.0
318316
# via hypothesis
319-
sqlalchemy==2.0.36
317+
sqlalchemy==2.0.37
320318
# via
321319
# -r requirements.in
322320
# alembic
@@ -325,7 +323,7 @@ sqlalchemy==2.0.36
325323
# sqlalchemy-utils
326324
sqlalchemy-utils==0.41.2
327325
# via flask-db
328-
starlette==0.41.3
326+
starlette==0.45.3
329327
# via
330328
# schemathesis
331329
# starlette-testclient
@@ -335,41 +333,43 @@ tenacity==9.0.0
335333
# via
336334
# -r requirements.in
337335
# pytest-celery
338-
tomli==2.1.0
336+
tomli==2.2.1
339337
# via schemathesis
340-
tomli-w==1.1.0
338+
tomli-w==1.2.0
341339
# via schemathesis
342-
tornado==6.4.1
340+
tornado==6.4.2
343341
# via flower
344-
tweepy==4.14.0
342+
tweepy==4.15.0
345343
# via -r requirements.in
346-
types-python-dateutil==2.9.0.20241003
344+
types-python-dateutil==2.9.0.20241206
347345
# via arrow
348346
typing-extensions==4.12.2
349347
# via
350348
# alembic
349+
# anyio
350+
# referencing
351351
# rich-click
352352
# sqlalchemy
353-
tzdata==2024.2
353+
tzdata==2025.1
354354
# via
355355
# celery
356356
# kombu
357357
# pandas
358358
uri-template==1.3.0
359359
# via jsonschema
360-
urllib3==2.2.3
360+
urllib3==2.3.0
361361
# via
362362
# docker
363363
# requests
364364
# sentry-sdk
365-
uv==0.5.3
365+
uv==0.5.26
366366
# via -r requirements.in
367367
vine==5.1.0
368368
# via
369369
# amqp
370370
# celery
371371
# kombu
372-
virtualenv==20.27.1
372+
virtualenv==20.29.1
373373
# via pre-commit
374374
wcwidth==0.2.13
375375
# via prompt-toolkit
@@ -383,5 +383,5 @@ wtforms==3.1.2
383383
# via
384384
# -r requirements.in
385385
# flask-admin
386-
yarl==1.17.2
386+
yarl==1.18.3
387387
# via schemathesis

0 commit comments

Comments
 (0)