From 39b863d8dafec544eae08a53e86e5cecc8d5b946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 21:49:16 +0000 Subject: [PATCH] Bump django from 3.2 to 3.2.17 in /flight_service Bumps [django](https://github.com/django/django) from 3.2 to 3.2.17. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2...3.2.17) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flight_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight_service/requirements.txt b/flight_service/requirements.txt index b2a42b0..3e5424e 100644 --- a/flight_service/requirements.txt +++ b/flight_service/requirements.txt @@ -1,4 +1,4 @@ -Django==3.2 +Django==3.2.17 djangorestframework==3.12.4 psycopg2==2.8.6 djangorestframework-simplejwt==4.6.0