diff --git a/poetry.lock b/poetry.lock index b204ca0..c92b7fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -979,13 +979,13 @@ files = [ [[package]] name = "requests" -version = "2.31.0" +version = "2.32.0" 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.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] @@ -1278,4 +1278,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "aae327e8e28a5842cbe9c3e5d8eee8b6a30330f32bc1e797a4530d06458b3efa" +content-hash = "7856236d2b62a62a8d189cd8d7881d6ca245de8c036c675205b429d45b09a507" diff --git a/pyproject.toml b/pyproject.toml index 085ee33..ba5d5ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ datetime = "5.4" openai="1.11.1" python = "^3.9" python-dotenv="1.0.1" -requests = "2.31.0" +requests = "2.32.0" [build-system] requires = ["poetry-core"]