diff --git a/poetry.lock b/poetry.lock index 3af75ba..f732341 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1269,14 +1269,14 @@ files = [ [[package]] name = "requests" -version = "2.32.4" +version = "2.32.5" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev", "docs"] files = [ - {file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"}, - {file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"}, + {file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"}, + {file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"}, ] [package.dependencies] @@ -1644,4 +1644,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "5c8fab94811927914048a4bf1bc37e57846eb3b215b5a6e77a1a52b900314496" +content-hash = "ee1d40f9d2da0b4e6393510ed544bab477d9530f43938b5ac44b29cd209ee758" diff --git a/pyproject.toml b/pyproject.toml index 7b4f369..8701e62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pytest = ">=7.4.2,<9.0.0" mypy = "^1.17.1" autopep8 = "^2.0.4" coverage = "^7.10.6" -requests = "^2.32.4" +requests = "^2.32.5" types-requests = "^2.32.4.20250611" pyyaml = "^6.0.1" types-pyyaml = "^6.0.12.20250516"