Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit df4f884

Browse files
run pip-compile
1 parent 1180e9f commit df4f884

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

requirements.txt

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements.in -o requirements.txt
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile requirements.in
6+
#
37
aiodataloader==0.4.0
48
# via -r requirements.in
59
amqp==5.2.0
@@ -82,11 +86,11 @@ click-repl==0.2.0
8286
# via celery
8387
codecov-ribs==0.1.18
8488
# via shared
85-
codecovopentelem @ https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz#egg=codecovopentelem
89+
codecovopentelem @ https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz
8690
# via -r requirements.in
8791
colour==0.1.5
8892
# via shared
89-
coverage==7.5.1
93+
coverage[toml]==7.5.1
9094
# via
9195
# codecovopentelem
9296
# pytest-cov
@@ -164,7 +168,7 @@ filelock==3.0.12
164168
# via virtualenv
165169
freezegun==1.1.0
166170
# via -r requirements.in
167-
google-api-core==2.23.0
171+
google-api-core[grpc]==2.23.0
168172
# via
169173
# google-cloud-core
170174
# google-cloud-pubsub
@@ -189,7 +193,7 @@ google-crc32c==1.0.0
189193
# google-resumable-media
190194
google-resumable-media==2.7.2
191195
# via google-cloud-storage
192-
googleapis-common-protos==1.59.1
196+
googleapis-common-protos[grpc]==1.59.1
193197
# via
194198
# google-api-core
195199
# grpc-google-iam-v1
@@ -396,23 +400,19 @@ requests==2.32.3
396400
# google-cloud-storage
397401
# shared
398402
# stripe
399-
rfc3986==1.4.0
403+
rfc3986[idna2008]==1.4.0
400404
# via httpx
401405
rsa==4.7.2
402406
# via google-auth
403407
s3transfer==0.5.0
404408
# via boto3
405-
sentry-sdk==2.13.0
409+
sentry-sdk[celery]==2.13.0
406410
# via
407411
# -r requirements.in
408412
# shared
409413
setproctitle==1.1.10
410414
# via -r requirements.in
411-
setuptools==75.6.0
412-
# via
413-
# ddtrace
414-
# opentelemetry-instrumentation
415-
shared @ https://github.com/codecov/shared/archive/afe3bd4849f934809cb65bd28d1b19880085cef9.tar.gz#egg=shared
415+
shared @ https://github.com/codecov/shared/archive/afe3bd4849f934809cb65bd28d1b19880085cef9.tar.gz
416416
# via -r requirements.in
417417
simplejson==3.17.2
418418
# via -r requirements.in
@@ -493,3 +493,6 @@ yarl==1.9.4
493493
# via vcrpy
494494
zipp==3.19.2
495495
# via importlib-metadata
496+
497+
# The following packages are considered to be unsafe in a requirements file:
498+
# setuptools

0 commit comments

Comments
 (0)