build(deps-dev): bump types-requests from 2.31.0.1 to 2.31.0.2

Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.1 to 2.31.0.2.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/28/head
dependabot[bot] 2023-07-21 10:01:13 +00:00 committed by GitHub
parent 1b76bb29a6
commit 6684c24c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -794,13 +794,13 @@ files = [
[[package]]
name = "types-requests"
version = "2.31.0.1"
version = "2.31.0.2"
description = "Typing stubs for requests"
optional = false
python-versions = "*"
files = [
{file = "types-requests-2.31.0.1.tar.gz", hash = "sha256:3de667cffa123ce698591de0ad7db034a5317457a596eb0b4944e5a9d9e8d1ac"},
{file = "types_requests-2.31.0.1-py3-none-any.whl", hash = "sha256:afb06ef8f25ba83d59a1d424bd7a5a939082f94b94e90ab5e6116bd2559deaa3"},
{file = "types-requests-2.31.0.2.tar.gz", hash = "sha256:6aa3f7faf0ea52d728bb18c0a0d1522d9bfd8c72d26ff6f61bfc3d06a411cf40"},
{file = "types_requests-2.31.0.2-py3-none-any.whl", hash = "sha256:56d181c85b5925cbc59f4489a57e72a8b2166f18273fd8ba7b6fe0c0b986f12a"},
]
[package.dependencies]
@ -911,4 +911,4 @@ webui = ["Flask", "Flask-Bootstrap", "Flask-WTF", "flask-nav"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "c3eb57c4cfe235b04f21c878fcbd727fe4a92e5ea2f11e95798216fff0402784"
content-hash = "2c6a65814f38385b628c0bffca6cd1be6eefaa2027ff99b7863c31524f898064"

View File

@ -38,7 +38,7 @@ remote = ["requests"]
[tool.poetry.dev-dependencies]
jsonschema = "^4.18.4"
mypy = "^1.4.1"
types-requests = "^2.31.0.1"
types-requests = "^2.31.0.2"
pytest-cov = "^4.1.0"
[tool.poetry.scripts]