From 4d702bc643537b3f36ee112106ae0c6dadf62a65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 03:50:09 +0000 Subject: [PATCH] build(deps-dev): bump plexhints from 2023.1211.160853 to 2024.726.1720 Bumps [plexhints](https://github.com/LizardByte/plexhints) from 2023.1211.160853 to 2024.726.1720. - [Release notes](https://github.com/LizardByte/plexhints/releases) - [Commits](https://github.com/LizardByte/plexhints/compare/v2023.1211.160853...v2024.726.1720) --- updated-dependencies: - dependency-name: plexhints dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 126d00f5..ced16288 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ flake8==3.9.2;python_version<"3" m2r2==0.3.2;python_version<"3" numpydoc==0.9.2;python_version<"3" -plexhints==2023.1211.160853 # type hinting library for plex development +plexhints==2024.726.1720 # type hinting library for plex development plexapi-backport[alert]==4.15.10 pytest==4.6.11;python_version<"3" pytest-cov==2.12.1;python_version<"3"