From e23bb11696cc7aa723ce21adf81c7def3c037222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 21:20:10 +0000 Subject: [PATCH] Bump py in /UW_Python230_Internet_Programming_In_Python/flask-todo Bumps [py](https://github.com/pytest-dev/py) from 1.7.0 to 1.10.0. - [Release notes](https://github.com/pytest-dev/py/releases) - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/py/compare/1.7.0...1.10.0) --- updated-dependencies: - dependency-name: py dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../flask-todo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UW_Python230_Internet_Programming_In_Python/flask-todo/requirements.txt b/UW_Python230_Internet_Programming_In_Python/flask-todo/requirements.txt index 3d620d1..91d1e18 100644 --- a/UW_Python230_Internet_Programming_In_Python/flask-todo/requirements.txt +++ b/UW_Python230_Internet_Programming_In_Python/flask-todo/requirements.txt @@ -46,7 +46,7 @@ pluggy==0.8.0 prompt-toolkit==2.0.9 psycopg2==2.8.4 psycopg2-binary==2.8.4 -py==1.7.0 +py==1.10.0 pycodestyle==2.5.0 pyflakes==2.1.1 Pygments==2.3.1