This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8494 in repository https://gitbox.apache.org/repos/asf/allura.git
commit a5f19d49d38c980b948a664dacce8ed274432c0c Author: Guillermo Cruz <[email protected]> AuthorDate: Fri Jan 20 20:34:05 2023 +0000 [#8494] Upgrade Pygments 2.13.0 -> 2.14.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8e8950b94..7a2070797 100644 --- a/requirements.txt +++ b/requirements.txt @@ -129,7 +129,7 @@ pycparser==2.21 # via cffi pyflakes==2.5.0 # via -r requirements.in -pygments==2.13.0 +pygments==2.14.0 # via -r requirements.in pymongo==3.13.0 # via
