Skip to content

Commit dce6e84

Browse files
authored
fix: Updating poetry for vulnerabilities fix. (#214)
1 parent dad6cf9 commit dce6e84

File tree

2 files changed

+45
-74
lines changed

2 files changed

+45
-74
lines changed

poetry.lock

+43-72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dialogy"
3-
version = "2.0.7"
3+
version = "2.2.2"
44
description = "Dialogy is a library for building and managing SLU applications."
55
authors = ["Amresh Venugopal <amresh.venugopal@gmail.com>", "Daksh Varshneya <dakshvar22@gmail.com"]
66
license = "MIT"
@@ -24,7 +24,7 @@ stanza = "^1.3.0"
2424
thefuzz = "^0.19.0"
2525
xgboost = "^1.5.2"
2626
copier = "7.1.0"
27-
MarkupSafe = "2.0.1"
27+
MarkupSafe = "2.1.1"
2828
matplotlib = "^3.5.1"
2929
types-pytz = "^2021.3.5"
3030
types-requests = "^2.27.11"

0 commit comments

Comments
 (0)