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

Commit defcd40

Browse files
committed
deps: update shared
1 parent d9f6447 commit defcd40

File tree

2 files changed

+14
-19
lines changed

2 files changed

+14
-19
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/e6906af1afcb7c32cbdc79c425589b306f4b8c43.tar.gz#egg=shared
28+
https://github.com/codecov/shared/archive/47fa7fd405cd4a37ab6df9f200d6b600795f2786.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: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
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-
#
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile requirements.in -o requirements.txt
73
aiodataloader==0.4.0
84
# via -r requirements.in
95
amplitude-analytics==1.1.4
@@ -88,11 +84,11 @@ click-repl==0.2.0
8884
# via celery
8985
codecov-ribs==0.1.18
9086
# via shared
91-
codecovopentelem @ https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz
87+
codecovopentelem @ https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz#egg=codecovopentelem
9288
# via -r requirements.in
9389
colour==0.1.5
9490
# via shared
95-
coverage[toml]==7.5.1
91+
coverage==7.5.1
9692
# via
9793
# codecovopentelem
9894
# pytest-cov
@@ -170,7 +166,7 @@ filelock==3.0.12
170166
# via virtualenv
171167
freezegun==1.1.0
172168
# via -r requirements.in
173-
google-api-core[grpc]==2.23.0
169+
google-api-core==2.23.0
174170
# via
175171
# google-cloud-core
176172
# google-cloud-pubsub
@@ -195,15 +191,13 @@ google-crc32c==1.0.0
195191
# google-resumable-media
196192
google-resumable-media==2.7.2
197193
# via google-cloud-storage
198-
googleapis-common-protos[grpc]==1.59.1
194+
googleapis-common-protos==1.59.1
199195
# via
200196
# google-api-core
201197
# grpc-google-iam-v1
202198
# grpcio-status
203199
graphql-core==3.2.3
204200
# via ariadne
205-
greenlet==3.1.1
206-
# via sqlalchemy
207201
grpc-google-iam-v1==0.12.6
208202
# via google-cloud-pubsub
209203
grpcio==1.62.1
@@ -409,19 +403,23 @@ requests==2.32.3
409403
# google-cloud-storage
410404
# shared
411405
# stripe
412-
rfc3986[idna2008]==1.4.0
406+
rfc3986==1.4.0
413407
# via httpx
414408
rsa==4.7.2
415409
# via google-auth
416410
s3transfer==0.5.0
417411
# via boto3
418-
sentry-sdk[celery]==2.13.0
412+
sentry-sdk==2.13.0
419413
# via
420414
# -r requirements.in
421415
# shared
422416
setproctitle==1.1.10
423417
# via -r requirements.in
424-
shared @ https://github.com/codecov/shared/archive/e6906af1afcb7c32cbdc79c425589b306f4b8c43.tar.gz
418+
setuptools==75.8.0
419+
# via
420+
# ddtrace
421+
# opentelemetry-instrumentation
422+
shared @ https://github.com/codecov/shared/archive/47fa7fd405cd4a37ab6df9f200d6b600795f2786.tar.gz#egg=shared
425423
# via -r requirements.in
426424
simplejson==3.17.2
427425
# via -r requirements.in
@@ -504,6 +502,3 @@ zipp==3.19.2
504502
# via importlib-metadata
505503
zstandard==0.23.0
506504
# via shared
507-
508-
# The following packages are considered to be unsafe in a requirements file:
509-
# setuptools

0 commit comments

Comments
 (0)