aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-05 10:18:03 +0000
committerGravatar GitHub <[email protected]>2023-05-05 10:18:03 +0000
commitc269df9a9b7c7f77f90f87b4a7c13c38dae1cc79 (patch)
treef3e1f34611255f2aa1db1eb514d9bf5c57ddb098 /pyproject.toml
parentBump regex from 2023.3.23 to 2023.5.5 (#2578) (diff)
Bump pre-commit from 3.3.0 to 3.3.1 (#2577)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e1b935d32..e609309f4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,7 +35,7 @@ pydantic = { version = "1.10.7", extras = ["dotenv"]}
coverage = "7.2.5"
httpx = "0.24.0"
isort = "5.12.0"
-pre-commit = "3.3.0"
+pre-commit = "3.3.1"
pip-licenses = "4.3.1"
pytest = "7.3.1"
pytest-cov = "4.0.0"