Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #136

Merged
merged 1 commit into from Dec 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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