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

Commit e4dde91

Browse files
committed
deps: update shared version to test new minio storage service changes
1 parent fcee05d commit e4dde91

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ factory-boy
2020
fakeredis
2121
freezegun
2222
https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz#egg=codecovopentelem
23-
https://github.com/codecov/shared/archive/00e90bb2085d3a54709328e9b3a39d578feb9992.tar.gz#egg=shared
23+
https://github.com/codecov/shared/archive/200f3fc720ce7ac8090931692f39534d13685b53.tar.gz#egg=shared
2424
google-cloud-pubsub
2525
gunicorn>=22.0.0
2626
https://github.com/photocrowd/django-cursor-pagination/archive/f560902696b0c8509e4d95c10ba0d62700181d84.tar.gz

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ sentry-sdk[celery]==2.13.0
412412
# shared
413413
setproctitle==1.1.10
414414
# via -r requirements.in
415-
shared @ https://github.com/codecov/shared/archive/00e90bb2085d3a54709328e9b3a39d578feb9992.tar.gz
415+
shared @ https://github.com/codecov/shared/archive/200f3fc720ce7ac8090931692f39534d13685b53.tar.gz
416416
# via -r requirements.in
417417
simplejson==3.17.2
418418
# via -r requirements.in
@@ -493,6 +493,8 @@ yarl==1.9.4
493493
# via vcrpy
494494
zipp==3.19.2
495495
# via importlib-metadata
496+
zstandard==0.23.0
497+
# via shared
496498

497499
# The following packages are considered to be unsafe in a requirements file:
498500
# setuptools

0 commit comments

Comments
 (0)