From 8f3e6169a7a829c53563c0c567dbfc420ae3a90f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Mar 2022 18:16:26 +0000 Subject: [PATCH] Bump twisted from 22.1.0 to 22.2.0 (#261) Bumps [twisted](https://github.com/twisted/twisted) from 22.1.0 to 22.2.0. - [Release notes](https://github.com/twisted/twisted/releases) - [Changelog](https://github.com/twisted/twisted/blob/twisted-22.2.0/NEWS.rst) - [Commits](https://github.com/twisted/twisted/compare/twisted-22.1.0...twisted-22.2.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ccbe3e50..c08f8640 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1442,7 +1442,7 @@ test = ["pytest"] [[package]] name = "twisted" -version = "22.1.0" +version = "22.2.0" description = "An asynchronous networking framework written in Python" category = "main" optional = false @@ -1659,7 +1659,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "3fe7393c33613effbe9249ed99652c52ff47dc24503b8af1de745585f3a765ea" +content-hash = "8f1a5e502434ec0f7ae130b16a383c062e0408259876eb10cc20de82870cf853" [metadata.files] aioredis = [ @@ -2614,8 +2614,8 @@ traitlets = [ {file = "traitlets-5.1.1.tar.gz", hash = "sha256:059f456c5a7c1c82b98c2e8c799f39c9b8128f6d0d46941ee118daace9eb70c7"}, ] twisted = [ - {file = "Twisted-22.1.0-py3-none-any.whl", hash = "sha256:ccd638110d9ccfdc003042aa3e1b6d6af272eaca45d36e083359560549e3e848"}, - {file = "Twisted-22.1.0.tar.gz", hash = "sha256:b7971ec9805b0f80e1dcb1a3721d7bfad636d5f909de687430ce373979d67b61"}, + {file = "Twisted-22.2.0-py3-none-any.whl", hash = "sha256:5c63c149eb6b8fe1e32a0215b1cef96fabdba04f705d8efb9174b1ccf5b49d49"}, + {file = "Twisted-22.2.0.tar.gz", hash = "sha256:57f32b1f6838facb8c004c89467840367ad38e9e535f8252091345dba500b4f2"}, ] twisted-iocpsupport = [ {file = "twisted-iocpsupport-1.0.2.tar.gz", hash = "sha256:72068b206ee809c9c596b57b5287259ea41ddb4774d86725b19f35bf56aa32a9"}, diff --git a/pyproject.toml b/pyproject.toml index c354eb79..779120fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ django-zxcvbn-password-validator = "^1.4" uvicorn = {extras = ["standard"], version = "^0.13.4"} sentry-sdk = "^1.0.0" coverage = {extras = ["toml"], version = "^5.5"} -Twisted = "22.1.0" +Twisted = "22.2.0" channels-redis = "^3.2.0" requests = "^2.26.0" django-anymail = {extras = ["amazon_ses", "mailgun", "sendgrid", "console", "mailjet", "mandrill", "postal", "postmark", "sendinblue", "sparkpost"], version = "^8.5"}