diff options
author | 2022-05-10 16:30:39 +0000 | |
---|---|---|
committer | 2022-05-10 16:30:39 +0000 | |
commit | ef37cfc68cd17edd39ef5bd939030b583de48824 (patch) | |
tree | 0236e5d25bcd96375190d8c3008c7f537a5c50a9 | |
parent | Merge pull request #71 from python-discord/dependabot/pip/pytest-7.1.2 (diff) |
Bump pre-commit from 2.18.1 to 2.19.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.18.1 to 2.19.0.
- [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/v2.18.1...v2.19.0)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 044fe2be..1a02d372 100644 --- a/poetry.lock +++ b/poetry.lock @@ -577,7 +577,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.18.1" +version = "2.19.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -1059,7 +1059,7 @@ async-rediscache = ["async-rediscache"] [metadata] lock-version = "1.1" python-versions = "3.9.*" -content-hash = "2485fc9bfa058e01233c8d71f749536a5b6781fd2f519ae61a4c3393db13ec41" +content-hash = "646b06a4775906fdf2de72a28a0e9b473a1246aaeb346f44385755a14068c7c4" [metadata.files] aiohttp = [ @@ -1588,8 +1588,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] pre-commit = [ - {file = "pre_commit-2.18.1-py2.py3-none-any.whl", hash = "sha256:02226e69564ebca1a070bd1f046af866aa1c318dbc430027c50ab832ed2b73f2"}, - {file = "pre_commit-2.18.1.tar.gz", hash = "sha256:5d445ee1fa8738d506881c5d84f83c62bb5be6b2838e32207433647e8e5ebe10"}, + {file = "pre_commit-2.19.0-py2.py3-none-any.whl", hash = "sha256:10c62741aa5704faea2ad69cb550ca78082efe5697d6f04e5710c3c229afdd10"}, + {file = "pre_commit-2.19.0.tar.gz", hash = "sha256:4233a1e38621c87d9dda9808c6606d7e7ba0e087cd56d3fe03202a01d2919615"}, ] psutil = [ {file = "psutil-5.9.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:55ce319452e3d139e25d6c3f85a1acf12d1607ddedea5e35fb47a552c051161b"}, diff --git a/pyproject.toml b/pyproject.toml index bc615790..e36a148f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ flake8-string-format = "0.3.0" flake8-tidy-imports = "4.6.0" flake8-todo = "0.7" pep8-naming = "0.12.1" -pre-commit = "2.18.1" +pre-commit = "2.19.0" taskipy = "1.10.1" python-dotenv = "0.20.0" pytest = "7.1.2" |