diff --git a/poetry.lock b/poetry.lock index 0fede4d7..8b7ce8d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -605,18 +605,17 @@ files = [ [[package]] name = "kloppy" -version = "3.15.0" +version = "3.16.0" description = "Standardizing soccer tracking- and event data" optional = true python-versions = "*" files = [ - {file = "kloppy-3.15.0-py3-none-any.whl", hash = "sha256:e828356db9b4fd80d7799c825660199cec55aafb984f29f92f8e8a752b149282"}, - {file = "kloppy-3.15.0.tar.gz", hash = "sha256:824740efb54d6e155a0b33e8f6f1285212dd98f0b6dda848b4306730fed216e0"}, + {file = "kloppy-3.16.0-py3-none-any.whl", hash = "sha256:4a758f51b0f2b44d834bd2fd8912cdde665408f411b2c1357156541952a8224f"}, + {file = "kloppy-3.16.0.tar.gz", hash = "sha256:f8633e187969ce5695b01a7b18b0088bc64e5d538102e31a87d97ca01e0a258d"}, ] [package.dependencies] lxml = ">=4.4.0,<5" -python-dateutil = ">=2.8.1,<3" pytz = ">=2020.1" requests = ">=2.0.0,<3" sortedcontainers = ">=2"