From a83dc5d258996f5a76c69162e3164b5baf437e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:45:24 +0000 Subject: [PATCH] Bump enzyme from 0.4.1 to 0.5.0 Bumps [enzyme](https://github.com/Diaoul/enzyme) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/Diaoul/enzyme/releases) - [Commits](https://github.com/Diaoul/enzyme/compare/0.4.1...0.5.0) --- updated-dependencies: - dependency-name: enzyme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 ++++++++++++------ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 306157e..c0dd3f9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# 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 = "babelfish" @@ -204,14 +204,20 @@ toml = ["tomli"] [[package]] name = "enzyme" -version = "0.4.1" -description = "Python video metadata parser" +version = "0.5.0" +description = "Video metadata parser" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "enzyme-0.4.1.tar.gz", hash = "sha256:f2167fa97c24d1103a94d4bf4eb20f00ca76c38a37499821049253b2059c62bb"}, + {file = "enzyme-0.5.0-py3-none-any.whl", hash = "sha256:3cc838579508c370170c34f3c39469a1a6e71c8776bef6e11439e9432747bc89"}, + {file = "enzyme-0.5.0.tar.gz", hash = "sha256:e3055b31525e5922ce87513bc9fc017c6f3e2aeb0cc40d7ea6374f86a6e44d4f"}, ] +[package.extras] +dev = ["doc8", "mypy", "ruff", "tox", "typos", "validate-pyproject"] +docs = ["sphinx", "sphinx-rtd-theme"] +test = ["PyYAML", "importlib-metadata (>=4.6)", "mypy", "pytest (>=6.0)", "requests"] + [[package]] name = "exceptiongroup" version = "1.2.1" @@ -761,4 +767,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 = "dfa69a1304f02ac416f4616c1d0a115275cfb7bfc2542d07bd73931dc08f2b5a" diff --git a/pyproject.toml b/pyproject.toml index 8c43b57..11b282a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ knowit = "knowit.__main__:main" [tool.poetry.dependencies] python = "^3.9.0" babelfish = "^0.6.1" -enzyme = "^0.4.1" +enzyme = ">=0.4.1,<0.6.0" pint = ">=0.20.1,<0.24.0" pymediainfo = "^6.0.1" pyyaml = "^6.0"