Skip to content

Commit

Permalink
Bump pymongo to 4.9.1
Browse files Browse the repository at this point in the history
Bump Dockerfile python to 3.12.5
  • Loading branch information
ausmaster committed Sep 24, 2024
1 parent c34d01f commit 3df4700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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
FROM python:3.12.5

WORKDIR /usr/src/app

Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
pymongo~=4.7.2
pymongo~=4.9.1
requests~=2.32.2
nltk~=3.9.1
rapidfuzz~=3.9.3
dnspython>=2.6.1 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
rapidfuzz~=3.9.3

0 comments on commit 3df4700

Please sign in to comment.