mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Bump types-requests from 2.28.0 to 2.28.1 in /pykanidm (#937)
Bumps [types-requests](https://github.com/python/typeshed) from 2.28.0 to 2.28.1. - [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:
parent
3e064472d0
commit
10e3a0c356
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.28.0"
|
||||
version = "2.28.1"
|
||||
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 = "5fbd6a9e7b13748f528cfe1f64bddc0261437b282adae87b3888cd33723098ac"
|
||||
content-hash = "9ae1fc9bca16b1bb7b3abedb836534933435d346bf7fbc9ee1116bf6652a0165"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -1442,8 +1442,8 @@ tomlkit = [
|
|||
{file = "tomlkit-0.11.0.tar.gz", hash = "sha256:71ceb10c0eefd8b8f11fe34e8a51ad07812cb1dc3de23247425fbc9ddc47b9dd"},
|
||||
]
|
||||
types-requests = [
|
||||
{file = "types-requests-2.28.0.tar.gz", hash = "sha256:9863d16dfbb3fa55dcda64fa3b989e76e8859033b26c1e1623e30465cfe294d3"},
|
||||
{file = "types_requests-2.28.0-py3-none-any.whl", hash = "sha256:85383b4ef0535f639c3f06c5bbb6494bbf59570c4cd88bbcf540f0b2ac1b49ab"},
|
||||
{file = "types-requests-2.28.1.tar.gz", hash = "sha256:acd8ed78509d27bdf04cddcc05f7066dfde4d30dd7dba67b808cdb1141d62ffe"},
|
||||
{file = "types_requests-2.28.1-py3-none-any.whl", hash = "sha256:b097692e124001f0ed5e4490245bb090f5e8e929819972f9ace84f9c3e146e8c"},
|
||||
]
|
||||
types-toml = [
|
||||
{file = "types-toml-0.10.8.tar.gz", hash = "sha256:b7e7ea572308b1030dc86c3ba825c5210814c2825612ec679eb7814f8dd9295a"},
|
||||
|
|
|
@ -26,7 +26,7 @@ aiohttp = "^3.8.1"
|
|||
[tool.poetry.dev-dependencies]
|
||||
pylint = "^2.14.4"
|
||||
mypy = "^0.961"
|
||||
types-requests = "^2.28.0"
|
||||
types-requests = "^2.28.1"
|
||||
pytest = "^7.1.2"
|
||||
types-toml = "^0.10.8"
|
||||
pylint-pydantic = "^0.1.4"
|
||||
|
|
Loading…
Reference in a new issue