Skip to content

Commit

Permalink
build(deps): bump google-api-python-client from 2.116.0 to 2.120.0 in…
Browse files Browse the repository at this point in the history
… /dblp-fetcher (#116)

build(deps): bump google-api-python-client in /dblp-fetcher

Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.116.0 to 2.120.0.
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-api-python-client@v2.116.0...v2.120.0)

---
updated-dependencies:
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent b438e63 commit e0b7c0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dblp-fetcher/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dblp-fetcher/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dblp-fetcher = "dblp_fetcher.main:main"
[tool.poetry.dependencies]
python = "^3.10"
bibtexparser = "^1.4.0"
google-api-python-client = "^2.116.0"
google-api-python-client = "^2.120.0"
google-auth-httplib2 = "^0.2.0"
google-auth-oauthlib = "^1.2.0"
requests = "^2.31.0"
Expand Down

0 comments on commit e0b7c0b

Please sign in to comment.