1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2024-07-01 20:34:42 +02:00
kube-stale-resources/Pipfile
dependabot-preview[bot] 6d31299158
module: update mypy to version 0.780
Bumps [mypy](https://github.com/python/mypy) from  0.770 to 0.780 (#18).
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.770...v0.780)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-05 08:01:21 +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.2'
yapf = '==0.29.0'
mypy = '== 0.780'