From 437e8cb8211e4e977fc71217179d2421e89c10d5 Mon Sep 17 00:00:00 2001 From: Kesara Rathnayake Date: Thu, 22 Aug 2024 09:47:10 +1200 Subject: [PATCH] chore: Bump up xml2rfc to 3.23.0 This also updates gunicorn to 23.0.0. --- constraints.txt | 16 ++++++++-------- requirements.txt | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/constraints.txt b/constraints.txt index dfa0020..48760da 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1,7 +1,7 @@ blinker==1.8.2 Brotli==1.1.0 certifi==2024.7.4 -cffi==1.16.0 +cffi==1.17.0 charset-normalizer==3.3.2 click==8.1.7 ConfigArgParse==1.7 @@ -14,7 +14,7 @@ Flask-Cors==4.0.1 fonttools==4.53.1 google-i18n-address==3.1.0 greenlet==3.0.3 -gunicorn==22.0.0 +gunicorn==23.0.0 html5lib==1.1 id2xml==1.5.2 iddiff==0.4.3 @@ -30,19 +30,19 @@ pillow==10.4.0 platformdirs==4.2.2 pycountry==24.6.1 pycparser==2.22 -pydyf==0.11.0 +pydyf==0.10.0 pyphen==0.16.0 -PyYAML==6.0.1 +PyYAML==6.0.2 requests==2.32.3 -sentry-sdk==2.12.0 +sentry-sdk==2.13.0 six==1.16.0 sortedcontainers==2.4.0 svgcheck==0.8.0 tinycss2==1.3.0 urllib3==2.2.2 wcwidth==0.2.13 -weasyprint==62.3 +weasyprint==61.2 webencodings==0.5.1 -Werkzeug==3.0.3 -xml2rfc==3.22.0 +Werkzeug==3.0.4 +xml2rfc==3.23.0 zopfli==0.2.3 diff --git a/requirements.txt b/requirements.txt index 6a47d0b..7e8eda7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,10 +2,10 @@ eventlet>=0.36.1 decorator>=5.1.1 Flask>=3.0.3 Flask-Cors>=4.0.1 -gunicorn>=22.0.0 +gunicorn>=23.0.0 id2xml>=1.5.2 iddiff>=0.4.3 requests>=2.32.3 -sentry-sdk[flask]>=2.12.0 +sentry-sdk[flask]>=2.13.0 svgcheck>=0.8.0 -xml2rfc[pdf]>=3.22.0 +xml2rfc[pdf]>=3.23.0