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] <support@github.com>
pull/14/head
dependabot[bot] 2023-05-09 10:04:54 +00:00 committed by GitHub
parent 8dfa1dfbab
commit 4bb188d658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
poetry.lock generated
View File

@ -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"

View File

@ -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]