diff --git a/poetry.lock b/poetry.lock index e283dec6..fe8affc3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1671,13 +1671,13 @@ rpds-py = ">=0.7.0" [[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] @@ -2141,4 +2141,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "57368926a3c80d6fceb07e44e1bc89c10304764e716a3d790c392bb809fd1cc2" +content-hash = "3abdbc2d74b54826bddd9c2aa5124e1d020f25c9ec4e991790174c00c531c378" diff --git a/pyproject.toml b/pyproject.toml index 60648a65..0636b75e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ python-dateutil = "^2.8.1" python-slugify = "^4.0.1" pytz = "^2020.1" PyYAML = "^5.4.1" -requests = "^2.31.0" +requests = "^2.32.2" requests-cache = "^0.5.2" six = "^1.10.0" soupsieve = "^2.0.1"