diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 05:38:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 05:38:43 +0000 |
commit | 1dd702b721f7d1836af27c8a114f1386ff9f57bd (patch) | |
tree | 622a84466e38b4480dbbbdfa64263da19d736e2f /Pipfile | |
parent | Adding upstream version 0.7.1. (diff) | |
download | port-for-1dd702b721f7d1836af27c8a114f1386ff9f57bd.tar.xz port-for-1dd702b721f7d1836af27c8a114f1386ff9f57bd.zip |
Adding upstream version 0.7.2.upstream/0.7.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -7,10 +7,10 @@ name = "pypi" [dev-packages] towncrier = "==23.6.0" -pytest = "==7.4.0" +pytest = "==7.4.2" pytest-cov = "==4.1.0" -coverage = "==7.2.7" -black = "==23.7.0" -pycodestyle = "==2.10.0" -mypy = "==1.4.1" -tbump = "==6.10.0" +coverage = "==7.3.2" +black = "==23.9.1" +mypy = "==1.5.1" +tbump = "==6.11.0" +ruff = "==0.0.292" |