diff --git a/constraints.txt b/constraints.txt index 7df004c..b84f636 100644 --- a/constraints.txt +++ b/constraints.txt @@ -2,12 +2,12 @@ blinker==1.8.2 Brotli==1.1.0 certifi==2024.8.30 cffi==1.17.1 -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 click==8.1.7 ConfigArgParse==1.7 cssselect2==0.7.0 decorator==5.1.1 -dnspython==2.6.1 +dnspython==2.7.0 eventlet==0.37.0 Flask==3.0.3 Flask-Cors==5.0.0 @@ -22,11 +22,11 @@ idna==3.10 intervaltree==3.1.0 itsdangerous==2.2.0 Jinja2==3.1.4 -lxml==4.9.4 -MarkupSafe==2.1.5 +lxml==5.3.0 +MarkupSafe==3.0.2 packaging==24.1 pathlib2==2.3.7.post1 -pillow==10.4.0 +pillow==11.0.0 platformdirs==4.3.6 pycountry==24.6.1 pycparser==2.22 @@ -34,15 +34,16 @@ pydyf==0.9.0 pyphen==0.16.0 PyYAML==6.0.2 requests==2.32.3 -sentry-sdk==2.14.0 +sentry-sdk==2.17.0 +setuptools==75.2.0 six==1.16.0 sortedcontainers==2.4.0 svgcheck==0.8.1 -tinycss2==1.3.0 +tinycss2==1.4.0 urllib3==2.2.3 wcwidth==0.2.13 weasyprint==61.2 webencodings==0.5.1 -Werkzeug==3.0.4 -xml2rfc==3.23.2 -zopfli==0.2.3 +Werkzeug==3.0.6 +xml2rfc==3.24.0 +zopfli==0.2.3.post1 diff --git a/requirements.txt b/requirements.txt index b7e873f..a4474a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ gunicorn>=23.0.0 id2xml>=1.5.2 iddiff>=0.4.3 requests>=2.32.3 -sentry-sdk[flask]>=2.14.0 +sentry-sdk[flask]>=2.17.0 svgcheck>=0.8.1 -xml2rfc[pdf]>=3.23.2 +xml2rfc[pdf]>=3.24.0