Skip to content

Commit

Permalink
CPT-171 Use Werkzeug 3.0.4 and MarkupSafe 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
borna-ng committed Sep 26, 2024
1 parent 12bc495 commit f1f1d07
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 40 deletions.
109 changes: 71 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jinja2 = "2.11.3"
libsass = "0.17.0"
lxml = "4.9.4"
mako = "1.3.5"
markupsafe = "1.1.0"
markupsafe = "2.1.5"
num2words = "0.5.6"
ofxparse = {version = "0.19", markers = "python_version <= \"3.9\""}
passlib = "1.7.1"
Expand All @@ -39,7 +39,7 @@ requests = "2.32.3"
zeep = "3.2.0"
python-stdnum = "1.8"
vobject = "0.9.6.1"
werkzeug = {version = "0.16.1", markers = "python_version <= \"3.9\""}
werkzeug = "3.0.4"
xlsxwriter = "1.1.2"
xlwt = "==1.3.*"
xlrd = {version = "1.2.0", markers = "python_version >= \"3.8\""}
Expand Down

0 comments on commit f1f1d07

Please sign in to comment.