Skip to content

Commit

Permalink
no more pre-commit conditional versioning (#18938)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Dec 3, 2024
1 parent 9dacf09 commit aa1beb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3221,11 +3221,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 = "37cf8c26fd82f0cf16f05ec66283ac6ba2c504e47b7a382f346ab79c85d5fe0c"
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 = ">=3.7.1", 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 aa1beb4

Please sign in to comment.