Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dachosen1/nearquake
Browse files Browse the repository at this point in the history
  • Loading branch information
dachosen1 committed Jul 7, 2024
2 parents 8540c56 + dfaf626 commit 9cc6f81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.3-slim
FROM python:3.12.4-slim

RUN apt-get update \
&& apt-get -y install cron=3.0pl1-162 \
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alembic==1.13.1
alembic==1.13.2
black==24.4.2
openai==1.30.3
pillow==10.2.0
Expand All @@ -9,3 +9,4 @@ tqdm==4.66.4
tweepy==4.14.0
python-dotenv==1.0.1
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
anyio>=4.4.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 9cc6f81

Please sign in to comment.