diff --git a/backend/poetry.lock b/backend/poetry.lock index 29ee715d..39d7afbd 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 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 = "accelerate" @@ -7007,14 +7007,14 @@ typing-extensions = ">=3.7.4.3" [[package]] name = "types-aiofiles" -version = "24.1.0.20250822" +version = "25.1.0.20251011" description = "Typing stubs for aiofiles" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "types_aiofiles-24.1.0.20250822-py3-none-any.whl", hash = "sha256:0ec8f8909e1a85a5a79aed0573af7901f53120dd2a29771dd0b3ef48e12328b0"}, - {file = "types_aiofiles-24.1.0.20250822.tar.gz", hash = "sha256:9ab90d8e0c307fe97a7cf09338301e3f01a163e39f3b529ace82466355c84a7b"}, + {file = "types_aiofiles-25.1.0.20251011-py3-none-any.whl", hash = "sha256:8ff8de7f9d42739d8f0dadcceeb781ce27cd8d8c4152d4a7c52f6b20edb8149c"}, + {file = "types_aiofiles-25.1.0.20251011.tar.gz", hash = "sha256:1c2b8ab260cb3cd40c15f9d10efdc05a6e1e6b02899304d80dfa0410e028d3ff"}, ] [[package]] @@ -7594,4 +7594,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "7bfbf489db175dae6ec6bb55b2efeabeb7f6d62d7eec1dbb734244f56f03e34c" +content-hash = "ce53518827c12bb474ba5257d5e16ba71d8ad705694c2da1c8617c5da242a3a4" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index dfd4886e..8e7165f6 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -92,7 +92,7 @@ pytest-html = "^4.1.1" pytest-timeout = "^2.2.0" bandit = "^1.7.5" safety = "^3.0.0" -types-aiofiles = "^24.1.0.20250822" +types-aiofiles = "^25.1.0.20251011" types-requests = "^2.31.0" types-PyYAML = "^6.0.12" pytest-asyncio = "^0.21.0"