Skip to content

Commit

Permalink
Update dependency Werkzeug to v2 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent 3019e7a commit a566442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ six==1.16.0
soupsieve==2.3.2.post1
toml==0.10.2
urllib3==1.26.18
Werkzeug==0.16.1
Werkzeug==2.2.3
lxml==4.9.4

setuptools~=65.7.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
],
packages=["technicolorgateway"],
include_package_data=True,
install_requires=["six", "html2text", "robobrowser", "Werkzeug==0.16.1"],
install_requires=["six", "html2text", "robobrowser", "Werkzeug==2.2.3"],
)

0 comments on commit a566442

Please sign in to comment.