diff --git a/poetry.lock b/poetry.lock index a4ac7e6..c7351f9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -356,13 +356,13 @@ files = [ [[package]] name = "requests" -version = "2.32.2" +version = "2.32.3" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, - {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -434,4 +434,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "d46b2a053774050b08087815ca0d2d4e860da85359a2827480c48a38955de2f0" +content-hash = "28aa79c3d67b61c97f21a2a3ff5ae65c34510faafee08e7a162862dcd8b70fe3" diff --git a/pyproject.toml b/pyproject.toml index 028a5d7..de32aa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = ["Arduino "] [tool.poetry.dependencies] python = "^3.9" -requests = "^2.32.2" +requests = "^2.32.3" [tool.poetry.group.dev.dependencies] yamllint = "^1.35.1"