-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Dockerfile python to 3.12.5
- Loading branch information
ausmaster
committed
Sep 24, 2024
1 parent
c34d01f
commit 3df4700
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |