Skip to content

Commit 3af29f0

Browse files
authored
Bump deps and tools (#2987)
1 parent 0d85bdb commit 3af29f0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ repos:
5353
- id: flake8
5454
additional_dependencies:
5555
- flake8-bugbear==23.3.23
56-
- flake8-comprehensions==3.11.1
56+
- flake8-comprehensions==3.12
5757
- flake8-pytest-style==1.7.2
5858
- flake8-spellcheck==0.28
5959
- flake8-unused-arguments==0.0.13

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ dependencies = [
5252
"chardet>=5.1",
5353
"colorama>=0.4.6",
5454
"filelock>=3.11",
55-
'importlib-metadata>=6.2; python_version < "3.8"',
56-
"packaging>=23",
55+
'importlib-metadata>=6.4.1; python_version < "3.8"',
56+
"packaging>=23.1",
5757
"platformdirs>=3.2",
5858
"pluggy>=1",
5959
"pyproject-api>=1.5.1",
@@ -65,8 +65,8 @@ optional-dependencies.docs = [
6565
"furo>=2023.3.27",
6666
"sphinx>=6.1.3",
6767
"sphinx-argparse-cli>=1.11",
68-
"sphinx-autodoc-typehints!=1.23.4,>=1.22",
69-
"sphinx-copybutton>=0.5.1",
68+
"sphinx-autodoc-typehints!=1.23.4,>=1.23",
69+
"sphinx-copybutton>=0.5.2",
7070
"sphinx-inline-tabs>=2022.1.2b11",
7171
"sphinxcontrib-towncrier>=0.2.1a0",
7272
"towncrier>=22.12",
@@ -81,7 +81,7 @@ optional-dependencies.testing = [
8181
"hatch-vcs>=0.3",
8282
"hatchling>=1.14",
8383
"psutil>=5.9.4",
84-
"pytest>=7.2.2",
84+
"pytest>=7.3.1",
8585
"pytest-cov>=4",
8686
"pytest-mock>=3.10",
8787
"pytest-xdist>=3.2.1",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ description = do a release, required posarg of the version number
8383
skip_install = true
8484
deps =
8585
gitpython>=3.1.31
86-
packaging>=23
86+
packaging>=23.1
8787
towncrier>=22.12
8888
commands =
8989
python {toxinidir}/tasks/release.py --version {posargs}

0 commit comments

Comments
 (0)