Skip to content

Commit

Permalink
Bump deps and tools (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Feb 6, 2023
1 parent ff7e7dd commit 6a11e8a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
args: [--safe]
- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.12]
additional_dependencies: [black==23.1]
- repo: https://github.com/tox-dev/tox-ini-fmt
rev: "0.6.1"
hooks:
Expand All @@ -45,16 +45,16 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear==22.12.6
- flake8-bugbear==23.1.20
- flake8-comprehensions==3.10.1
- flake8-pytest-style==1.6
- flake8-spellcheck==0.28
- flake8-unused-arguments==0.0.12
- flake8-unused-arguments==0.0.13
- flake8-noqa==1.3
- pep8-naming==0.13.3
- flake8-pyproject==1.2.2
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.4"
rev: "v2.7.1"
hooks:
- id: prettier
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=65.7", "setuptools-scm>=7.1"]
requires = ["setuptools>=67.1", "setuptools-scm>=7.1"]
build-backend = 'setuptools.build_meta'

[tool.black]
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ project_urls =
[options]
packages = find:
install_requires =
tox>=4.2.8
tox>=4.4.4
python_requires = >=3.7
include_package_data = True
package_dir =
Expand All @@ -51,7 +51,7 @@ tox =
test =
covdefaults>=2.2.2
devpi-process>=0.3
pytest>=7.2
pytest>=7.2.1
pytest-cov>=4
pytest-mock>=3.10

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ passenv =
PROGRAMDATA
skip_install = true
deps =
pre-commit>=2.21
pre-commit>=3.0.4
commands =
pre-commit run --all-files --show-diff-on-failure

Expand All @@ -44,7 +44,7 @@ setenv =
{tty:MYPY_FORCE_COLOR = 1}
deps =
mypy==0.991
types-docutils>=0.19.1.1
types-docutils>=0.19.1.2
commands =
mypy src {posargs}
mypy tests {posargs}
Expand Down

0 comments on commit 6a11e8a

Please sign in to comment.