From 872db550400c36e5e685db479ca0900c75398fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 06:54:33 +0000 Subject: [PATCH] Bump cs50 from 6.0.3 to 6.0.4 Bumps [cs50](https://github.com/cs50/python-cs50) from 6.0.3 to 6.0.4. - [Release notes](https://github.com/cs50/python-cs50/releases) - [Commits](https://github.com/cs50/python-cs50/compare/v6.0.3...v6.0.4) Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index d0f6561..bcd08ba 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -3,6 +3,6 @@ Flask-Session==0.3.2 Flask-WTF==0.14.3 Flask==1.1.2 Werkzeug==1.0.1 -cs50==6.0.3 +cs50==6.0.4 pyjwt==2.0.1 requests==2.25.1