Skip to content

Commit

Permalink
fix: update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jan 26, 2025
1 parent 8ac380f commit 5dc03cc
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,56 +4,54 @@
#
# pip-compile pyproject.toml
#
anyio==4.0.0
anyio==4.8.0
# via httpx
certifi==2024.7.4
certifi==2024.12.14
# via
# httpcore
# httpx
# requests
# sentry-sdk
charset-normalizer==3.3.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via codecov-cli (pyproject.toml)
h11==0.14.0
# via httpcore
httpcore==1.0.7
# via httpx
httpx==0.27.2
# via codecov-cli (pyproject.toml)
idna==3.7
idna==3.10
# via
# anyio
# httpx
# requests
ijson==3.2.3
<<<<<<< Updated upstream
# via codecov-cli (setup.py)
=======
ijson==3.3.0
# via codecov-cli (pyproject.toml)
pathspec==0.12.1
# via codecov-cli (pyproject.toml)
>>>>>>> Stashed changes
pyyaml==6.0.1
pyyaml==6.0.2
# via codecov-cli (pyproject.toml)
regex==2023.12.25
regex==2024.11.6
# via codecov-cli (pyproject.toml)
requests==2.32.2
requests==2.32.3
# via responses
responses==0.21.0
# via codecov-cli (pyproject.toml)
sentry-sdk==2.20.0
# via codecov-cli (pyproject.toml)
sniffio==1.3.0
sniffio==1.3.1
# via
# anyio
# httpx
test-results-parser==0.5.1
# via codecov-cli (pyproject.toml)
tree-sitter==0.20.2
tree-sitter==0.20.4
# via codecov-cli (pyproject.toml)
urllib3==2.2.2
typing-extensions==4.12.2
# via anyio
urllib3==2.3.0
# via
# requests
# responses
Expand Down

0 comments on commit 5dc03cc

Please sign in to comment.