From 0ef554674a8f1865c526ff737269240a90733960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 00:01:02 +0000 Subject: [PATCH 1/4] Bump pytest-playwright from 0.4.2 to 0.4.3 Bumps [pytest-playwright](https://github.com/microsoft/playwright-pytest) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.4.2...v0.4.3) --- updated-dependencies: - dependency-name: pytest-playwright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 876c8e1cc..49cb4292d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2598,13 +2598,13 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[package]] name = "pytest-playwright" -version = "0.4.2" +version = "0.4.3" description = "A pytest wrapper with fixtures for Playwright to automate web browsers" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-playwright-0.4.2.tar.gz", hash = "sha256:9e9622e5507f8d27a3c7fd07aadcf43122f0086b69d1b3e6728995c8dbc0e44f"}, - {file = "pytest_playwright-0.4.2-py3-none-any.whl", hash = "sha256:68dd0069e2dbf8e6024c6237d51d0277626687d94ba0dd387cea2a94ae4005b9"}, + {file = "pytest-playwright-0.4.3.tar.gz", hash = "sha256:699e2c47fbb1e6a57895454693eba278cf55d04d44c15017709b00e1de1d9ccd"}, + {file = "pytest_playwright-0.4.3-py3-none-any.whl", hash = "sha256:c9ff6e7ebfd967b562f5c3d67f1ae6b45a061d6ea51ad304fdd95aca9db20774"}, ] [package.dependencies] @@ -3504,4 +3504,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "3d8f02aa66cdf17e8295d198f663dbd21eb0ea9bfd22d72f2e8563dd26de50e4" +content-hash = "b7250a6a266d8fa9e28a44f3ed9db0a3932bb82ded92dd6fc8ffe5f7d78326ab" diff --git a/pyproject.toml b/pyproject.toml index dae821e65..228eef355 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ isort = "==5.12.0" pytest = "==7.4.2" pytest-env = "==1.0.1" pytest-mock = "==3.11.1" -pytest-playwright = "==0.4.2" +pytest-playwright = "==0.4.3" pytest-xdist = "==3.3.1" beautifulsoup4 = "==4.12.2" freezegun = "==1.2.2" From b94fb8a8675638b96380385dd9e2f415ed482651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:58:56 +0000 Subject: [PATCH 2/4] Bump blinker from 1.6.2 to 1.6.3 Bumps [blinker](https://github.com/pallets-eco/blinker) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/pallets-eco/blinker/releases) - [Changelog](https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets-eco/blinker/compare/1.6.2...1.6.3) --- updated-dependencies: - dependency-name: blinker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 49cb4292d..58280b414 100644 --- a/poetry.lock +++ b/poetry.lock @@ -146,13 +146,13 @@ css = ["tinycss2 (>=1.1.0,<1.2)"] [[package]] name = "blinker" -version = "1.6.2" +version = "1.6.3" description = "Fast, simple object-to-object and broadcast signaling" optional = false python-versions = ">=3.7" files = [ - {file = "blinker-1.6.2-py3-none-any.whl", hash = "sha256:c3d739772abb7bc2860abf5f2ec284223d9ad5c76da018234f6f50d6f31ab1f0"}, - {file = "blinker-1.6.2.tar.gz", hash = "sha256:4afd3de66ef3a9f8067559fb7a1cbe555c17dcbe15971b05d1b625c3e7abe213"}, + {file = "blinker-1.6.3-py3-none-any.whl", hash = "sha256:296320d6c28b006eb5e32d4712202dbcdcbf5dc482da298c2f44881c43884aaa"}, + {file = "blinker-1.6.3.tar.gz", hash = "sha256:152090d27c1c5c722ee7e48504b02d76502811ce02e1523553b4cf8c8b3d3a8d"}, ] [[package]] @@ -3504,4 +3504,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b7250a6a266d8fa9e28a44f3ed9db0a3932bb82ded92dd6fc8ffe5f7d78326ab" +content-hash = "2604801ece966418a84557577ce82c186a3c860243957ff98f85971d9bda03c2" diff --git a/pyproject.toml b/pyproject.toml index 228eef355..6c297055c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" python = "^3.9" ago = "~=0.0.95" black = "==23.9.1" -blinker = "~=1.4" +blinker = "~=1.6" exceptiongroup = "==1.1.3" flask = "~=2.3" flask-basicauth = "~=0.2" From a2ece1554c4fca431f3c7507d5eebf83a17dfc66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 14:12:14 +0000 Subject: [PATCH 3/4] Bump vulture from 2.9.1 to 2.10 Bumps [vulture](https://github.com/jendrikseipp/vulture) from 2.9.1 to 2.10. - [Release notes](https://github.com/jendrikseipp/vulture/releases) - [Changelog](https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md) - [Commits](https://github.com/jendrikseipp/vulture/compare/v2.9.1...v2.10) --- updated-dependencies: - dependency-name: vulture dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 58280b414..9e9d37c4a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3307,13 +3307,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[package]] name = "vulture" -version = "2.9.1" +version = "2.10" description = "Find dead code" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "vulture-2.9.1-py2.py3-none-any.whl", hash = "sha256:a46857014619bd4b785a506b9ddb738cd4621043558309b03a879d18f86e2d72"}, - {file = "vulture-2.9.1.tar.gz", hash = "sha256:b6a2aa632b6fd51488a8eeac650ab4a509bb1a032e81943817a8a2e6a63a30b3"}, + {file = "vulture-2.10-py2.py3-none-any.whl", hash = "sha256:568a4176db7468d0157817ae3bb1847a19f1ddc629849af487f9d3b279bff77d"}, + {file = "vulture-2.10.tar.gz", hash = "sha256:2a5c3160bffba77595b6e6dfcc412016bd2a09cd4b66cdf7fbba913684899f6f"}, ] [package.dependencies] @@ -3504,4 +3504,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2604801ece966418a84557577ce82c186a3c860243957ff98f85971d9bda03c2" +content-hash = "1e529b8c5db1772a22cd19c2438d8aa8ee11ff4b6b74c10850674f5f46e4834e" diff --git a/pyproject.toml b/pyproject.toml index 6c297055c..81a9efb43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ newrelic = "*" flask-talisman = "*" notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true, branch = "main"} coverage = "*" -vulture = "==2.9.1" +vulture = "==2.10" radon = "==6.0.1" From 27ff29d0dba4cc99341907f3b551be77bfc9527e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 14:32:40 +0000 Subject: [PATCH 4/4] Bump flask-wtf from 1.1.1 to 1.2.1 Bumps [flask-wtf](https://github.com/wtforms/flask-wtf) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/wtforms/flask-wtf/releases) - [Changelog](https://github.com/wtforms/flask-wtf/blob/main/docs/changes.rst) - [Commits](https://github.com/wtforms/flask-wtf/compare/v1.1.1...v1.2.1) --- updated-dependencies: - dependency-name: flask-wtf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9e9d37c4a..86af9a042 100644 --- a/poetry.lock +++ b/poetry.lock @@ -946,19 +946,19 @@ files = [ [[package]] name = "flask-wtf" -version = "1.1.1" +version = "1.2.1" description = "Form rendering, validation, and CSRF protection for Flask with WTForms." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "Flask-WTF-1.1.1.tar.gz", hash = "sha256:41c4244e9ae626d63bed42ae4785b90667b885b1535d5a4095e1f63060d12aa9"}, - {file = "Flask_WTF-1.1.1-py3-none-any.whl", hash = "sha256:7887d6f1ebb3e17bf648647422f0944c9a469d0fcf63e3b66fb9a83037e38b2c"}, + {file = "flask_wtf-1.2.1-py3-none-any.whl", hash = "sha256:fa6793f2fb7e812e0fe9743b282118e581fb1b6c45d414b8af05e659bd653287"}, + {file = "flask_wtf-1.2.1.tar.gz", hash = "sha256:8bb269eb9bb46b87e7c8233d7e7debdf1f8b74bf90cc1789988c29b37a97b695"}, ] [package.dependencies] -Flask = "*" +flask = "*" itsdangerous = "*" -WTForms = "*" +wtforms = "*" [package.extras] email = ["email-validator"] @@ -3504,4 +3504,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1e529b8c5db1772a22cd19c2438d8aa8ee11ff4b6b74c10850674f5f46e4834e" +content-hash = "76dec28e50e44e8fd06d55116388f86b252e779884fe034c50b8c800aaf8bc3d" diff --git a/pyproject.toml b/pyproject.toml index 81a9efb43..a96062fa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ exceptiongroup = "==1.1.3" flask = "~=2.3" flask-basicauth = "~=0.2" flask-login = "~=0.6" -flask-wtf = "~=1.1" +flask-wtf = "~=1.2" poetry = "==1.6.1" govuk-bank-holidays = "==0.13" govuk-frontend-jinja = {git = "https://github.com/alphagov/govuk-frontend-jinja.git", tag = "v0.5.8-alpha"}