diff --git a/poetry.lock b/poetry.lock index 3709bad..d910b6b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2989,20 +2989,20 @@ files = [ [[package]] name = "requests" -version = "2.32.3" +version = "2.32.4" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" groups = ["main", "test"] markers = "implementation_name == \"cpython\" or implementation_name == \"pypy\"" files = [ - {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, - {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, + {file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"}, + {file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"}, ] [package.dependencies] certifi = ">=2017.4.17" -charset-normalizer = ">=2,<4" +charset_normalizer = ">=2,<4" idna = ">=2.5,<4" urllib3 = ">=1.21.1,<3" @@ -3766,4 +3766,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "04cdc89263c6f0bd96897eeddc5d66a9fe4d48ea2e8f19358ff6184b6407ecbc" +content-hash = "2bf69ee29ff3951f221b1041b35d73c9a0e74aa546d9084729e325e109c4cd14" diff --git a/pyproject.toml b/pyproject.toml index d582aa5..e196f19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ Cerberus = "1.3.4" Flask-RESTful = "0.3.10" JSON-log-formatter = "0.5.2" PyYAML = "6.0.1" -requests = "2.32.3" +requests = "2.32.4" web3 = "6.5.0" pyaml-env = "1.2.1" python-dotenv = "1.0.1"