From 4bb188d6588d58d16b38ab44e80f80cfe2311ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 10:04:54 +0000 Subject: [PATCH] build(deps-dev): bump types-requests from 2.29.0.0 to 2.30.0.0 Bumps [types-requests](https://github.com/python/typeshed) from 2.29.0.0 to 2.30.0.0. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 28e515e..b21648c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "attrs" @@ -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" @@ -833,9 +833,9 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [extras] remote = ["requests"] -webui = ["Flask", "Flask-Bootstrap", "Flask-WTF", "flask-nav"] +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]