summaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 05:38:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 05:38:43 +0000
commit1dd702b721f7d1836af27c8a114f1386ff9f57bd (patch)
tree622a84466e38b4480dbbbdfa64263da19d736e2f /Pipfile
parentAdding upstream version 0.7.1. (diff)
downloadport-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--Pipfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Pipfile b/Pipfile
index a9e2661..2ba7864 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"