Skip to content

Commit 83d49cc

Browse files
bump setuptools
1 parent 18415fb commit 83d49cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-test.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
git+https://github.com/baztian/dbapi-compliance.git@ea7cb1b4#egg=dbapi-compliance
2-
pyyaml==6.0.2
2+
pyyaml == 6.0.2
33
importlib-metadata >= 1.0 ; python_version < '3.8'
44
pylint == 3.3.0 ; python_version >= '3.9'
55
pylint == 3.2.7 ; python_version == '3.8'
@@ -8,3 +8,4 @@ flake8 == 6.1.0 ; python_version >= '3.8'
88
flake8 == 5.0.4 ; python_version < '3.8'
99
codespell == 2.3.0 ; python_version >= '3.8'
1010
codespell == 2.2.5 ; python_version < '3.8'
11+
setuptools >= 78.1.0

0 commit comments

Comments
 (0)