From 347af5f64ace2bdca74622b5c2669bbbdefff0e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 10:46:42 +0100 Subject: [PATCH] Bump twisted from 24.7.0 to 24.10.0 in /backend in the python-packages group (#83) Bumps the python-packages group in /backend with 1 update: [twisted](https://github.com/twisted/twisted). Updates `twisted` from 24.7.0 to 24.10.0
Release notes

Sourced from twisted's releases.

Twisted 24.10.0 (2024-10-28)

Features

Bugfixes

Misc

Conch

Features

... (truncated)

Changelog

Sourced from twisted's changelog.

Twisted 24.10.0 (2024-10-28)

No changes since 24.10.0.rc1.

Features

Bugfixes

Misc

Conch

Features


- twisted.conch.ssh.keys.Key can now load public blob keys of type
sk-ssh-ed25519@openssh.com and sk-ecdsa-sha2-nistp256@openssh.com.
([#12211](https://github.com/twisted/twisted/issues/12211))

Bugfixes

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=twisted&package-manager=pip&previous-version=24.7.0&new-version=24.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 373e9eb..d51dd2e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ coverage==7.6.4 -Twisted==24.7.0 +Twisted==24.10.0 psycopg2-binary==2.9.10 pylint==3.3.1 SQLAlchemy==2.0.36