From db5306c516aecd55054475b966e39f11fd343b92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 06:30:02 +0000 Subject: [PATCH] chore(deps): update deprecated requirement from >=1.2.18 to >=1.3.1 Updates the requirements on [deprecated](https://github.com/laurent-laporte-pro/deprecated) to permit the latest version. - [Release notes](https://github.com/laurent-laporte-pro/deprecated/releases) - [Changelog](https://github.com/laurent-laporte-pro/deprecated/blob/master/CHANGELOG.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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7aa34f9..f8fb923 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "tqdm>=4.67.1", "httpx[http2]>=0.28.1", "PyExecJS>=1.5.1", - "deprecated>=1.2.18" + "deprecated>=1.3.1" ] [project.urls] diff --git a/requirements.txt b/requirements.txt index dabaef6..799fc01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ distro>=1.9.0 tqdm>=4.67.1 httpx[http2]>=0.28.1 PyExecJS>=1.5.1 -deprecated>=1.2.18 \ No newline at end of file +deprecated>=1.3.1 \ No newline at end of file