Bump types-requests from 2.28.6 to 2.28.8 in /pykanidm (#982)

Bumps [types-requests](https://github.com/python/typeshed) from 2.28.6 to 2.28.8.
- [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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-08 09:37:01 +10:00 committed by GitHub
parent fb1cf80a47
commit f0075378d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
pykanidm/poetry.lock generated
View file

@ -709,7 +709,7 @@ python-versions = ">=3.6,<4.0"
[[package]]
name = "types-requests"
version = "2.28.6"
version = "2.28.8"
description = "Typing stubs for requests"
category = "dev"
optional = false
@ -801,7 +801,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "7ad0aa7e60557dbff493e338a0f2959eb9a7e0c030a6104dc5837dacbe0e87a1"
content-hash = "34de32ee1decf9abde2e0f7c05cd1150f7e7aa00da53d8b40304209f4dfc8391"
[metadata.files]
aiohttp = [
@ -1440,8 +1440,8 @@ tomlkit = [
{file = "tomlkit-0.11.1.tar.gz", hash = "sha256:61901f81ff4017951119cd0d1ed9b7af31c821d6845c8c477587bbdcd5e5854e"},
]
types-requests = [
{file = "types-requests-2.28.6.tar.gz", hash = "sha256:cf3383bbd79394bf051a0a9202d6831fa962f186f923c178f7c059e3424bd00e"},
{file = "types_requests-2.28.6-py3-none-any.whl", hash = "sha256:d8d7607419cd4b41a7b9497e15e8c0bad78d50df43c48ad25bc526a11518c3a9"},
{file = "types-requests-2.28.8.tar.gz", hash = "sha256:7a9f7b152d594a1c18dd4932cdd2596b8efbeedfd73caa4e4abb3755805b4685"},
{file = "types_requests-2.28.8-py3-none-any.whl", hash = "sha256:b0421f9f2d0dd0f8df2c75f974686517ca67473f05b466232d4c6384d765ad7a"},
]
types-toml = [
{file = "types-toml-0.10.8.tar.gz", hash = "sha256:b7e7ea572308b1030dc86c3ba825c5210814c2825612ec679eb7814f8dd9295a"},

View file

@ -26,7 +26,7 @@ aiohttp = "^3.8.1"
[tool.poetry.dev-dependencies]
pylint = "^2.14.5"
mypy = "^0.971"
types-requests = "^2.28.6"
types-requests = "^2.28.8"
pytest = "^7.1.2"
types-toml = "^0.10.8"
pylint-pydantic = "^0.1.4"