mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Bump types-requests from 2.27.30 to 2.28.0 in /pykanidm (#867)
Bumps [types-requests](https://github.com/python/typeshed) from 2.27.30 to 2.28.0. - [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-minor ... 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:
parent
655fb3d38b
commit
f94321c834
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -709,7 +709,7 @@ python-versions = ">=3.6,<4.0"
|
|||
|
||||
[[package]]
|
||||
name = "types-requests"
|
||||
version = "2.27.30"
|
||||
version = "2.28.0"
|
||||
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 = "aaf468247f535c0d8704a2ab0714ef4f1875f919d5d3bf38f9fb68802b678d69"
|
||||
content-hash = "0a8eecf0eace9a1c9a6194a039abda4c4a4b80d54c31adbd71f750eea3a15c64"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -1442,8 +1442,8 @@ tomlkit = [
|
|||
{file = "tomlkit-0.11.0.tar.gz", hash = "sha256:71ceb10c0eefd8b8f11fe34e8a51ad07812cb1dc3de23247425fbc9ddc47b9dd"},
|
||||
]
|
||||
types-requests = [
|
||||
{file = "types-requests-2.27.30.tar.gz", hash = "sha256:ca8d7cc549c3d10dbcb3c69c1b53e3ffd1270089c1001a65c1e9e1017eb5e704"},
|
||||
{file = "types_requests-2.27.30-py3-none-any.whl", hash = "sha256:b9b6cd0a6e5d500e56419b79f44ec96f316e9375ff6c8ee566c39d25e9612621"},
|
||||
{file = "types-requests-2.28.0.tar.gz", hash = "sha256:9863d16dfbb3fa55dcda64fa3b989e76e8859033b26c1e1623e30465cfe294d3"},
|
||||
{file = "types_requests-2.28.0-py3-none-any.whl", hash = "sha256:85383b4ef0535f639c3f06c5bbb6494bbf59570c4cd88bbcf540f0b2ac1b49ab"},
|
||||
]
|
||||
types-toml = [
|
||||
{file = "types-toml-0.10.7.tar.gz", hash = "sha256:a567fe2614b177d537ad99a661adc9bfc8c55a46f95e66370a4ed2dd171335f9"},
|
||||
|
|
|
@ -26,7 +26,7 @@ aiohttp = "^3.8.1"
|
|||
[tool.poetry.dev-dependencies]
|
||||
pylint = "^2.14.3"
|
||||
mypy = "^0.961"
|
||||
types-requests = "^2.27.29"
|
||||
types-requests = "^2.28.0"
|
||||
pytest = "^7.1.2"
|
||||
types-toml = "^0.10.7"
|
||||
pylint-pydantic = "^0.1.4"
|
||||
|
|
Loading…
Reference in a new issue