Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ 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/9c31870de026a8a3f026f0753b1991e8c832fadb.tar.gz#egg=shared
https://github.com/codecov/shared/archive/f96b72f47583a083e0c78ec7c7ff4da5d3ad6a19.tar.gz#egg=shared
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this also need to get rid of the things in services/task.py?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. We should probably still upgrade that at some point, but this only loosens the allowable dependencies to let us use an older version of sentry-sdk.

google-cloud-pubsub
gunicorn>=22.0.0
https://github.com/photocrowd/django-cursor-pagination/archive/f560902696b0c8509e4d95c10ba0d62700181d84.tar.gz
idna>=3.7
minio
oauth2==1.9.0.post1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's still a dependency on this for bitbucket. Specifying it explicitly.

opentelemetry-instrumentation-django>=0.45b0
opentelemetry-sdk>=1.24.0
opentracing
Expand Down
33 changes: 14 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ certifi==2024.7.4
# minio
# requests
# sentry-sdk
# shared
cffi==1.14.2
# via
# cryptography
Expand Down Expand Up @@ -155,8 +154,6 @@ drf-spectacular==0.26.2
# via -r requirements.in
drf-spectacular-sidecar==2023.3.1
# via -r requirements.in
ecdsa==0.18.0
# via tlslite-ng
elastic-apm==6.13.2
# via -r requirements.in
envier==0.5.1
Expand All @@ -171,12 +168,12 @@ filelock==3.0.12
# via virtualenv
freezegun==1.1.0
# via -r requirements.in
google-api-core[grpc]==2.11.1
google-api-core[grpc]==2.23.0
# via
# google-cloud-core
# google-cloud-pubsub
# google-cloud-storage
google-auth==2.21.0
google-auth==2.36.0
# via
# google-api-core
# google-cloud-core
Expand All @@ -188,11 +185,13 @@ google-cloud-pubsub==2.18.4
# via
# -r requirements.in
# shared
google-cloud-storage==2.10.0
google-cloud-storage==2.18.2
# via shared
google-crc32c==1.0.0
# via google-resumable-media
google-resumable-media==2.5.0
# via
# google-cloud-storage
# google-resumable-media
google-resumable-media==2.7.2
# via google-cloud-storage
googleapis-common-protos[grpc]==1.59.1
# via
Expand Down Expand Up @@ -220,7 +219,7 @@ h11==0.12.0
# via httpcore
httpcore==0.15.0
# via httpx
httplib2==0.20.2
httplib2==0.22.0
# via oauth2
httpx==0.23.0
# via shared
Expand Down Expand Up @@ -260,7 +259,7 @@ multidict==4.7.6
nodeenv==1.5.0
# via pre-commit
oauth2==1.9.0.post1
# via shared
# via -r requirements.in
oauthlib==3.1.0
# via shared
opentelemetry-api==1.24.0
Expand Down Expand Up @@ -312,7 +311,9 @@ prometheus-client==0.17.1
prompt-toolkit==3.0.28
# via click-repl
proto-plus==1.22.3
# via google-cloud-pubsub
# via
# google-api-core
# google-cloud-pubsub
protobuf==4.24.3
# via
# ddtrace
Expand All @@ -322,7 +323,6 @@ protobuf==4.24.3
# grpc-google-iam-v1
# grpcio-status
# proto-plus
# shared
psycopg2==2.9.2
# via -r requirements.in
pyasn1==0.4.8
Expand Down Expand Up @@ -382,6 +382,7 @@ pyyaml==6.0.1
# via
# drf-spectacular
# pre-commit
# shared
# vcrpy
redis==4.4.4
# via
Expand Down Expand Up @@ -411,7 +412,7 @@ sentry-sdk[celery]==2.13.0
# shared
setproctitle==1.1.10
# via -r requirements.in
shared @ https://github.com/codecov/shared/archive/9c31870de026a8a3f026f0753b1991e8c832fadb.tar.gz
shared @ https://github.com/codecov/shared/archive/f96b72f47583a083e0c78ec7c7ff4da5d3ad6a19.tar.gz
# via -r requirements.in
simplejson==3.17.2
# via -r requirements.in
Expand All @@ -421,8 +422,6 @@ six==1.16.0
# ddsketch
# ddtrace
# django-dynamic-fixture
# ecdsa
# google-auth
# python-dateutil
# virtualenv
sniffio==1.2.0
Expand All @@ -446,8 +445,6 @@ stripe==9.6.0
# via -r requirements.in
text-unidecode==1.3
# via faker
tlslite-ng==0.8.0b1
# via shared
toml==0.10.2
# via pre-commit
typing-extensions==4.6.2
Expand All @@ -468,11 +465,9 @@ urllib3==1.26.19
# -r requirements.in
# botocore
# elastic-apm
# google-auth
# minio
# requests
# sentry-sdk
# shared
vcrpy==6.0.1
# via -r requirements.in
vine==5.1.0
Expand Down
Loading