diff --git a/poetry.lock b/poetry.lock index 1e828def..82c81cb7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aniso8601" @@ -1117,14 +1117,14 @@ Flask = ">=2.0.0" [[package]] name = "types-requests" -version = "2.32.4.20250611" +version = "2.32.4.20260107" description = "Typing stubs for requests" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "types_requests-2.32.4.20250611-py3-none-any.whl", hash = "sha256:ad2fe5d3b0cb3c2c902c8815a70e7fb2302c4b8c1f77bdcd738192cdb3878072"}, - {file = "types_requests-2.32.4.20250611.tar.gz", hash = "sha256:741c8777ed6425830bf51e54d6abe245f79b4dcb9019f1622b773463946bf826"}, + {file = "types_requests-2.32.4.20260107-py3-none-any.whl", hash = "sha256:b703fe72f8ce5b31ef031264fe9395cac8f46a04661a79f7ed31a80fb308730d"}, + {file = "types_requests-2.32.4.20260107.tar.gz", hash = "sha256:018a11ac158f801bfa84857ddec1650750e393df8a004a8a9ae2a9bec6fcb24f"}, ] [package.dependencies] @@ -1196,4 +1196,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = "~=3.11.0" -content-hash = "86650c6942e576a96cb402e751b71fa565f5fc8eae809fbe71a88631729f534d" +content-hash = "d8e7bfc9c5adb81b1bec2131e18da28a10fcf003d62b38c0c56fd9f00879d687" diff --git a/pyproject.toml b/pyproject.toml index 2afc15eb..e30943a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ black = "==25.1.0" flake8 = "==7.3.0" flake8-bugbear = "==24.12.12" mypy = "==1.17.1" -types-requests = "==2.32.4.20250611" +types-requests = "==2.32.4.20260107" types-flask-cors = "==6.0.0.20250520" [tool.black]