Skip to content

Commit

Permalink
Update python packaging and dependency updates & apply Django securit…
Browse files Browse the repository at this point in the history
…y update (#242)
  • Loading branch information
asset-web authored Nov 1, 2023
1 parent 9270cf0 commit 682d03c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
8.5.3 Apply Django security update
Apply python packaging and dependency updates

8.5.2 Upgrade Cypress

8.5.1 Update Cypress
Expand Down
4 changes: 2 additions & 2 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM python:3.8.18-slim

ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
ENV PIP_VERSION='23.3'
ENV PIP_VERSION='23.3.1'
ENV SETUPTOOLS_VERSION='68.2.2'
ENV PIP_TOOLS_VERSION='7.3.0'
# As per Centos installation
ENV VE_VERSION='20.13.0'
ENV VE_VERSION='20.13.1'

# Update system packages and install dependencies
RUN apt update -y && \
Expand Down
2 changes: 1 addition & 1 deletion deploy/fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# Tools not handled by pip-tools and/or requirements installs using pip
# Also update tests/run-django-tests.sh
PIP_VERSION = '23.3'
PIP_VERSION = '23.3.1'
SETUPTOOLS_VERSION = '68.2.2'
PIP_TOOLS_VERSION = '7.3.0'

Expand Down

0 comments on commit 682d03c

Please sign in to comment.