From a17ac2e506ab70c0242c6a0e2b538697af1d677b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:28:27 +0000 Subject: [PATCH] Bump pint from 0.23 to 0.24.1 Bumps [pint](https://github.com/hgrecco/pint) from 0.23 to 0.24.1. - [Changelog](https://github.com/hgrecco/pint/blob/master/CHANGES) - [Commits](https://github.com/hgrecco/pint/compare/0.23...0.24.1) --- updated-dependencies: - dependency-name: pint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 60 +++++++++++++++++++++++++++++++++++++++++++++----- pyproject.toml | 2 +- 2 files changed, 55 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 306157e..59aab21 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,15 @@ -# This file is automatically @generated by Poetry 1.8.3 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 = "appdirs" +version = "1.4.4" +description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." +optional = false +python-versions = "*" +files = [ + {file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"}, + {file = "appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"}, +] [[package]] name = "babelfish" @@ -272,6 +283,40 @@ files = [ pycodestyle = "*" setuptools = "*" +[[package]] +name = "flexcache" +version = "0.3" +description = "Saves and loads to the cache a transformed versions of a source object." +optional = false +python-versions = ">=3.9" +files = [ + {file = "flexcache-0.3-py3-none-any.whl", hash = "sha256:d43c9fea82336af6e0115e308d9d33a185390b8346a017564611f1466dcd2e32"}, + {file = "flexcache-0.3.tar.gz", hash = "sha256:18743bd5a0621bfe2cf8d519e4c3bfdf57a269c15d1ced3fb4b64e0ff4600656"}, +] + +[package.dependencies] +typing-extensions = "*" + +[package.extras] +test = ["pytest", "pytest-cov", "pytest-mpl", "pytest-subtests"] + +[[package]] +name = "flexparser" +version = "0.3.1" +description = "Parsing made fun ... using typing." +optional = false +python-versions = ">=3.9" +files = [ + {file = "flexparser-0.3.1-py3-none-any.whl", hash = "sha256:2e3e2936bec1f9277f777ef77297522087d96adb09624d4fe4240fd56885c013"}, + {file = "flexparser-0.3.1.tar.gz", hash = "sha256:36f795d82e50f5c9ae2fde1c33f21f88922fdd67b7629550a3cc4d0b40a66856"}, +] + +[package.dependencies] +typing-extensions = "*" + +[package.extras] +test = ["pytest", "pytest-cov", "pytest-mpl", "pytest-subtests"] + [[package]] name = "idna" version = "3.7" @@ -409,16 +454,19 @@ flake8 = ">=5.0.0" [[package]] name = "pint" -version = "0.23" +version = "0.24.1" description = "Physical quantities module" optional = false python-versions = ">=3.9" files = [ - {file = "Pint-0.23-py3-none-any.whl", hash = "sha256:df79b6b5f1beb7ed0cd55d91a0766fc55f972f757a9364e844958c05e8eb66f9"}, - {file = "Pint-0.23.tar.gz", hash = "sha256:e1509b91606dbc52527c600a4ef74ffac12fff70688aff20e9072409346ec9b4"}, + {file = "Pint-0.24.1-py3-none-any.whl", hash = "sha256:69b05357c4cb2ac8f3346e235aff4477447e2f56805a79a4f59a2b6d5fc32020"}, + {file = "pint-0.24.1.tar.gz", hash = "sha256:8849fe9d7b8532e5a5dc41e719e9e19268e18eac179d9a5645f21929a2a15caf"}, ] [package.dependencies] +appdirs = ">=1.4.4" +flexcache = ">=0.3" +flexparser = ">=0.3" typing-extensions = "*" [package.extras] @@ -426,7 +474,7 @@ babel = ["babel (<=2.8)"] bench = ["pytest", "pytest-codspeed"] dask = ["dask"] mip = ["mip (>=1.13)"] -numpy = ["numpy (>=1.19.5)"] +numpy = ["numpy (>=1.23)"] pandas = ["pint-pandas (>=0.3)"] test = ["pytest", "pytest-benchmark", "pytest-cov", "pytest-mpl", "pytest-subtests"] testbase = ["pytest", "pytest-benchmark", "pytest-cov", "pytest-subtests"] @@ -761,4 +809,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "101cf658e11a7741bbf34fe068209043022c4d5fc9da24193840f69e1347a251" +content-hash = "89ba833b0b119f00bd163c036777f599d2899d0606c6ce375fb3e417aa75c399" diff --git a/pyproject.toml b/pyproject.toml index 8c43b57..8f3cc00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ knowit = "knowit.__main__:main" python = "^3.9.0" babelfish = "^0.6.1" enzyme = "^0.4.1" -pint = ">=0.20.1,<0.24.0" +pint = ">=0.20.1,<0.25.0" pymediainfo = "^6.0.1" pyyaml = "^6.0" trakit = "^0.2.2"