diff --git a/dev-requirements.txt b/dev-requirements.txt index 5db202fa..6c2e90a5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,4 +3,4 @@ pylint>=4.0.6 flake8>=7.3.0 mypy>=0.930 types-PyYAML>=6.0.1 -types-requests>=2.26.2 +types-requests>=2.33.0.20260712 diff --git a/pyproject.toml b/pyproject.toml index 1b794154..f91c6cf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "flake8>=7.3.0", "mypy>=0.930", "types-PyYAML>=6.0.1", - "types-requests>=2.26.2", + "types-requests>=2.33.0.20260712", "build", ] test = [