Skip to content

Commit f40e058

Browse files
committed
Chore: Adjust dev dependency versions to protect against surprises
1 parent 7a524cb commit f40e058

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ author_email = [email protected]
1111
maintainer = Andreas Motl
1212
maintainer_email = [email protected]
1313
copyright = Copyright 2017-2020 Andrew Prokhorenkov <[email protected]>
14-
url = https://github.com/panodata/grafana-client/
14+
url = https://github.com/panodata/grafana-client
1515
project_urls =
16-
Source = https://github.com/panodata/grafana-client/
16+
Source = https://github.com/panodata/grafana-client
1717
Tracker = https://github.com/panodata/grafana-client/issues
1818
classifiers =
1919
Development Status :: 5 - Production/Stable
@@ -66,7 +66,7 @@ packages = find:
6666
include_package_data = True
6767
zip_safe = False
6868
setup_requires =
69-
setuptools_scm>=4.0
69+
setuptools-scm<8
7070

7171
# https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#platform-specific-dependencies
7272
install_requires =
@@ -77,10 +77,10 @@ install_requires =
7777
[options.extras_require]
7878
test =
7979
parameterized>=0.8,<1
80-
codecov>=2.1.0
81-
coverage[toml]>=5.2.0
82-
unittest-xml-reporting>=3.0.0
83-
requests-mock>=1.8.0
80+
codecov<3
81+
coverage[toml]<7
82+
unittest-xml-reporting<4
83+
requests-mock<2
8484

8585
develop =
8686
isort<6

0 commit comments

Comments
 (0)