build(deps-dev): bump types-requests from 2.27.27 to 2.27.28

Bumps [types-requests](https://github.com/python/typeshed) from 2.27.27 to 2.27.28.
- [Release notes](https://github.com/python/typeshed/releases)
- [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/430/head
dependabot[bot] 2022-05-26 10:12:36 +00:00 committed by GitHub
parent c60da37707
commit 942a2e3b38
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

@ -1137,7 +1137,7 @@ python-versions = "*"
[[package]]
name = "types-requests"
version = "2.27.27"
version = "2.27.28"
description = "Typing stubs for requests"
category = "dev"
optional = false
@ -1328,7 +1328,7 @@ misp = ["python-magic", "pydeep2"]
[metadata]
lock-version = "1.1"
python-versions = ">=3.8,<3.11"
content-hash = "46ed36cbcc5580eeeae28ceb8a1789135e08ca3e73a88a21e4cec64e2d460562"
content-hash = "47873d99fe91e93e189bc090fe5f6b9685b2b138b1d53cb40ff028f7a8b8b4b5"
[metadata.files]
aiohttp = [
@ -2340,8 +2340,8 @@ types-redis = [
{file = "types_redis-4.2.5-py3-none-any.whl", hash = "sha256:c0123db52d9b1a887cd3c7bc0d9cb03893dc3873969ffc55a99c9a9ad9d32a79"},
]
types-requests = [
{file = "types-requests-2.27.27.tar.gz", hash = "sha256:d618d9809fa32f514cf17cea8460814da671c56366fb1c908accca8bf183112b"},
{file = "types_requests-2.27.27-py3-none-any.whl", hash = "sha256:6d8463ffe1f6edcf2e5361740a6140e7a16d427c267d83c7c1d3d1298f4e67c5"},
{file = "types-requests-2.27.28.tar.gz", hash = "sha256:46c72c9ddc73010b14cd19f67023df4a01519411ecf632a305b02e32ca8eb3b8"},
{file = "types_requests-2.27.28-py3-none-any.whl", hash = "sha256:c2647aca57977bc7a4e9c9d9e14a6c76e6503bc64dcbc9f03836df26e54a80c8"},
]
types-setuptools = [
{file = "types-setuptools-57.4.16.tar.gz", hash = "sha256:325d8db7eee39f67f78b7f000683cc81d651300060f67e6e93058e17c6951a9a"},

View File

@ -73,7 +73,7 @@ misp = ['python-magic', 'pydeep2']
mypy = "^0.960"
ipython = "^8.3.0"
types-redis = "^4.2.5"
types-requests = "^2.27.27"
types-requests = "^2.27.28"
types-Flask = "^1.1.6"
types-pkg-resources = "^0.1.3"
types-Deprecated = "^1.2.8"