summaryrefslogtreecommitdiffstats
path: root/requirements.d
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-10-08 00:10:36 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-10-10 17:35:03 +0200
commit26be8a6fe9e9b6530b675f62466629dd9edb017d (patch)
treeb4201348bd39d65cdfc29613cd2c68d7b3bfd915 /requirements.d
parentadfab2b6d72a32c03043dba2beb611417ee3c26b (diff)
allow setuptools_scm >= 8 again
8.0.4 got a fix, so we can allow it again.
Diffstat (limited to 'requirements.d')
-rw-r--r--requirements.d/development.lock.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.d/development.lock.txt b/requirements.d/development.lock.txt
index 2043cdfbe..6ccee5625 100644
--- a/requirements.d/development.lock.txt
+++ b/requirements.d/development.lock.txt
@@ -1,5 +1,5 @@
setuptools==68.1.2
-setuptools-scm==7.1.0
+setuptools-scm==8.0.4
pip==23.2.1
wheel==0.41.2
virtualenv==20.24.4