Skip to content

Commit a10cb54

Browse files
authored
Bump deps and tools (#51)
1 parent c4d9cfe commit a10cb54

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ repos:
4444
hooks:
4545
- id: flake8
4646
additional_dependencies:
47-
- flake8-bugbear==23.1.20
47+
- flake8-bugbear==23.2.13
4848
- flake8-comprehensions==3.10.1
49-
- flake8-pytest-style==1.6
49+
- flake8-pytest-style==1.7.2
5050
- flake8-spellcheck==0.28
5151
- flake8-unused-arguments==0.0.13
5252
- flake8-noqa==1.3

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>=67.1", "setuptools_scm>=7.1"]
2+
requires = ["setuptools>=67.6", "setuptools_scm>=7.1"]
33
build-backend = 'setuptools.build_meta'
44

55
[tool.black]

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project_urls =
2828
[options]
2929
packages = find:
3030
install_requires =
31-
devpi-client>=6.0.2
31+
devpi-client>=6.0.3
3232
devpi-server>=6.8
3333
python_requires = >=3.7
3434
include_package_data = True
@@ -41,9 +41,9 @@ where = src
4141

4242
[options.extras_require]
4343
test =
44-
covdefaults>=2.2.2
44+
covdefaults>=2.3
4545
httpx>=0.23.3
46-
pytest>=7.2.1
46+
pytest>=7.2.2
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>=3.0.4
39+
pre-commit>=3.1.1
4040
commands =
4141
pre-commit run --all-files --show-diff-on-failure
4242

@@ -45,7 +45,7 @@ description = run type check on code base
4545
setenv =
4646
{tty:MYPY_FORCE_COLOR = 1}
4747
deps =
48-
mypy==0.991
48+
mypy==1.1.1
4949
commands =
5050
mypy --strict --python-version 3.10 src
5151
mypy --strict --python-version 3.10 tests

0 commit comments

Comments
 (0)