From b02d6165ab25bf658506eb4f486edb12ac4b6e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 02:51:37 -0400 Subject: [PATCH] chore(deps): update packaging requirement (#8733) Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest version. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/20.9...24.0) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9d3be99a5..f92a4fe05e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -282,7 +282,7 @@ deluge-client = "^1.9.0" ifaddr = ">=0.1.7,<0.3.0" new-rtorrent-python = "^1.0.1-alpha.0" qbittorrent-api = ">=2021.3.18,<2025.0.0" -packaging = ">=20.9,<24.0" +packaging = ">=20.9,<25.0" timeago = "^1.0.15" SQLAlchemy = ">=2.0.0,<3.0.0" python-slugify = ">=4.0.1,<9.0.0"