diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 1f1b6d3f6da..9d1ddf20173 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -52,7 +52,7 @@ click==8.1.8 # slotscheck # towncrier # wait-for-it -coverage==7.8.0 +coverage==7.8.1 # via # -r requirements/test.in # pytest-cov @@ -269,7 +269,7 @@ typing-extensions==4.13.2 # python-on-whales # rich # typing-inspection -typing-inspection==0.4.0 +typing-inspection==0.4.1 # via pydantic uritemplate==4.1.1 # via gidgethub diff --git a/requirements/dev.txt b/requirements/dev.txt index e675ea1d04a..181d0cf8f93 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -52,7 +52,7 @@ click==8.1.8 # slotscheck # towncrier # wait-for-it -coverage==7.8.0 +coverage==7.8.1 # via # -r requirements/test.in # pytest-cov @@ -260,7 +260,7 @@ typing-extensions==4.13.2 # python-on-whales # rich # typing-inspection -typing-inspection==0.4.0 +typing-inspection==0.4.1 # via pydantic uritemplate==4.1.1 # via gidgethub diff --git a/requirements/lint.txt b/requirements/lint.txt index 2c75e2c7505..be29f603556 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -108,7 +108,7 @@ typing-extensions==4.13.2 # python-on-whales # rich # typing-inspection -typing-inspection==0.4.0 +typing-inspection==0.4.1 # via pydantic uvloop==0.21.0 ; platform_system != "Windows" # via -r requirements/lint.in diff --git a/requirements/test.txt b/requirements/test.txt index 6297099131f..24e677a09e5 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -25,7 +25,7 @@ cffi==1.17.1 # pytest-codspeed click==8.1.8 # via wait-for-it -coverage==7.8.0 +coverage==7.8.1 # via # -r requirements/test.in # pytest-cov @@ -129,7 +129,7 @@ typing-extensions==4.13.2 # python-on-whales # rich # typing-inspection -typing-inspection==0.4.0 +typing-inspection==0.4.1 # via pydantic uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython" # via -r requirements/base.in