Skip to content

Commit de5c335

Browse files
authored
Bump deps and tools (#47)
1 parent fa53f1d commit de5c335

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ repos:
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/psf/black
24-
rev: 22.12.0
24+
rev: 23.1.0
2525
hooks:
2626
- id: black
2727
args: [--safe]
2828
- repo: https://github.com/asottile/blacken-docs
2929
rev: 1.13.0
3030
hooks:
3131
- id: blacken-docs
32-
additional_dependencies: [black==22.10]
32+
additional_dependencies: [black==23.1]
3333
- repo: https://github.com/asottile/setup-cfg-fmt
3434
rev: v2.2.0
3535
hooks:
@@ -44,16 +44,16 @@ repos:
4444
hooks:
4545
- id: flake8
4646
additional_dependencies:
47-
- flake8-bugbear==22.10.27
47+
- flake8-bugbear==23.1.20
4848
- flake8-comprehensions==3.10.1
4949
- flake8-pytest-style==1.6
5050
- flake8-spellcheck==0.28
51-
- flake8-unused-arguments==0.0.12
51+
- flake8-unused-arguments==0.0.13
5252
- flake8-noqa==1.3
53-
- pep8-naming==0.13.2
54-
- flake8-pyproject==1.2.1
53+
- pep8-naming==0.13.3
54+
- flake8-pyproject==1.2.2
5555
- repo: https://github.com/pre-commit/mirrors-prettier
56-
rev: "v3.0.0-alpha.4"
56+
rev: "v2.7.1"
5757
hooks:
5858
- id: prettier
5959
additional_dependencies:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=65.6.3", "setuptools_scm>=7.0.5"]
2+
requires = ["setuptools>=67.1", "setuptools_scm>=7.1"]
33
build-backend = 'setuptools.build_meta'
44

55
[tool.black]

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ where = src
4242
[options.extras_require]
4343
test =
4444
covdefaults>=2.2.2
45-
httpx>=0.23.1
46-
pytest>=7.2
45+
httpx>=0.23.3
46+
pytest>=7.2.1
4747
pytest-cov>=4
4848

4949
[options.package_data]

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ passenv =
3636
PROGRAMDATA
3737
skip_install = true
3838
deps =
39-
pre-commit>=2.20
39+
pre-commit>=3.0.4
4040
commands =
4141
pre-commit run --all-files --show-diff-on-failure
4242

@@ -54,7 +54,7 @@ commands =
5454
description = check that the long description is valid
5555
skip_install = true
5656
deps =
57-
build[virtualenv]>=0.9
57+
build[virtualenv]>=0.10
5858
twine>=4.0.2
5959
commands =
6060
python -m build --sdist --wheel -o {envtmpdir} .

0 commit comments

Comments
 (0)