Skip to content

Commit d4b56e7

Browse files
authored
Bump dependencies (#2551)
1 parent f7f5d68 commit d4b56e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ repos:
5757
- flake8-pytest-style==1.6
5858
- flake8-spellcheck==0.28
5959
- flake8-unused-arguments==0.0.12
60-
- flake8-noqa==1.2.9
60+
- flake8-noqa==1.3
6161
- pep8-naming==0.13.2
6262
- repo: https://github.com/pre-commit/mirrors-prettier
6363
rev: "v2.7.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"pyproject-api>=1.1.2",
3131
'tomli>=2.0.1; python_version < "3.11"',
3232
"virtualenv>=20.16.7",
33-
'importlib-metadata>=5; python_version < "3.8"',
33+
'importlib-metadata>=5.1; python_version < "3.8"',
3434
'typing-extensions>=4.4; python_version < "3.8"',
3535
]
3636
optional-dependencies.docs = [

0 commit comments

Comments
 (0)