Bump types-requests from 2.28.9 to 2.28.10 in /kanidm_rlm_python (#1035)

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

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-09-12 08:50:26 +10:00 committed by GitHub
parent 26a6051b5c
commit 5fd0d239b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -348,7 +348,7 @@ python-versions = ">=3.6,<4.0"
[[package]]
name = "types-requests"
version = "2.28.9"
version = "2.28.10"
description = "Typing stubs for requests"
category = "dev"
optional = false
@ -417,7 +417,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "ed39ea1693378b2cef617adf66e3d0515f3c1635125ab64ea60092caabf3a0fc"
content-hash = "929a1dd1c47af53459e41117406e32d8315fbf399e020b109dcf16581cca053b"
[metadata.files]
aiohttp = [
@ -781,8 +781,8 @@ tomlkit = [
{file = "tomlkit-0.11.0.tar.gz", hash = "sha256:71ceb10c0eefd8b8f11fe34e8a51ad07812cb1dc3de23247425fbc9ddc47b9dd"},
]
types-requests = [
{file = "types-requests-2.28.9.tar.gz", hash = "sha256:feaf581bd580497a47fe845d506fa3b91b484cf706ff27774e87659837de9962"},
{file = "types_requests-2.28.9-py3-none-any.whl", hash = "sha256:86cb66d3de2f53eac5c09adc42cf6547eefbd0c7e1210beca1ee751c35d96083"},
{file = "types-requests-2.28.10.tar.gz", hash = "sha256:97d8f40aa1ffe1e58c3726c77d63c182daea9a72d9f1fa2cafdea756b2a19f2c"},
{file = "types_requests-2.28.10-py3-none-any.whl", hash = "sha256:45b485725ed58752f2b23461252f1c1ad9205b884a1e35f786bb295525a3e16a"},
]
types-toml = [
{file = "types-toml-0.10.8.tar.gz", hash = "sha256:b7e7ea572308b1030dc86c3ba825c5210814c2825612ec679eb7814f8dd9295a"},

View file

@ -15,7 +15,7 @@ aiohttp = "^3.8.1"
[tool.poetry.dev-dependencies]
pylint = "^2.15.0"
mypy = "^0.971"
types-requests = "^2.28.9"
types-requests = "^2.28.10"
pytest = "^7.1.3"
types-toml = "^0.10.8"
pytest-asyncio = "^0.19.0"