mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 18:14:20 +00:00
Bump pyupgrade from 3.15.1 to 3.15.2 (#1298)
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.15.1 to 3.15.2. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.15.1...v3.15.2) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
121f8d15ad
commit
a149465bfc
8
poetry.lock
generated
8
poetry.lock
generated
@ -486,13 +486,13 @@ plugins = ["importlib-metadata"]
|
||||
|
||||
[[package]]
|
||||
name = "pyupgrade"
|
||||
version = "3.15.1"
|
||||
version = "3.15.2"
|
||||
description = "A tool to automatically upgrade syntax for newer versions."
|
||||
optional = false
|
||||
python-versions = ">=3.8.1"
|
||||
files = [
|
||||
{file = "pyupgrade-3.15.1-py2.py3-none-any.whl", hash = "sha256:c5e005de2805edcd333d1deb04553200ec69da85e4bc9db37b16345ed9e27ed9"},
|
||||
{file = "pyupgrade-3.15.1.tar.gz", hash = "sha256:7690857cae0f6253f39241dcd2e57118c333c438b78609fc3c17a5aa61227b7d"},
|
||||
{file = "pyupgrade-3.15.2-py2.py3-none-any.whl", hash = "sha256:ce309e0ff8ecb73f56a45f12570be84bbbde9540d13697cacb261a7f595fb1f5"},
|
||||
{file = "pyupgrade-3.15.2.tar.gz", hash = "sha256:c488d6896c546d25845712ef6402657123008d56c1063174e27aabe15bd6b4e5"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -730,4 +730,4 @@ test = ["covdefaults (>=2.2.2)", "coverage (>=7.1)", "coverage-enable-subprocess
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.11,<3.13"
|
||||
content-hash = "802376e3d7c432de645cbdccec82a3e2cce95327966f8c4712e81d45e3823573"
|
||||
content-hash = "6694a5a37eddde7b15c0b4064782e2de9466899701a54142c96ae580dc09f550"
|
||||
|
@ -29,7 +29,7 @@ flake8-docstrings = "^1.6.0"
|
||||
flake8-rst-docstrings = "^0.2.7"
|
||||
reorder-python-imports = "^3.12.0"
|
||||
pre-commit-hooks = "^4.5.0"
|
||||
pyupgrade = "^3.15.1"
|
||||
pyupgrade = "^3.15.2"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
tomli = "^2.0.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user