Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-7735b8a48dc8a8151c865d93a4df708a
Browse files Browse the repository at this point in the history
  • Loading branch information
davidshq authored Aug 4, 2024
2 parents d6a380a + 5a2d36c commit c2731ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/django.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.0a6-slim
FROM python:3.13.0b4-slim
# Install system libraries for Python packages:
# * psycopg2
RUN apt-get update && \
Expand Down
1 change: 1 addition & 0 deletions miqa/learning/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ wandb
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
werkzeug>=2.3.8 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
2 changes: 1 addition & 1 deletion prod/django.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.0a6-slim
FROM python:3.13.0b4-slim
# Install nodejs + npm for building client library
# Install system libraries for Python packages:
# * psycopg2
Expand Down

0 comments on commit c2731ae

Please sign in to comment.