1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2024-11-14 18:56:15 +01:00
kube-stale-resources/Pipfile
dependabot[bot] 64b19885e9
module: update mypy to version 0.782
Bumps [mypy](https://github.com/python/mypy) from  0.780 to 0.782 (#22).
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.780...v0.782)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-25 15:47:16 +02:00

16 lines
214 B
TOML

[[source]]
url = 'https://pypi.python.org/simple'
[requires]
python_version = '3.8'
[packages]
pyyaml = '*'
requests = '*'
[dev-packages]
rope = '==0.17.0'
pylint = '==2.5.3'
yapf = '==0.30.0'
mypy = '== 0.782'