From 44ddc59a4a69482997487f8138905a652b3b68d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:14:44 +0000 Subject: [PATCH] Bump watchtower from 3.0.1 to 3.1.0 Bumps [watchtower](https://github.com/kislyuk/watchtower) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/kislyuk/watchtower/releases) - [Changelog](https://github.com/kislyuk/watchtower/blob/develop/Changes.rst) - [Commits](https://github.com/kislyuk/watchtower/compare/v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: watchtower 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 0f9cbf8c24..d91cba712b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4314,20 +4314,20 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[package]] name = "watchtower" -version = "3.0.1" +version = "3.1.0" description = "Python CloudWatch Logging" optional = false python-versions = ">=3.7" files = [ - {file = "watchtower-3.0.1-py3-none-any.whl", hash = "sha256:566874a9dee34b90517b9a9b7c2d5e6b15fb9fd00dacb03bff8a7bf4c6295fe0"}, - {file = "watchtower-3.0.1.tar.gz", hash = "sha256:e60b828e9c368d54044a631466322e8c6f5f9d57da0b69fbaf32ec134697367e"}, + {file = "watchtower-3.1.0-py3-none-any.whl", hash = "sha256:c9a26d720233ca4fb47acf1218d92a9ab3e52307b31728a407974e89586b70e2"}, + {file = "watchtower-3.1.0.tar.gz", hash = "sha256:32eacc51cf40b4989a97a181b27c96333466a46cebfb561636e41bbf400a2d10"}, ] [package.dependencies] boto3 = ">=1.9.253,<2" [package.extras] -tests = ["build", "coverage", "flake8", "mypy", "pyyaml", "wheel"] +tests = ["build", "coverage", "mypy", "pyyaml", "ruff", "wheel"] [[package]] name = "wcag-contrast-ratio" @@ -4481,4 +4481,4 @@ lxml = ">=3.8" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "29ad84378ad995a430786af66939ec943fb6075bf9dec772e6a89f61e6816de4" +content-hash = "a477c041bb517471c2087ca27e8591bc9508b87b434396906511f2e379dce618" diff --git a/pyproject.toml b/pyproject.toml index 88d6084f51..6f9a680946 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -245,7 +245,7 @@ unicodecsv = "0.14.1" # this is used, but can probably be removed on py3 uritemplate = "4.1.1" urllib3 = "^1.26.17" uWSGI = "~2.0.21" -watchtower = "3.0.1" # watchtower is for Cloudwatch logging integration +watchtower = "3.1.0" # watchtower is for Cloudwatch logging integration wcag-contrast-ratio = "0.9" Werkzeug = "^3.0.0"