kanidm/kanidm_rlm_python/pyproject.toml
dependabot[bot] 25c1f73b1f
Bump pylint from 2.13.7 to 2.13.8 in /kanidm_rlm_python (#742)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.7 to 2.13.8.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.13.7...v2.13.8)

---
updated-dependencies:
- dependency-name: pylint
  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>
2022-05-09 10:15:45 +10:00

17 lines
294 B
TOML

[tool.poetry]
name = "kanidmradius"
version = "0.0.1"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.6.2"
requests = "^2.27.1"
[tool.poetry.dev-dependencies]
pylint = "^2.13.8"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"