From 3df4700c8c69bfc436093659cc2d7471f131bff1 Mon Sep 17 00:00:00 2001 From: ausmaster Date: Mon, 23 Sep 2024 21:53:55 -0700 Subject: [PATCH] Bump pymongo to 4.9.1 Bump Dockerfile python to 3.12.5 --- Dockerfile | 2 +- requirements.txt | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7c10220..99ea06f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.3 +FROM python:3.12.5 WORKDIR /usr/src/app diff --git a/requirements.txt b/requirements.txt index 951fbed..1199994 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +rapidfuzz~=3.9.3 \ No newline at end of file