Skip to content

Commit

Permalink
Update Django and Setuptools (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelletran-codecov authored Aug 7, 2024
1 parent 09db746 commit 22b1483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM us-docker.pkg.dev/berglas/berglas/berglas:$BERGLAS_VERSION as berglas
FROM $REQUIREMENTS_IMAGE as app
COPY . /worker
WORKDIR /worker
RUN pip install setuptools==70.3.0
RUN pip install setuptools==72.1.0
RUN chmod +x worker.sh
ARG RELEASE_VERSION
ENV RELEASE_VERSION=$RELEASE_VERSION
Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
# pip-compile
#
amqp==5.2.0
# via kombu
Expand Down Expand Up @@ -90,7 +90,7 @@ distlib==0.3.7
# via virtualenv
distro==1.8.0
# via openai
django==4.2.11
django==4.2.15
# via
# django-model-utils
# django-postgres-extra
Expand Down Expand Up @@ -243,7 +243,7 @@ opentelemetry-semantic-conventions==0.45b0
# via
# opentelemetry-instrumentation-celery
# opentelemetry-sdk
packaging==20.9
packaging==24.1
# via pytest
platformdirs==3.11.0
# via virtualenv
Expand Down Expand Up @@ -289,7 +289,6 @@ pyjwt==2.4.0
pyparsing==2.4.7
# via
# httplib2
# packaging
# shared
pytest==8.1.1
# via
Expand Down

0 comments on commit 22b1483

Please sign in to comment.