From 3ad4ac4838e560dadd279457514aa8914b995ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sun, 12 Mar 2023 09:37:41 -0700 Subject: [PATCH] Bump deps and tools Committed via https://github.com/asottile/all-repos --- .pre-commit-config.yaml | 4 ++-- pyproject.toml | 8 ++++---- tox.ini | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cfbdd7a..70d6e95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,9 +49,9 @@ repos: hooks: - id: flake8 additional_dependencies: - - flake8-bugbear==23.1.20 + - flake8-bugbear==23.2.13 - flake8-comprehensions==3.10.1 - - flake8-pytest-style==1.6 + - flake8-pytest-style==1.7.2 - flake8-spellcheck==0.28 - flake8-unused-arguments==0.0.13 - flake8-noqa==1.3 diff --git a/pyproject.toml b/pyproject.toml index f3421b7..92bcefa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ build-backend = "hatchling.build" requires = [ "hatch-vcs>=0.3", - "hatchling>=1.12.2", + "hatchling>=1.13", ] [project] @@ -40,9 +40,9 @@ optional-dependencies.docs = [ "sphinx-autodoc-typehints!=1.23.4,>=1.22", ] optional-dependencies.testing = [ - "covdefaults>=2.2.2", - "coverage>=7.1", - "pytest>=7.2.1", + "covdefaults>=2.3", + "coverage>=7.2.1", + "pytest>=7.2.2", "pytest-cov>=4", "pytest-timeout>=2.1", ] diff --git a/tox.ini b/tox.ini index 7ffc456..64bd45f 100644 --- a/tox.ini +++ b/tox.ini @@ -39,7 +39,7 @@ passenv = basepython = python3.10 skip_install = true deps = - pre-commit>=3.0.4 + pre-commit>=3.1.1 commands = pre-commit run --all-files --show-diff-on-failure python -c 'import pathlib; print("hint: run \{\} install to add checks as pre-commit hook".format(pathlib.Path(r"{envdir}") / "bin" / "pre-commit"))' @@ -49,7 +49,7 @@ description = run type check on code base setenv = {tty:MYPY_FORCE_COLOR = 1} deps = - mypy==0.991 + mypy==1.1.1 commands = mypy --strict src/filelock mypy --strict tests @@ -62,9 +62,9 @@ setenv = COVERAGE_FILE = {toxworkdir}/.coverage skip_install = true deps = - covdefaults>=2.2.2 - coverage[toml]>=7.1 - diff-cover>=7.4 + covdefaults>=2.3 + coverage[toml]>=7.2.1 + diff-cover>=7.5 extras = parallel_show_output = true commands =