diff --git a/poetry.lock b/poetry.lock index ed50d7e..d2e8154 100644 --- a/poetry.lock +++ b/poetry.lock @@ -465,25 +465,26 @@ full = ["numpy"] [[package]] name = "requests" -version = "2.32.4" +version = "2.33.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] 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.33.0-py3-none-any.whl", hash = "sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b"}, + {file = "requests-2.33.0.tar.gz", hash = "sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652"}, ] [package.dependencies] -certifi = ">=2017.4.17" +certifi = ">=2023.5.7" charset_normalizer = ">=2,<4" idna = ">=2.5,<4" -urllib3 = ">=1.21.1,<3" +urllib3 = ">=1.26,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] -use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] +test = ["PySocks (>=1.5.6,!=1.5.7)", "pytest (>=3)", "pytest-cov", "pytest-httpbin (==2.1.0)", "pytest-mock", "pytest-xdist"] +use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"] [[package]] name = "thefuzz" @@ -576,4 +577,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "78c886364a008c282725fd839d7f04b3dd4a1f41b32c70f90911377de180908d" +content-hash = "40ae9b658ebafc19d6de4785ab089bb4633f5613501777359eadce95533bf6c8" diff --git a/pyproject.toml b/pyproject.toml index 66bfdf5..7558f0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ flask = "3.0.3" gunicorn = "22.0.0" nameparser = "1.1.3" psycopg = "3.1.19" -requests = "2.32.4" +requests = "2.33.0" thefuzz = "0.22.1" Unidecode = "1.3.8"