From f0c5b23ef3845653c1fd3c3985e23f980c437f7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 17:31:15 +0000 Subject: [PATCH] chore(deps): bump deprecated from 1.2.18 to 1.3.1 Bumps [deprecated](https://github.com/laurent-laporte-pro/deprecated) from 1.2.18 to 1.3.1. - [Release notes](https://github.com/laurent-laporte-pro/deprecated/releases) - [Changelog](https://github.com/laurent-laporte-pro/deprecated/blob/master/CHANGELOG-1.2.rst) - [Commits](https://github.com/laurent-laporte-pro/deprecated/compare/v1.2.18...v1.3.1) --- updated-dependencies: - dependency-name: deprecated dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 73e5413df..25d960643 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiounittest" @@ -500,18 +500,18 @@ toml = ["tomli ; python_full_version <= \"3.11.0a6\""] [[package]] name = "deprecated" -version = "1.2.18" +version = "1.3.1" description = "Python @deprecated decorator to deprecate old python classes, functions or methods." optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" groups = ["main"] files = [ - {file = "Deprecated-1.2.18-py2.py3-none-any.whl", hash = "sha256:bd5011788200372a32418f888e326a09ff80d0214bd961147cfed01b5c018eec"}, - {file = "deprecated-1.2.18.tar.gz", hash = "sha256:422b6f6d859da6f2ef57857761bfb392480502a64c3028ca9bbe86085d72115d"}, + {file = "deprecated-1.3.1-py2.py3-none-any.whl", hash = "sha256:597bfef186b6f60181535a29fbe44865ce137a5079f295b479886c82729d5f3f"}, + {file = "deprecated-1.3.1.tar.gz", hash = "sha256:b1b50e0ff0c1fddaa5708a2c6b0a6588bb09b892825ab2b214ac9ea9d92a5223"}, ] [package.dependencies] -wrapt = ">=1.10,<2" +wrapt = ">=1.10,<3" [package.extras] dev = ["PyTest", "PyTest-Cov", "bump2version (<1)", "setuptools ; python_version >= \"3.12\"", "tox"] @@ -2208,4 +2208,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.8.1,<4.0" -content-hash = "f1950831bd85cc1b08ff98e057774d6e31837736feaf106e1ade66d9719d62d4" +content-hash = "321a460c355dfb2f75804f129de11521ebb89b2bed8f670137f6d8d548fc0a3b" diff --git a/pyproject.toml b/pyproject.toml index f105c4b7e..d31aa1827 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ ECPy = "^1.2.5" typing-extensions = "^4.13.2" httpx = ">=0.18.1,<0.29.0" websockets = ">=11" -Deprecated = "^1.2.13" +Deprecated = "^1.3.1" types-Deprecated = "^1.2.9" pycryptodome = "^3.23.0"