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

brondsem 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 e4fc6d453 upgrade cryptography; also drops pyparsing (no longer used 
by pytest)
e4fc6d453 is described below

commit e4fc6d453ce2ebcb6692208249b4a43136e4e6bc
Author: Dave Brondsema <[email protected]>
AuthorDate: Wed Feb 8 15:55:53 2023 +0000

    upgrade cryptography; also drops pyparsing (no longer used by pytest)
---
 requirements.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 88663b741..efced6c46 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
 #
-# This file is autogenerated by pip-compile with python 3.7
-# To update, run:
+# This file is autogenerated by pip-compile with Python 3.7
+# by the following command:
 #
 #    pip-compile
 #
@@ -30,7 +30,7 @@ crank==0.8.1
     # via turbogears2
 creoleparser==0.7.5
     # via pypeline
-cryptography==39.0.0
+cryptography==39.0.1
     # via -r requirements.in
 decorator==5.1.1
     # via -r requirements.in
@@ -137,7 +137,6 @@ pymongo==3.13.0
     #   -r requirements.in
     #   activitystream
     #   ming
-pyparsing==3.0.9
 pypeline[creole,markdown,rst,textile]==0.6.1
     # via -r requirements.in
 pysolr==3.9.0

Reply via email to