From f1d45b79deabf0a673684c66e9d8fe42951c2bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:09:41 +0000 Subject: [PATCH] TT#121955 Bump django from 3.2.14 to 3.2.15 in /requirements Bumps [django](https://github.com/django/django) from 3.2.14 to 3.2.15. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.14...3.2.15) Change-Id: I26c74de3db608b5ad2a9a479efd90ada85689e37 --- requirements/common.txt | 2 +- t/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/common.txt b/requirements/common.txt index b073157..f04ad85 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,5 +1,5 @@ celery -Django==3.2.14 +Django==3.2.15 django-appconf django-assets django-celery-beat diff --git a/t/Dockerfile b/t/Dockerfile index 092ab27..6a582a3 100644 --- a/t/Dockerfile +++ b/t/Dockerfile @@ -5,7 +5,7 @@ FROM docker.mgm.sipwise.com/sipwise-bullseye:latest # is updated with the current date. It will force refresh of all # of the base images and things like `apt-get update` won't be using # old cached versions when the Dockerfile is built. -ENV REFRESHED_AT 2022-07-06 +ENV REFRESHED_AT 2022-08-12 RUN apt-get update && apt-get install --assume-yes python3 python3-dev \ python3-pytest python3-pytest-pep8 \