summaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
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"