Skip to content

Commit

Permalink
Bump deps and tools (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Apr 19, 2023
1 parent 0d85bdb commit 3af29f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ repos:
- id: flake8
additional_dependencies:
- flake8-bugbear==23.3.23
- flake8-comprehensions==3.11.1
- flake8-comprehensions==3.12
- flake8-pytest-style==1.7.2
- flake8-spellcheck==0.28
- flake8-unused-arguments==0.0.13
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ dependencies = [
"chardet>=5.1",
"colorama>=0.4.6",
"filelock>=3.11",
'importlib-metadata>=6.2; python_version < "3.8"',
"packaging>=23",
'importlib-metadata>=6.4.1; python_version < "3.8"',
"packaging>=23.1",
"platformdirs>=3.2",
"pluggy>=1",
"pyproject-api>=1.5.1",
Expand All @@ -65,8 +65,8 @@ optional-dependencies.docs = [
"furo>=2023.3.27",
"sphinx>=6.1.3",
"sphinx-argparse-cli>=1.11",
"sphinx-autodoc-typehints!=1.23.4,>=1.22",
"sphinx-copybutton>=0.5.1",
"sphinx-autodoc-typehints!=1.23.4,>=1.23",
"sphinx-copybutton>=0.5.2",
"sphinx-inline-tabs>=2022.1.2b11",
"sphinxcontrib-towncrier>=0.2.1a0",
"towncrier>=22.12",
Expand All @@ -81,7 +81,7 @@ optional-dependencies.testing = [
"hatch-vcs>=0.3",
"hatchling>=1.14",
"psutil>=5.9.4",
"pytest>=7.2.2",
"pytest>=7.3.1",
"pytest-cov>=4",
"pytest-mock>=3.10",
"pytest-xdist>=3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ description = do a release, required posarg of the version number
skip_install = true
deps =
gitpython>=3.1.31
packaging>=23
packaging>=23.1
towncrier>=22.12
commands =
python {toxinidir}/tasks/release.py --version {posargs}
Expand Down

0 comments on commit 3af29f0

Please sign in to comment.