diff options
author | 2022-04-04 20:35:40 +0000 | |
---|---|---|
committer | 2022-04-04 20:35:40 +0000 | |
commit | 6f71847a3a7a0e5f7ca0c4fa184322234fcfef4a (patch) | |
tree | 5859597077f15649fdf0b18b6a7411c5d7bd2865 | |
parent | Merge pull request #52 from python-discord/add-api-test (diff) |
Bump pre-commit from 2.17.0 to 2.18.1
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.17.0 to 2.18.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/v2.17.0...v2.18.1)
---
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 | 11 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 2aa9f43a..6df43777 100644 --- a/poetry.lock +++ b/poetry.lock @@ -206,6 +206,7 @@ voice = ["PyNaCl (>=1.3.0,<1.6)"] [package.source] type = "url" url = "https://github.com/Rapptz/discord.py/archive/414759f3723a3fe632ecfc1343a4164a51cd2940.zip" + [[package]] name = "distlib" version = "0.3.4" @@ -576,11 +577,11 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.17.0" +version = "2.18.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false -python-versions = ">=3.6.1" +python-versions = ">=3.7" [package.dependencies] cfgv = ">=2.0.0" @@ -1058,7 +1059,7 @@ async-rediscache = ["async-rediscache"] [metadata] lock-version = "1.1" python-versions = "3.9.*" -content-hash = "852ee80e9b52141d989ff637d6a91536013c70d84b1be17b4bdcc20367a5e0b0" +content-hash = "6f7d61884afbdd77724304cf3b0e88c7c21939ca084d9e9e9523b4084391de4e" [metadata.files] aiohttp = [ @@ -1587,8 +1588,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] pre-commit = [ - {file = "pre_commit-2.17.0-py2.py3-none-any.whl", hash = "sha256:725fa7459782d7bec5ead072810e47351de01709be838c2ce1726b9591dad616"}, - {file = "pre_commit-2.17.0.tar.gz", hash = "sha256:c1a8040ff15ad3d648c70cc3e55b93e4d2d5b687320955505587fd79bbaed06a"}, + {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"}, ] psutil = [ {file = "psutil-5.9.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:55ce319452e3d139e25d6c3f85a1acf12d1607ddedea5e35fb47a552c051161b"}, diff --git a/pyproject.toml b/pyproject.toml index 97bf8ab3..88e27a70 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.17.0" +pre-commit = "2.18.1" taskipy = "1.10.1" python-dotenv = "0.20.0" pytest = "7.1.1" |