From 5123da80a6bd0bbdfb5f120a1689e4a051b0e820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 17:04:37 +0000 Subject: [PATCH] Bump future from 0.16.0 to 0.18.3 in /code_examples/flask/myapp-3 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.16.0 to 0.18.3. - [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.16.0...v0.18.3) --- updated-dependencies: - dependency-name: future dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code_examples/flask/myapp-3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code_examples/flask/myapp-3/requirements.txt b/code_examples/flask/myapp-3/requirements.txt index 80773b7..dd1b365 100644 --- a/code_examples/flask/myapp-3/requirements.txt +++ b/code_examples/flask/myapp-3/requirements.txt @@ -2,6 +2,6 @@ flask>=0.12.3 bokeh==0.12.14 Jinja2>=2.10.1 requests>=2.20.0 -future==0.16.0 +future==0.18.3 pytz==2017.2 pandas==0.21.0