diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 7f1d1ff634b..4358922e0f6 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -321,7 +321,7 @@ typing-extensions==4.16.0 ; python_version < "3.13" # python-on-whales # typing-inspection # virtualenv -typing-inspection==0.4.2 +typing-inspection==0.4.3 # via pydantic urllib3==2.7.0 # via requests diff --git a/requirements/dev.txt b/requirements/dev.txt index 6982147cf6d..7fa56e2b62d 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -311,7 +311,7 @@ typing-extensions==4.16.0 ; python_version < "3.13" # python-on-whales # typing-inspection # virtualenv -typing-inspection==0.4.2 +typing-inspection==0.4.3 # via pydantic urllib3==2.7.0 # via requests diff --git a/requirements/lint.txt b/requirements/lint.txt index e415086ce02..fc44f96bbac 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -158,7 +158,7 @@ typing-extensions==4.16.0 # python-on-whales # typing-inspection # virtualenv -typing-inspection==0.4.2 +typing-inspection==0.4.3 # via pydantic uvloop==0.22.1 ; platform_system != "Windows" # via -r requirements/lint.in diff --git a/requirements/test-common.txt b/requirements/test-common.txt index fcd965537c3..19ac2647921 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -142,7 +142,7 @@ typing-extensions==4.16.0 # pytest-asyncio # python-on-whales # typing-inspection -typing-inspection==0.4.2 +typing-inspection==0.4.3 # via pydantic yarl==1.24.5 # via aiohttp diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index 8ec78546e3b..d0482a51001 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -170,7 +170,7 @@ typing-extensions==4.16.0 ; python_version < "3.13" # pytest-asyncio # python-on-whales # typing-inspection -typing-inspection==0.4.2 +typing-inspection==0.4.3 # via pydantic yarl==1.24.5 # via diff --git a/requirements/test.txt b/requirements/test.txt index b365852c04c..141f9fae0a0 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -170,7 +170,7 @@ typing-extensions==4.16.0 ; python_version < "3.13" # pytest-asyncio # python-on-whales # typing-inspection -typing-inspection==0.4.2 +typing-inspection==0.4.3 # via pydantic uvloop==0.22.1 ; platform_system != "Windows" and implementation_name == "cpython" # via -r requirements/base.in