From f4a86f4a228673494e5c5f02afabfe3eb8d5db1e Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 27 Oct 2022 14:57:30 -0400 Subject: [PATCH] Squashed 'flask-bpmn/' changes from a8b90f2ca..a901d7ffb a901d7ffb Merge pull request #154 from sartography/dependabot/pip/pyupgrade-3.1.0 42507e607 Bump pyupgrade from 2.37.3 to 3.1.0 1ea2ca5a8 Merge pull request #155 from sartography/dependabot/pip/flake8-bugbear-22.10.27 58c0baee4 Bump flake8-bugbear from 22.7.1 to 22.10.27 git-subtree-dir: flask-bpmn git-subtree-split: a901d7ffb2b79abfec17c332bbe77c43c1d28705 --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index 687d9ca3..5b3c1bbb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -483,18 +483,18 @@ pycodestyle = "*" [[package]] name = "flake8-bugbear" -version = "22.7.1" +version = "22.10.27" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] attrs = ">=19.2.0" flake8 = ">=3.0.0" [package.extras] -dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit"] +dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "tox"] [[package]] name = "flake8-docstrings" @@ -1206,7 +1206,7 @@ tzdata = {version = "*", markers = "python_version >= \"3.6\""} [[package]] name = "pyupgrade" -version = "2.37.3" +version = "3.1.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -1578,7 +1578,7 @@ pytz = "*" type = "git" url = "https://github.com/sartography/SpiffWorkflow" reference = "main" -resolved_reference = "a094adad8767f82e9c5fa806a46597e066252a72" +resolved_reference = "d27519a3631b9772094e5f24dba2f478b0c47135" [[package]] name = "sqlalchemy" @@ -1853,7 +1853,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "d2c7d2b833b8b0a1257dc210e6266214484df34ebd07b506b76057f7c9e915e7" +content-hash = "24304b55e8d7086293fe811df3fc31f58bef89ad7a6f3d522b654afb84f041b4" [metadata.files] alabaster = [ @@ -2141,8 +2141,8 @@ flake8-bandit = [ {file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-22.7.1.tar.gz", hash = "sha256:e450976a07e4f9d6c043d4f72b17ec1baf717fe37f7997009c8ae58064f88305"}, - {file = "flake8_bugbear-22.7.1-py3-none-any.whl", hash = "sha256:db5d7a831ef4412a224b26c708967ff816818cabae415e76b8c58df156c4b8e5"}, + {file = "flake8-bugbear-22.10.27.tar.gz", hash = "sha256:a6708608965c9e0de5fff13904fed82e0ba21ac929fe4896459226a797e11cd5"}, + {file = "flake8_bugbear-22.10.27-py3-none-any.whl", hash = "sha256:6ad0ab754507319060695e2f2be80e6d8977cfcea082293089a9226276bd825d"}, ] flake8-docstrings = [ {file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"}, @@ -2608,8 +2608,8 @@ pytz-deprecation-shim = [ {file = "pytz_deprecation_shim-0.1.0.post0.tar.gz", hash = "sha256:af097bae1b616dde5c5744441e2ddc69e74dfdcb0c263129610d85b87445a59d"}, ] pyupgrade = [ - {file = "pyupgrade-2.37.3-py2.py3-none-any.whl", hash = "sha256:9746efd064dbf53d7f86d6f88a1d48120f58dbfc378f517768634740ea2225e2"}, - {file = "pyupgrade-2.37.3.tar.gz", hash = "sha256:1414c7a7c558004cf610e6180716b876814b639b5a5789c3da023c5cdaebcd49"}, + {file = "pyupgrade-3.1.0-py2.py3-none-any.whl", hash = "sha256:77c6101a710be3e24804891e43388cedbee617258e93b09c8c5e58de08617758"}, + {file = "pyupgrade-3.1.0.tar.gz", hash = "sha256:7a8d393d85e15e0e2753e90b7b2e173b9d29dfd71e61f93d93e985b242627ed3"}, ] pyyaml = [ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, diff --git a/pyproject.toml b/pyproject.toml index 75dea212..b0716443 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ spiffworkflow = {git = "https://github.com/sartography/SpiffWorkflow", rev = "ma # 1.7.3 broke us. https://github.com/PyCQA/bandit/issues/841 bandit = "1.7.2" -flake8-bugbear = "^22.7.1" +flake8-bugbear = "^22.10.27" flake8-docstrings = "^1.6.0" flake8-rst-docstrings = "^0.2.7" pep8-naming = "^0.13.2" @@ -61,7 +61,7 @@ reorder-python-imports = "^3.9.0" pre-commit-hooks = "^4.3.0" sphinx-click = "^4.3.0" Pygments = "^2.13.0" -pyupgrade = "^2.37.3" +pyupgrade = "^3.1.0" furo = ">=2021.11.12" MonkeyType = "^22.2.0"