Skip to content

Bump coverage from 7.9.2 to 7.10.0 #11346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2025
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
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ click==8.1.8
# slotscheck
# towncrier
# wait-for-it
coverage==7.9.2
coverage==7.10.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ click==8.1.8
# slotscheck
# towncrier
# wait-for-it
coverage==7.9.2
coverage==7.10.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down
28 changes: 14 additions & 14 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@
# pip-compile --allow-unsafe --output-file=requirements/test.txt --resolver=backtracking --strip-extras requirements/test.in
#
aiodns==3.5.0
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-5kxn0z/dependabot_20250715-1382-g5pe88/requirements/runtime-deps.in
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.6.1
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-5kxn0z/dependabot_20250715-1382-g5pe88/requirements/runtime-deps.in
# via -r requirements/runtime-deps.in
aiosignal==1.4.0
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-5kxn0z/dependabot_20250715-1382-g5pe88/requirements/runtime-deps.in
# via -r requirements/runtime-deps.in
annotated-types==0.7.0
# via pydantic
async-timeout==5.0.1 ; python_version < "3.11"
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-5kxn0z/dependabot_20250715-1382-g5pe88/requirements/runtime-deps.in
# via -r requirements/runtime-deps.in
attrs==25.3.0
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-5kxn0z/dependabot_20250715-1382-g5pe88/requirements/runtime-deps.in
# via -r requirements/runtime-deps.in
blockbuster==1.5.25
# via -r requirements/test.in
brotli==1.1.0 ; platform_python_implementation == "CPython"
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-5kxn0z/dependabot_20250715-1382-g5pe88/requirements/runtime-deps.in
# via -r requirements/runtime-deps.in
cffi==1.17.1
# via
# cryptography
# pycares
# pytest-codspeed
click==8.1.8
# via wait-for-it
coverage==7.9.2
coverage==7.10.0
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -43,10 +43,10 @@ freezegun==1.5.3
# via -r requirements/test.in
frozenlist==1.7.0
# via
# -r /home/dependabot/dependabot-updater/tmp/20250715-1382-5kxn0z/dependabot_20250715-1382-g5pe88/requirements/runtime-deps.in
# -r requirements/runtime-deps.in
# aiosignal
gunicorn==23.0.0
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-5kxn0z/dependabot_20250715-1382-g5pe88/requirements/base.in
# via -r requirements/base.in
idna==3.4
# via
# trustme
Expand All @@ -61,7 +61,7 @@ mdurl==0.1.2
# via markdown-it-py
multidict==6.6.3
# via
# -r /home/dependabot/dependabot-updater/tmp/20250715-1382-5kxn0z/dependabot_20250715-1382-g5pe88/requirements/runtime-deps.in
# -r requirements/runtime-deps.in
# yarl
mypy==1.17.0 ; implementation_name == "cpython"
# via -r requirements/test.in
Expand All @@ -81,7 +81,7 @@ pluggy==1.6.0
# pytest-cov
propcache==0.3.2
# via
# -r /home/dependabot/dependabot-updater/tmp/20250715-1382-5kxn0z/dependabot_20250715-1382-g5pe88/requirements/runtime-deps.in
# -r requirements/runtime-deps.in
# yarl
proxy-py==2.4.10
# via -r requirements/test.in
Expand Down Expand Up @@ -147,12 +147,12 @@ typing-extensions==4.14.1
typing-inspection==0.4.1
# via pydantic
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-5kxn0z/dependabot_20250715-1382-g5pe88/requirements/base.in
# via -r requirements/base.in
wait-for-it==2.3.0
# via -r requirements/test.in
yarl==1.20.1
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-5kxn0z/dependabot_20250715-1382-g5pe88/requirements/runtime-deps.in
# via -r requirements/runtime-deps.in
zlib-ng==0.5.1
# via -r requirements/test.in
zstandard==0.23.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-5kxn0z/dependabot_20250715-1382-g5pe88/requirements/runtime-deps.in
# via -r requirements/runtime-deps.in
Loading