Merge pull request #110 from andrewthetechie/dependabot/pip/pyupgrade-2.32.0

Bump pyupgrade from 2.31.0 to 2.32.0
This commit is contained in:
Andrew
2022-04-09 19:03:46 -05:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -815,11 +815,11 @@ python-versions = "*"
[[package]]
name = "pyupgrade"
version = "2.31.0"
version = "2.32.0"
description = "A tool to automatically upgrade syntax for newer versions."
category = "dev"
optional = false
python-versions = ">=3.6.1"
python-versions = ">=3.7"
[package.dependencies]
tokenize-rt = ">=3.2.0"
@@ -1260,7 +1260,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "926d461b8f0a00d73b5bb099a72e7413b3d4958e3c1a487ea92a00fdfea883a7"
content-hash = "cc5f834f7eebd1fe266c4cc4956e5ad1a3091a42e66f3b1cb26f21f2270ae166"
[metadata.files]
alabaster = [
@@ -1720,8 +1720,8 @@ pytz = [
{file = "pytz-2021.3.tar.gz", hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326"},
]
pyupgrade = [
{file = "pyupgrade-2.31.0-py2.py3-none-any.whl", hash = "sha256:0a62c5055f854d7f36e155b7ee8920561bf0399c53edd975cf02436eef8937fc"},
{file = "pyupgrade-2.31.0.tar.gz", hash = "sha256:80e2308cae2b11c3fdd091137495d99abf7e0cd98b501aa5758974991497c24c"},
{file = "pyupgrade-2.32.0-py2.py3-none-any.whl", hash = "sha256:f45d4afb6ccdf7b0cea757958d0a11306324052668d9ff99d2bcb06bda46c00d"},
{file = "pyupgrade-2.32.0.tar.gz", hash = "sha256:6878116d364b72f0c0011dd62dfe96425041a5f753da298b6eacde0f9fd9c004"},
]
pyyaml = [
{file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},

View File

@@ -45,7 +45,7 @@ reorder-python-imports = "^2.7.1"
pre-commit-hooks = "^4.2.0"
sphinx-click = "^3.1.0"
Pygments = "^2.11.2"
pyupgrade = "^2.31.0"
pyupgrade = "^2.32.0"
furo = ">=2021.11.12"
pytest-cov = "^3.0.0"
types-croniter = "^1.0.7"