Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-1584a1aa3f8a3414ce6fe9d61946d23d
Browse files Browse the repository at this point in the history
  • Loading branch information
davidshq authored Aug 4, 2024
2 parents f0cac17 + 9892f9e commit 35be227
Show file tree
Hide file tree
Showing 3 changed files with 4 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
2 changes: 2 additions & 0 deletions miqa/learning/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ 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
requests>=2.32.0 # 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 35be227

Please sign in to comment.