kanidm/kanidm_rlm_python/pyproject.toml
dependabot[bot] 6f604f1305
Bump pylint from 2.13.5 to 2.13.7 in /kanidm_rlm_python (#711)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.5 to 2.13.7.
- [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.5...v2.13.7)

---
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-04-25 09:18:48 +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.7"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"