chore(deps-dev): bump the all group in /pykanidm with 2 updates (#2355)

Bumps the all group in /pykanidm with 2 updates: [pylint-pydantic](https://github.com/fcfangcc/pylint-pydantic) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio).


Updates `pylint-pydantic` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/fcfangcc/pylint-pydantic/releases)
- [Commits](https://github.com/fcfangcc/pylint-pydantic/compare/0.3.0...v0.3.1)

Updates `pytest-asyncio` from 0.21.1 to 0.23.1
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.23.1)

---
updated-dependencies:
- dependency-name: pylint-pydantic
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

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] 2023-12-04 10:26:24 +10:00 committed by GitHub
parent cbadf0af9b
commit a1b1379e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

16
pykanidm/poetry.lock generated
View file

@ -1517,12 +1517,12 @@ pylint = ">=1.7"
[[package]] [[package]]
name = "pylint-pydantic" name = "pylint-pydantic"
version = "0.3.0" version = "0.3.1"
description = "A Pylint plugin to help Pylint understand the Pydantic" description = "A Pylint plugin to help Pylint understand the Pydantic"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "pylint_pydantic-0.3.0-py3-none-any.whl", hash = "sha256:040603055f45168048fe86e07bb4b6d672ddc931e00a318102f6da42f6c65564"}, {file = "pylint_pydantic-0.3.1-py3-none-any.whl", hash = "sha256:4c7f40b3aef9754f61479adfd76076f85b0615608bb5ce967ffc948909ffb0eb"},
] ]
[package.dependencies] [package.dependencies]
@ -1606,13 +1606,13 @@ testing = ["coverage (==6.2)", "mypy (==0.931)"]
[[package]] [[package]]
name = "pytest-asyncio" name = "pytest-asyncio"
version = "0.21.1" version = "0.23.1"
description = "Pytest support for asyncio" description = "Pytest support for asyncio"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.8"
files = [ files = [
{file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, {file = "pytest-asyncio-0.23.1.tar.gz", hash = "sha256:2d06468de455e7d4302e670a583d1a127d57ac2b09c95164a895b88c7a1e5178"},
{file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, {file = "pytest_asyncio-0.23.1-py3-none-any.whl", hash = "sha256:044ac9167e655f2462097e21cc9a29c9385674ea4fcc34677f1cc1ca35f3cd39"},
] ]
[package.dependencies] [package.dependencies]
@ -1620,7 +1620,7 @@ pytest = ">=7.0.0"
[package.extras] [package.extras]
docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"]
testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (>=0.931)", "pytest-trio (>=0.7.0)"] testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"]
[[package]] [[package]]
name = "pytest-mock" name = "pytest-mock"
@ -2313,4 +2313,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "d697689b4db72590a37ab2f6a742fccca48944c7c95352e5b91d672e9ea0dc26" content-hash = "fbe2e4c0ee8fd54f9613bf066be99797bf9411adb321310701db0cb50d8d1fe9"

View file

@ -31,10 +31,10 @@ Authlib = "^1.2.0"
mypy = "^1.7" mypy = "^1.7"
pytest = "^7.4.3" pytest = "^7.4.3"
types-toml = "^0.10.8" types-toml = "^0.10.8"
pylint-pydantic = "^0.3.0" pylint-pydantic = "^0.3.1"
coverage = "^7.3.2" coverage = "^7.3.2"
pylint-pytest = "^1.1.6" pylint-pytest = "^1.1.6"
pytest-asyncio = "^0.21.1" pytest-asyncio = "^0.23.1"
pytest-mock = "^3.12.0" pytest-mock = "^3.12.0"
pytest-aiohttp = "^1.0.5" pytest-aiohttp = "^1.0.5"
black = "^23.11.0" black = "^23.11.0"