diff --git a/dev-requirements.txt b/dev-requirements.txt index 23fdd293..c7473d57 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,5 +2,5 @@ coverage>=7.15.2 pylint>=4.0.6 flake8>=7.3.0 mypy>=2.3.0 -types-PyYAML>=6.0.1 +types-PyYAML>=6.0.12.20260724 types-requests>=2.33.0.20260712 diff --git a/pyproject.toml b/pyproject.toml index 65d8ec5c..e63e48d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "pylint>=4.0.6", "flake8>=7.3.0", "mypy>=2.3.0", - "types-PyYAML>=6.0.1", + "types-PyYAML>=6.0.12.20260724", "types-requests>=2.33.0.20260712", "build", ]