diff --git a/pyproject.toml b/pyproject.toml index 309fc40..0f4edd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"] +requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=6.3.1"] build-backend = "setuptools.build_meta" [tool.setuptools_scm] diff --git a/setup.cfg b/setup.cfg index 204cfbc..3bc2920 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ classifiers = Programming Language :: Python :: 3.9 [options] -setup_requires = setuptools_scm==6.0.1 +setup_requires = setuptools_scm>=6.3.1 install_requires= httpx>=0.18.2 python-dateutil>=2.8.1 @@ -37,17 +37,17 @@ all = docs = Sphinx==4.1.2 sphinx-copybutton==0.4.0 - myst-parser==0.15.1 - furo==2021.8.17b43 + myst-parser==0.15.2 + furo==2021.8.31 qa = pylint-pytest==1.1.2 pylint==2.10.2 mypy==0.910 - types-python-dateutil==0.1.6 + types-python-dateutil==2.8.0 types-pkg_resources==0.1.3 tests = - typing_extensions==3.10.0 - pytest==6.2.4 + typing_extensions==3.10.0.2 + pytest==6.2.5 pytest-cov==2.12.1 cheroot==8.5.2 WsgiDAV==3.1.1