Skip to content

Commit

Permalink
Merge pull request #136 from ymyzk/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ymyzk committed Dec 23, 2022
2 parents 3def659 + 54c19cd commit 56019d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ requires = [
# https://pip.pypa.io/en/stable/cli/pip/#pep-517-and-518-support
# setuptools_scm v6 requires setuptools >= 45
"setuptools >= 45",
"setuptools_scm[toml] >= 6, <7",
"setuptools_scm[toml] >= 7, <8",
"wheel",
]
build-backend = 'setuptools.build_meta'
Expand Down
11 changes: 4 additions & 7 deletions setup.cfg
Expand Up @@ -42,9 +42,7 @@ package_dir =
zip_safe = True
python_requires = >=3.7
install_requires =
tox >= 4.0.0b2, <5
setup_requires =
setuptools_scm[toml] >=6, <7
tox >= 4, <5

[options.packages.find]
where = src
Expand All @@ -57,11 +55,10 @@ tox =
testing =
black; platform_python_implementation=='CPython'
devpi-process
flake8 >=3, <4
flake8 >=6, <7; python_version>='3.8'
mypy; platform_python_implementation=='CPython'
# Needs pytest 6.2.5 or later for Python 3.10 support
pytest >=6.2.5, <7
pytest-cov >=2, <3
pytest >=7, <8
pytest-cov >=3, <4
pytest-mock >=3, <4
pytest-randomly >=3

Expand Down

0 comments on commit 56019d1

Please sign in to comment.