Skip to content

Commit

Permalink
Bump django from 3.2.19 to 3.2.20 (#233)
Browse files Browse the repository at this point in the history
* Bump django from 3.2.19 to 3.2.20

Bumps [django](https://github.com/django/django) from 3.2.19 to 3.2.20.
- [Commits](django/django@3.2.19...3.2.20)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update netcat repo

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
mattmachell and dependabot[bot] authored Aug 7, 2023
1 parent f1e52bf commit bf76bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.response
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.8-slim

RUN apt-get update && apt-get install -y --no-install-recommends \
netcat \
netcat-openbsd \
git \
&& rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.2.19
Django==3.2.20
django-after-response==0.2.2
git+https://github.com/ministryofjustice/opg-response.git#egg=django-incident-response
django-health-check==3.17.0
Expand Down

0 comments on commit bf76bb9

Please sign in to comment.