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

Commit 0c6c0fc

Browse files
committed
update shared hash
1 parent 89ef9e3 commit 0c6c0fc

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ freezegun
2525
google-cloud-pubsub
2626
gunicorn>=22.0.0
2727
https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz#egg=codecovopentelem
28-
https://github.com/codecov/shared/archive/9235672f89d2810fcf8c37905f0645f8ac77f4d4.tar.gz#egg=shared
28+
https://github.com/codecov/shared/archive/abf6180de5cee3ac99b7fbf909bd82c7325063fd.tar.gz#egg=shared
2929
https://github.com/photocrowd/django-cursor-pagination/archive/f560902696b0c8509e4d95c10ba0d62700181d84.tar.gz
3030
idna>=3.7
3131
minio

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
amplitude-analytics==1.1.4
@@ -84,11 +88,11 @@ click-repl==0.2.0
8488
# via celery
8589
codecov-ribs==0.1.18
8690
# via shared
87-
codecovopentelem @ https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz#egg=codecovopentelem
91+
codecovopentelem @ https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz
8892
# via -r requirements.in
8993
colour==0.1.5
9094
# via shared
91-
coverage==7.5.1
95+
coverage[toml]==7.5.1
9296
# via
9397
# codecovopentelem
9498
# pytest-cov
@@ -166,7 +170,7 @@ filelock==3.0.12
166170
# via virtualenv
167171
freezegun==1.1.0
168172
# via -r requirements.in
169-
google-api-core==2.23.0
173+
google-api-core[grpc]==2.23.0
170174
# via
171175
# google-cloud-core
172176
# google-cloud-pubsub
@@ -191,7 +195,7 @@ google-crc32c==1.0.0
191195
# google-resumable-media
192196
google-resumable-media==2.7.2
193197
# via google-cloud-storage
194-
googleapis-common-protos==1.59.1
198+
googleapis-common-protos[grpc]==1.59.1
195199
# via
196200
# google-api-core
197201
# grpc-google-iam-v1
@@ -400,23 +404,19 @@ requests==2.32.3
400404
# google-cloud-storage
401405
# shared
402406
# stripe
403-
rfc3986==1.4.0
407+
rfc3986[idna2008]==1.4.0
404408
# via httpx
405409
rsa==4.7.2
406410
# via google-auth
407411
s3transfer==0.5.0
408412
# via boto3
409-
sentry-sdk==2.13.0
413+
sentry-sdk[celery]==2.13.0
410414
# via
411415
# -r requirements.in
412416
# shared
413417
setproctitle==1.1.10
414418
# via -r requirements.in
415-
setuptools==75.8.0
416-
# via
417-
# ddtrace
418-
# opentelemetry-instrumentation
419-
shared @ https://github.com/codecov/shared/archive/9235672f89d2810fcf8c37905f0645f8ac77f4d4.tar.gz#egg=shared
419+
shared @ https://github.com/codecov/shared/archive/abf6180de5cee3ac99b7fbf909bd82c7325063fd.tar.gz
420420
# via -r requirements.in
421421
simplejson==3.17.2
422422
# via -r requirements.in
@@ -499,3 +499,6 @@ zipp==3.19.2
499499
# via importlib-metadata
500500
zstandard==0.23.0
501501
# via shared
502+
503+
# The following packages are considered to be unsafe in a requirements file:
504+
# setuptools

0 commit comments

Comments
 (0)