From 9561f42ecbde76aafa865ab7d3f8012d10d42805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 09:04:12 -0400 Subject: [PATCH] build(deps-dev): bump plexhints from 0.1.0 to 0.1.1 (#50) Bumps [plexhints](https://github.com/LizardByte/plexhints) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/LizardByte/plexhints/releases) - [Changelog](https://github.com/LizardByte/plexhints/blob/nightly/CHANGELOG.md) - [Commits](https://github.com/LizardByte/plexhints/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: plexhints dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3674086..1e5d353 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==0.1.0 # type hinting library for plex development +plexhints==0.1.1 # type hinting library for plex development pytest==4.6.11;python_version<"3" rstcheck==3.5.0;python_version<"3" Sphinx==1.8.6;python_version<"3"