diff --git a/poetry.lock b/poetry.lock index 27cf4b3..fd97320 100644 --- a/poetry.lock +++ b/poetry.lock @@ -714,18 +714,18 @@ files = [ [[package]] name = "types-requests" -version = "2.29.0.0" +version = "2.30.0.0" description = "Typing stubs for requests" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-requests-2.29.0.0.tar.gz", hash = "sha256:c86f4a955d943d2457120dbe719df24ef0924e11177164d10a0373cf311d7b4d"}, - {file = "types_requests-2.29.0.0-py3-none-any.whl", hash = "sha256:4cf6e323e856c779fbe8815bb977a5bf5d6c5034713e4c17ff2a9a20610f5b27"}, + {file = "types-requests-2.30.0.0.tar.gz", hash = "sha256:dec781054324a70ba64430ae9e62e7e9c8e4618c185a5cb3f87a6738251b5a31"}, + {file = "types_requests-2.30.0.0-py3-none-any.whl", hash = "sha256:c6cf08e120ca9f0dc4fa4e32c3f953c3fba222bcc1db6b97695bce8da1ba9864"}, ] [package.dependencies] -types-urllib3 = "<1.27" +types-urllib3 = "*" [[package]] name = "types-urllib3" @@ -838,4 +838,4 @@ webui = ["flask-nav", "Flask", "Flask-Bootstrap", "Flask-WTF"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "0f5ca40df1d9a5a4bfb6e08b4d4b95da0a4a0e29bbf3ea4de7aac23d440a18da" +content-hash = "95a020de8f0625056bd8943312e900f1f913e8c0d062cd0a1b4034baa1b44913" diff --git a/pyproject.toml b/pyproject.toml index a6265a3..d0bbd93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ remote = ["requests"] [tool.poetry.dev-dependencies] jsonschema = "^4.17.3" mypy = "^1.2.0" -types-requests = "^2.29.0.0" +types-requests = "^2.30.0.0" pytest-cov = "^4.0.0" [tool.poetry.scripts]