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

Commit b7eb80c

Browse files
Update shared (#548)
* Update shared * Update .dockerignore * Update .gitignore
1 parent c5af1a4 commit b7eb80c

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ coverage.xml
1818
service.json
1919
.github
2020
.circleci
21+
gha-creds-*.json

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ share/python-wheels/
2525
.installed.cfg
2626
*.egg
2727
MANIFEST
28+
gha-creds-*.json
2829

2930
# PyInstaller
3031
# Usually these files are written by a python script from a template
@@ -129,4 +130,4 @@ dmypy.json
129130
# PyCharm stuff
130131
.idea
131132

132-
*.pem
133+
*.pem

requirements.in

+1-1
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/039efcfca9c11a5d6d02e1e4d19b86d022a21a72.tar.gz#egg=shared
23+
https://github.com/codecov/shared/archive/1dc95a2ac3c07ca211319e65a90ea35592c825c1.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ sentry-sdk==1.40.4
402402
# shared
403403
setproctitle==1.1.10
404404
# via -r requirements.in
405-
shared @ https://github.com/codecov/shared/archive/039efcfca9c11a5d6d02e1e4d19b86d022a21a72.tar.gz
405+
shared @ https://github.com/codecov/shared/archive/1dc95a2ac3c07ca211319e65a90ea35592c825c1.tar.gz
406406
# via -r requirements.in
407407
simplejson==3.17.2
408408
# via -r requirements.in

0 commit comments

Comments
 (0)