diff --git a/poetry.lock b/poetry.lock index 5b47498d..38861c50 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1011,13 +1011,13 @@ files = [ [[package]] name = "requests" -version = "2.31.0" +version = "2.32.2" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [package.dependencies] @@ -1170,4 +1170,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "0374c4fc2b8139fa5053751d963b5de90d3204c9c2efc2e911dff68620dfb052" +content-hash = "8fbbeea3522d2a2603a24b06438524c7ebddd4ccb9396f6df98f5664f7c2c288" diff --git a/pyproject.toml b/pyproject.toml index a8ecdc6e..4bac3ed5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "3.11.*" mkdocs-material = "9.2.3" strictyaml = "1.7.3" ics = {version = "0.8.0.dev0", allow-prereleases = true} -requests = "2.31.0" +requests = "2.32.2" teemup = "1.0.3" mkdocs = "1.6.1"