Skip to content

Commit

Permalink
chore: Update Python dependencies (#452)
Browse files Browse the repository at this point in the history
* Bump up xml2rfc to 3.19.2
* Bump up Flask to 3.0.1
  • Loading branch information
kesara authored Jan 31, 2024
1 parent dc1f521 commit 2544333
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ click==8.1.7
ConfigArgParse==1.7
cssselect2==0.7.0
decorator==5.1.1
Flask==3.0.0
Flask==3.0.1
Flask-Cors==4.0.0
fonttools==4.47.0
fonttools==4.47.2
gevent==23.9.1
google-i18n-address==3.1.0
greenlet==3.0.3
Expand All @@ -20,30 +20,30 @@ iddiff==0.4.3
idna==3.6
intervaltree==3.1.0
itsdangerous==2.1.2
Jinja2==3.1.2
Jinja2==3.1.3
lxml==4.9.4
MarkupSafe==2.1.3
MarkupSafe==2.1.4
packaging==23.2
pathlib2==2.3.7.post1
pillow==10.2.0
platformdirs==4.1.0
platformdirs==4.2.0
pycountry==23.12.11
pycparser==2.21
pydyf==0.8.0
pyphen==0.14.0
PyYAML==6.0.1
requests==2.31.0
sentry-sdk==1.39.1
sentry-sdk==1.40.0
six==1.16.0
sortedcontainers==2.4.0
svgcheck==0.7.1
tinycss2==1.2.1
urllib3==2.1.0
urllib3==2.2.0
wcwidth==0.2.13
weasyprint==60.2
webencodings==0.5.1
Werkzeug==3.0.1
xml2rfc==3.19.1
xml2rfc==3.19.2
zope.event==5.0
zope.interface==6.1
zopfli==0.2.3
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
decorator>=5.1.1
Flask>=3.0.0
Flask>=3.0.1
Flask-Cors>=4.0.0
gevent>=23.9.1
gunicorn>=21.2.0
id2xml>=1.5.2
iddiff>=0.4.3
requests>=2.31.0
sentry-sdk[flask]>=1.39.1
sentry-sdk[flask]>=1.40.0
svgcheck>=0.7.1
weasyprint>=60.2
xml2rfc>=3.19.1
xml2rfc>=3.19.2

0 comments on commit 2544333

Please sign in to comment.