Skip to content

Commit

Permalink
Update shared (#548)
Browse files Browse the repository at this point in the history
* Update shared

* Update .dockerignore

* Update .gitignore
  • Loading branch information
trent-codecov authored May 7, 2024
1 parent c5af1a4 commit b7eb80c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ coverage.xml
service.json
.github
.circleci
gha-creds-*.json
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
gha-creds-*.json

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down Expand Up @@ -129,4 +130,4 @@ dmypy.json
# PyCharm stuff
.idea

*.pem
*.pem
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ factory-boy
fakeredis
freezegun
https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz#egg=codecovopentelem
https://github.com/codecov/shared/archive/039efcfca9c11a5d6d02e1e4d19b86d022a21a72.tar.gz#egg=shared
https://github.com/codecov/shared/archive/1dc95a2ac3c07ca211319e65a90ea35592c825c1.tar.gz#egg=shared
google-cloud-pubsub
gunicorn>=22.0.0
https://github.com/photocrowd/django-cursor-pagination/archive/f560902696b0c8509e4d95c10ba0d62700181d84.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ sentry-sdk==1.40.4
# shared
setproctitle==1.1.10
# via -r requirements.in
shared @ https://github.com/codecov/shared/archive/039efcfca9c11a5d6d02e1e4d19b86d022a21a72.tar.gz
shared @ https://github.com/codecov/shared/archive/1dc95a2ac3c07ca211319e65a90ea35592c825c1.tar.gz
# via -r requirements.in
simplejson==3.17.2
# via -r requirements.in
Expand Down

0 comments on commit b7eb80c

Please sign in to comment.