From cca2cfabefa855a63f030a92b1dcae2391de8dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:14:35 +0000 Subject: [PATCH] build(deps): bump bibtexparser from 1.4.0 to 1.4.1 in /dblp-fetcher Bumps [bibtexparser](https://github.com/sciunto-org/python-bibtexparser) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/sciunto-org/python-bibtexparser/releases) - [Changelog](https://github.com/sciunto-org/python-bibtexparser/blob/main/CHANGELOG) - [Commits](https://github.com/sciunto-org/python-bibtexparser/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: bibtexparser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dblp-fetcher/poetry.lock | 6 +++--- dblp-fetcher/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dblp-fetcher/poetry.lock b/dblp-fetcher/poetry.lock index 00c363b..e22ff08 100644 --- a/dblp-fetcher/poetry.lock +++ b/dblp-fetcher/poetry.lock @@ -2,12 +2,12 @@ [[package]] name = "bibtexparser" -version = "1.4.0" +version = "1.4.1" description = "Bibtex parser for python 3" optional = false python-versions = "*" files = [ - {file = "bibtexparser-1.4.0.tar.gz", hash = "sha256:ca7ce2bc34e7c48a678dd49416429bb567441f26dbb13b3609082d8cd109ace6"}, + {file = "bibtexparser-1.4.1.tar.gz", hash = "sha256:e00e29e24676c4808e0b4333b37bb55cca9cbb7871a56f63058509281588d789"}, ] [package.dependencies] @@ -486,4 +486,4 @@ tooling-extras = ["pyaml (>=23.7.0)", "pypandoc-binary (>=1.11)", "pytest (>=7.4 [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "cedff74ed10b8410ba6938dcd6873959fb0aade18065c6447d4b8acf08122852" +content-hash = "40e2ad2d9bdd885505986152f8cb3f82c8e984d18443fab38e8a1c45da619a31" diff --git a/dblp-fetcher/pyproject.toml b/dblp-fetcher/pyproject.toml index 15c66cc..2827950 100644 --- a/dblp-fetcher/pyproject.toml +++ b/dblp-fetcher/pyproject.toml @@ -9,7 +9,7 @@ dblp-fetcher = "dblp_fetcher.main:main" [tool.poetry.dependencies] python = "^3.10" -bibtexparser = "^1.4.0" +bibtexparser = "^1.4.1" google-api-python-client = "^2.97.0" google-auth-httplib2 = "^0.1.1" google-auth-oauthlib = "^1.0.0"