From 07162d4693f3f5dc0d77ca88f2b92b7cfbc59232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:18:12 -0500 Subject: [PATCH] build(deps): bump future from 0.18.3 to 1.0.0 (#137) Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.3 to 1.0.0. - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](https://github.com/PythonCharmers/python-future/compare/v0.18.3...v1.0.0) --- updated-dependencies: - dependency-name: future dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fc751d6..83d56b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # it is doubtful that Plex will ever update to Python 3+ flask==1.1.4;python_version<"3" flask-babel==1.0.0;python_version<"3" -future==0.18.3 +future==1.0.0 plexapi-backport==4.15.10 # custom python-plexapi supporting python 2.7 polib==1.2.0;python_version<"3" requests==2.27.1;python_version<"3"