Skip to content

Commit

Permalink
fix: use wrapt at 1.16.*
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jan 10, 2025
1 parent b83d9ef commit ecee8d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ requests==2.31.0
# via responses
responses==0.21.0
# via codecov-cli (setup.py)
sentry-sdk[opentelemetry]==2.19.2
sentry-sdk[opentelemetry]==2.5.0
# via codecov-cli (setup.py)
sniffio==1.3.0
# via
Expand All @@ -78,8 +78,9 @@ urllib3==2.0.6
# requests
# responses
# sentry-sdk
wrapt==1.17.0
wrapt==1.16.0
# via
# codecov-cli (setup.py)
# deprecated
# opentelemetry-instrumentation
zipp==3.21.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"test-results-parser==0.5.*",
"regex",
"sentry-sdk[opentelemetry]",
"wrapt==1.16.*",
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit ecee8d1

Please sign in to comment.