diff --git a/poetry.lock b/poetry.lock index 75d5fb8e..f6c94ef1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1327,7 +1327,7 @@ python-versions = "*" [[package]] name = "natsort" -version = "8.0.0" +version = "8.2.0" description = "Simple yet flexible natural sorting in Python." category = "main" optional = false @@ -2734,7 +2734,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = ">=3.8.0,<3.9.7 || >3.9.7,<3.11" -content-hash = "2d367e71578bff2ed04850de5dec821c423980cddcc88b33b416e1f9b9d1dd40" +content-hash = "e85c22365b60c9cd3ccce6bbe8b1a55508d3c19ed6ed24ee89a618e284e7e8f8" [metadata.files] aiobotocore = [ @@ -3788,8 +3788,8 @@ mypy-extensions = [ {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"}, ] natsort = [ - {file = "natsort-8.0.0-py3-none-any.whl", hash = "sha256:5f5f4ea471d655b1b1611eef1cf0c6d3397095d2d3a1aab7098d6a50e4c3901a"}, - {file = "natsort-8.0.0.tar.gz", hash = "sha256:a0a4fd71aee20a6d648da61e01180a63f7268e69983d0440bd3ad80ef1ba6981"}, + {file = "natsort-8.2.0-py3-none-any.whl", hash = "sha256:04fe18fdd2b9e5957f19f687eb117f102ef8dde6b574764e536e91194bed4f5f"}, + {file = "natsort-8.2.0.tar.gz", hash = "sha256:57f85b72c688b09e053cdac302dd5b5b53df5f73ae20b4874fcbffd8bf783d11"}, ] nbclassic = [ {file = "nbclassic-0.4.4-py3-none-any.whl", hash = "sha256:6dbea338e67d36cdaf491178e9544d9f0088763ca8bb1f0901dd6cab15aba548"}, @@ -4823,7 +4823,6 @@ traitlets = [ {file = "traitlets-5.4.0.tar.gz", hash = "sha256:3f2c4e435e271592fe4390f1746ea56836e3a080f84e7833f0f801d9613fec39"}, ] treelib = [ - {file = "treelib-1.6.1-py3.7.egg", hash = "sha256:8065064e5b92f59400295c221226b65905fd219c6ea43971fa0676b9e7780095"}, {file = "treelib-1.6.1.tar.gz", hash = "sha256:1cbfffb2d2b75ccac27d0200cee0507b6fbb0726e0afb9fae017ade5d2ce8788"}, ] typeguard = [ diff --git a/pyproject.toml b/pyproject.toml index 45aa7399..b664c24f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ watchdog = "^2.1.6" QuantLib = "^1.25" kafka-python = "^2.0.2" xgboost = "^1.5.2" -natsort = "8.0.0" +natsort = "8.2.0" tabulate = "0.8.9" orjson = "^3.7.12" lxml = "^4.8.0"