This is an automated email from the ASF dual-hosted git repository. dill0wn pushed a commit to branch dw/8535 in repository https://gitbox.apache.org/repos/asf/allura.git
commit fda14fe08479f6fa829b1ef153053c196a96095c Author: Dillon Walls <[email protected]> AuthorDate: Fri Jan 12 16:51:30 2024 +0000 [#8535] Upgrade qrcode 7.4.2 -> no upgrade, and its deps: pypng,typing-extensions qrcode 7.4.2 -> no upgrade pypng 0.20220715.0 -> no upgrade typing-extensions 4.8.0 -> 4.9.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1946dcce5..31d6d2752 100644 --- a/requirements.txt +++ b/requirements.txt @@ -240,7 +240,7 @@ translationstring==1.4 # via colander turbogears2==2.4.3 # via -r requirements.in -typing-extensions==4.7.1 +typing-extensions==4.9.0 # via qrcode urllib3==2.1.0 # via requests
