kanidm/kanidm_rlm_python/pyproject.toml
dependabot[bot] fd2c85479e
Bump pytest-asyncio from 0.18.3 to 0.19.0 in /kanidm_rlm_python (#924)
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.3 to 0.19.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.3...v0.19.0)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  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>
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2022-07-18 19:39:56 +10:00

32 lines
622 B
TOML

[tool.poetry]
name = "kanidmradius"
version = "0.0.1"
description = "FreeRADIUS Module for Kanidm Authentication"
authors = [
"James Hodgkinson <james@terminaloutcomes.com>"
]
[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.28.1"
toml = "^0.10.2"
aiohttp = "^3.8.1"
[tool.poetry.dev-dependencies]
pylint = "^2.14.5"
mypy = "^0.961"
types-requests = "^2.28.1"
pytest = "^7.1.2"
types-toml = "^0.10.8"
pytest-asyncio = "^0.19.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pylint.MASTER]
disable="W0511"
[tool.pytest.ini_options]
asyncio_mode = "auto"