diff --git a/poetry.lock b/poetry.lock index c011e86..dbba8f3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "babelfish" @@ -409,22 +409,27 @@ flake8 = ">=5.0.0" [[package]] name = "pint" -version = "0.21.1" +version = "0.23" description = "Physical quantities module" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "Pint-0.21.1-py3-none-any.whl", hash = "sha256:230ebccc312693117ee925c6492b3631c772ae9f7851a4e86080a15e7be692d8"}, - {file = "Pint-0.21.1.tar.gz", hash = "sha256:5d5b6b518d0c5a7ab03a776175db500f1ed1523ee75fb7fafe38af8149431c8d"}, + {file = "Pint-0.23-py3-none-any.whl", hash = "sha256:df79b6b5f1beb7ed0cd55d91a0766fc55f972f757a9364e844958c05e8eb66f9"}, + {file = "Pint-0.23.tar.gz", hash = "sha256:e1509b91606dbc52527c600a4ef74ffac12fff70688aff20e9072409346ec9b4"}, ] +[package.dependencies] +typing-extensions = "*" + [package.extras] babel = ["babel (<=2.8)"] +bench = ["pytest", "pytest-codspeed"] dask = ["dask"] mip = ["mip (>=1.13)"] numpy = ["numpy (>=1.19.5)"] pandas = ["pint-pandas (>=0.3)"] -test = ["pytest", "pytest-cov", "pytest-mpl", "pytest-subtests"] +test = ["pytest", "pytest-benchmark", "pytest-cov", "pytest-mpl", "pytest-subtests"] +testbase = ["pytest", "pytest-benchmark", "pytest-cov", "pytest-subtests"] uncertainties = ["uncertainties (>=3.1.6)"] xarray = ["xarray"] @@ -756,4 +761,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "9cf638536f44eeb24e86a7f8ce3364b5e3da790f64f579729cbd95e41ac3f8ed" +content-hash = "136be6ec84447d56d71d0d2b2118c5c4bf93ef46a8226f7bea0fd4c9e86b6097" diff --git a/pyproject.toml b/pyproject.toml index 815fce9..b08cd83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ knowit = "knowit.__main__:main" python = "^3.9.0" babelfish = "^0.6.0" enzyme = "^0.4.1" -pint = ">=0.20.1,<0.22.0" +pint = ">=0.20.1,<0.24.0" pymediainfo = "^6.0.1" pyyaml = "^6.0" trakit = "^0.2.1"