diff --git a/example/poetry.lock b/example/poetry.lock index 409322c..ee91977 100644 --- a/example/poetry.lock +++ b/example/poetry.lock @@ -1,5 +1,6 @@ # This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. + [[package]] name = "anyio" version = "3.6.2" @@ -601,21 +602,21 @@ files = [ [[package]] name = "requests" -version = "2.29.0" +version = "2.31.0" description = "Python HTTP for Humans." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "requests-2.29.0-py3-none-any.whl", hash = "sha256:e8f3c9be120d3333921d213eef078af392fba3933ab7ed2d1cba3b56f2568c3b"}, - {file = "requests-2.29.0.tar.gz", hash = "sha256:f2e34a75f4749019bb0e3effb66683630e4ffeaf75819fb51bebef1bf5aef059"}, + {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, + {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, ] [package.dependencies] certifi = ">=2017.4.17" charset-normalizer = ">=2,<4" idna = ">=2.5,<4" -urllib3 = ">=1.21.1,<1.27" +urllib3 = ">=1.21.1,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] @@ -866,5 +867,6 @@ files = [ [metadata] lock-version = "2.0" + python-versions = "^3.10.6" content-hash = "0d8e5ecb7cd01b6721d9b5298337df25b031d5c358e131bb97ba852b56b0f685" diff --git a/example/pyproject.toml b/example/pyproject.toml index 951d18d..033b8a4 100644 --- a/example/pyproject.toml +++ b/example/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "product_mock"}] [tool.poetry.dependencies] python = "^3.10.6" fastapi = "^0.95.1" -requests = "^2.29.0" +requests = "^2.31.0" uvicorn = "^0.22.0" wiremock = { path = "../", develop=true} httpx = "^0.24.0"