This is an automated email from the ASF dual-hosted git repository.

dill0wn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new 61ee60cac fix dependency-check warning for certifi<2023.07.22
61ee60cac is described below

commit 61ee60cac206a2ef7e705c1e4496cc6a43fd91a1
Author: Dillon Walls <[email protected]>
AuthorDate: Wed Jul 26 14:16:17 2023 +0000

    fix dependency-check warning for certifi<2023.07.22
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 3ce9c5e06..df8b403f0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,7 +14,7 @@ beautifulsoup4==4.12.2
     #   webtest
 bleach[css]==6.0.0
     # via pypeline
-certifi==2022.12.7
+certifi==2023.7.22
     # via requests
 cffi==1.15.1
     # via cryptography

Reply via email to