Skip to content

Commit

Permalink
build(deps): bump pre-commit from 3.7.1 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1 to 4.0.1.
- [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@v3.7.1...v4.0.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent 8dd76e5 commit d36f386
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions poetry.lock
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ pycparser = "*"
name = "cfgv"
version = "3.4.0"
description = "Validate configuration and produce human readable error messages."
optional = true
optional = false
python-versions = ">=3.8"
files = [
{file = "cfgv-3.4.0-py2.py3-none-any.whl", hash = "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9"},
Expand Down Expand Up @@ -1173,7 +1173,7 @@ toml = ["tomli (>=1.2.1)"]
name = "distlib"
version = "0.3.7"
description = "Distribution utilities"
optional = true
optional = false
python-versions = "*"
files = [
{file = "distlib-0.3.7-py2.py3-none-any.whl", hash = "sha256:2e24928bc811348f0feb63014e97aaae3037f2cf48712d51ae61df7fd6075057"},
Expand Down Expand Up @@ -1364,7 +1364,7 @@ dev = ["black (>=22.6)", "flake8 (>=4.0.1)", "pytest"]
name = "identify"
version = "2.5.30"
description = "File identification library for Python"
optional = true
optional = false
python-versions = ">=3.8"
files = [
{file = "identify-2.5.30-py2.py3-none-any.whl", hash = "sha256:afe67f26ae29bab007ec21b03d4114f41316ab9dd15aa8736a167481e108da54"},
Expand Down Expand Up @@ -2060,7 +2060,7 @@ files = [
name = "nodeenv"
version = "1.8.0"
description = "Node.js virtual environment builder"
optional = true
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*"
files = [
{file = "nodeenv-1.8.0-py2.py3-none-any.whl", hash = "sha256:df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec"},
Expand Down Expand Up @@ -2107,7 +2107,7 @@ files = [
name = "platformdirs"
version = "3.11.0"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
optional = true
optional = false
python-versions = ">=3.7"
files = [
{file = "platformdirs-3.11.0-py3-none-any.whl", hash = "sha256:e9d171d00af68be50e9202731309c4e658fd8bc76f55c11c7dd760d023bda68e"},
Expand Down Expand Up @@ -2154,13 +2154,13 @@ tests = ["pytest (>=5.4.1)", "pytest-cov (>=2.8.1)", "pytest-mypy (>=0.8.0)", "p

[[package]]
name = "pre-commit"
version = "3.7.1"
version = "4.0.1"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = true
optional = false
python-versions = ">=3.9"
files = [
{file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"},
{file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"},
{file = "pre_commit-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"},
{file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"},
]

[package.dependencies]
Expand Down Expand Up @@ -2897,7 +2897,7 @@ zstd = ["zstandard (>=0.18.0)"]
name = "virtualenv"
version = "20.24.5"
description = "Virtual Python Environment builder"
optional = true
optional = false
python-versions = ">=3.7"
files = [
{file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"},
Expand Down Expand Up @@ -3225,11 +3225,11 @@ url = "https://pypi.chia.net/simple"
reference = "chia"

[extras]
dev = ["aiohttp_cors", "build", "coverage", "diff-cover", "lxml", "mypy", "pre-commit", "pre-commit", "py3createtorrent", "pyinstaller", "pytest", "pytest-cov", "pytest-mock", "pytest-monitor", "pytest-xdist", "ruff", "types-aiofiles", "types-cryptography", "types-pyyaml", "types-setuptools"]
dev = ["aiohttp_cors", "build", "coverage", "diff-cover", "lxml", "mypy", "pre-commit", "py3createtorrent", "pyinstaller", "pytest", "pytest-cov", "pytest-mock", "pytest-monitor", "pytest-xdist", "ruff", "types-aiofiles", "types-cryptography", "types-pyyaml", "types-setuptools"]
legacy-keyring = ["keyrings.cryptfile"]
upnp = ["miniupnpc"]

[metadata]
lock-version = "2.0"
python-versions = ">=3.9, <3.13"
content-hash = "e10970249250be3c223e32f5185605087c3a24aaa8dbefbdb74eda56cd96a950"
content-hash = "be62425e2b2d5e07c7eb0ca33a98a37fbd290fa818e6217308600f987e5af6b9"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ diff-cover = { version = ">=9.2.0", optional = true }
# TODO: but... keyrings_cryptfile goes 15 minutes without locking while this does in 75 seconds
"keyrings.cryptfile" = { version = ">=1.3.9", optional = true }
mypy = { version = ">=1.11.1", optional = true }
pre-commit = [ { version = "3.5.0", python = "<3.9", optional = true }, { version = ">=3.7.1", python = ">=3.9", optional = true } ]
pre-commit = [ { version = "4.0.1", python = "<3.9", optional = true }, { version = ">=3.7.1", python = ">=3.9", optional = true } ]
py3createtorrent = { version = ">=1.2.1", optional = true }
pyinstaller = { version = ">=6.9.0", optional = true }
pytest = { version = ">=8.3.3", optional = true }
Expand Down

0 comments on commit d36f386

Please sign in to comment.