aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-18 12:58:45 +0000
committerGravatar GitHub <[email protected]>2023-05-18 12:58:45 +0000
commit9d346654e4632984dfd06683e8ec45b2eb370db3 (patch)
tree7fdaff822c0640f59a1dca72419012a429946094 /pyproject.toml
parentBump pytest-subtests from 0.10.0 to 0.11.0 (#2590) (diff)
Bump pre-commit from 3.3.1 to 3.3.2
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.1 to 3.3.2. - [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.1...v3.3.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
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 e1591f703..f7b49f76a 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.1"
+pre-commit = "3.3.2"
pip-licenses = "4.3.1"
pytest = "7.3.1"
pytest-cov = "4.0.0"