Skip to content

Commit 55948bc

Browse files
dependabot[bot]csernazs
authored andcommitted
build(deps-dev): bump pre-commit from 2.21.0 to 3.5.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.21.0 to 3.5.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v2.21.0...v3.5.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b371ba commit 55948bc

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pytest_httpserver = "pytest_httpserver.pytest_plugin"
3838
optional = true
3939

4040
[tool.poetry.group.develop.dependencies]
41-
pre-commit = "^2.20.0"
41+
pre-commit = ">=2.20,<4.0"
4242
requests = "^2.28.1"
4343
Sphinx = ">=5.1.1,<8.0.0"
4444
sphinx-rtd-theme = "^1.0.0"
@@ -72,7 +72,7 @@ coverage = ">=6.4.4,<8.0.0"
7272
requests = "^2.28.1"
7373
mypy = "^0.971"
7474
types-requests = "^2.28.9"
75-
pre-commit = "^2.20.0"
75+
pre-commit = ">=2.20,<4.0"
7676
types-toml = "^0.10.8"
7777
toml = "^0.10.2"
7878

0 commit comments

Comments
 (0)