Skip to content

Commit

Permalink
Merge pull request #186 from codecov/scott/update-shared
Browse files Browse the repository at this point in the history
Update shared version
  • Loading branch information
scott-codecov committed Nov 20, 2023
2 parents 7c5fbdf + 03195c6 commit 64da979
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
https://github.com/codecov/shared/archive/3182e6f345fa13ff3dad9612811541168c147dd9.tar.gz#egg=shared
https://github.com/codecov/shared/archive/729a9321bfa96dd768dbf4bdcaab07e8fd8d82cd.tar.gz#egg=shared
https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz#egg=codecovopentelem
boto3
celery
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ s3transfer==0.3.4
# via boto3
sentry-sdk==1.19.1
# via -r requirements.in
shared @ https://github.com/codecov/shared/archive/3182e6f345fa13ff3dad9612811541168c147dd9.tar.gz
shared @ https://github.com/codecov/shared/archive/729a9321bfa96dd768dbf4bdcaab07e8fd8d82cd.tar.gz
# via -r requirements.in
six==1.15.0
# via
Expand Down
2 changes: 1 addition & 1 deletion services/github_marketplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def api(
method = (method or "GET").upper()

if url.startswith("/"):
base_url = torngit.Github.api_url
base_url = torngit.Github.get_api_url()
url = base_url + url

if self.use_stubbed:
Expand Down

0 comments on commit 64da979

Please sign in to comment.