diff --git a/poetry.lock b/poetry.lock index c3774a17..b6f999fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1324,7 +1324,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 @@ -2731,7 +2731,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 = "b762a51b7ecbb837e4555c5a60de4274e3a32be9b1c9de57cfde02467113e5b5" +content-hash = "67f676278df5534baf7bd6383ff543598ed15a83d6d50ddf9b9459da6505daf4" [metadata.files] aiobotocore = [ @@ -3770,8 +3770,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.3-py3-none-any.whl", hash = "sha256:4b01076effdac53e775cd1b6a4e891663568b32621468e205b502a23b2921899"}, diff --git a/pyproject.toml b/pyproject.toml index 662824b0..dac61f6b 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"