From 8bd0e62a7d7bcff75bdc3f5624b225e141797123 Mon Sep 17 00:00:00 2001 From: Patricia Koh Date: Thu, 7 Nov 2024 14:43:28 +1100 Subject: [PATCH] https://github.com/AtlasOfLivingAustralia/publishing/issues/1 - fix vulnerability issue with pytest package --- publishing-service/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/publishing-service/requirements.txt b/publishing-service/requirements.txt index bb026fc..b0c16a7 100644 --- a/publishing-service/requirements.txt +++ b/publishing-service/requirements.txt @@ -9,13 +9,12 @@ jsonpickle~=2.0.0 pydantic~=2.5.2 python-multipart~=0.0.7 PyJWT~=2.8.0 -pytest~=6.2.5 +pytest~=7.2.0 h11~=0.14.0 pip~=23.3.1 toml~=0.10.2 wheel~=0.38.4 cryptography~=43.0.1 -py~=1.11.0 lxml~=4.9.3 tornado~=6.4.1 anyio~=3.7.1