diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index f990ca9fb2..273778cb27 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple -astroid==4.0.3 ; python_full_version >= '3.7.2' +astroid==4.1.2 ; python_full_version >= '3.7.2' certifi==2026.6.17 ; python_version >= '3.6' @@ -24,7 +24,7 @@ importlib-metadata==6.8.0 ; python_version >= '3.7' iniconfig==2.3.0 ; python_version >= '3.7' -isort==7.0.0 +isort==8.0.1 lazy-object-proxy==1.12.0 ; python_version >= '3.7' @@ -40,11 +40,11 @@ platformdirs==4.10.0 ; python_version >= '3.7' pluggy==1.6.0 ; python_version >= '3.7' -pylint==4.0.4 +pylint==4.0.6 -pytest==9.0.2 +pytest==9.1.1 -pytest-asyncio==1.3.0 +pytest-asyncio==1.4.0 requests==2.32.5 ; python_version >= '3.7'