From 2a45b4f2f076cd880c666c1ccbe3828a057f17d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:19:08 +0000 Subject: [PATCH] Bump pydetex from 0.9.9 to 1.0.8 Bumps [pydetex](https://github.com/ppizarror/PyDetex) from 0.9.9 to 1.0.8. - [Release notes](https://github.com/ppizarror/PyDetex/releases) - [Commits](https://github.com/ppizarror/PyDetex/compare/0.9.9...1.0.8) --- updated-dependencies: - dependency-name: pydetex dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 09449381..b868b5ec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2754,13 +2754,13 @@ files = [ [[package]] name = "pydetex" -version = "0.9.9" +version = "1.0.8" description = "An application that transforms LaTeX code to plain text" optional = false python-versions = ">=3.7, <4" files = [ - {file = "pydetex-0.9.9-py3-none-any.whl", hash = "sha256:2e7f220f87af47eee887a2a0d03ebf7722635a26640339ad884ef11964964089"}, - {file = "pydetex-0.9.9.tar.gz", hash = "sha256:717d919ca62a574bb015c8103befeb2332118512ee428eb6984a33e3c4d26d09"}, + {file = "pydetex-1.0.8-py3-none-any.whl", hash = "sha256:5ec5bf5a3764184be22480d363763dab4a652eea04b9272c79d9f526a8490274"}, + {file = "pydetex-1.0.8.tar.gz", hash = "sha256:ff0f6b1477f0cef201345385d3e8c7dda7bbc5644e7107774797d0482b140031"}, ] [package.dependencies] @@ -2769,15 +2769,15 @@ flatlatex = ">=0.15" langdetect = ">=1.0.9" nltk = ">=3.7" outdated = ">=0.2.2" -PyMultiDictionary = ">=1.2.0" +PyMultiDictionary = ">=1.2.3" pyperclip = ">=1.8.2" requests = ">=2.28.1" tkmacosx = ">=1.0.5" [package.extras] -docs = ["sphinx", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"] +docs = ["sphinx (<7)", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"] installer = ["pyinstaller (==4.10)"] -test = ["codecov", "nose2"] +test = ["nose2[coverage-plugin]"] [[package]] name = "pydocstyle" @@ -4378,4 +4378,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "3.10.11" -content-hash = "4d32976d3b9e1e94632ef41bd693e33e712758e37cdfebefc19c3c38c1bbabac" +content-hash = "a1a67fa1eb04e17828241e753179ea58dd81cd611716765b25316ea8e452fb98" diff --git a/pyproject.toml b/pyproject.toml index a39a789b..3664f14e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ mozilla-django-oidc = {git = "https://github.com/chameleoncloud/mozilla-django-o mysqlclient = "^1.3.13" ply = "^3.11" pybliometrics = "~3.4" -pydetex = "~0.9" +pydetex = "~1.0" pytas = {git = "https://github.com/ChameleonCloud/pytas"} python = "3.10.11" python-blazarclient = {git = "https://github.com/ChameleonCloud/python-blazarclient", branch = "chameleoncloud/stable/train"}