Skip to content

Commit

Permalink
build(deps): bump google-api-python-client in /dblp-fetcher
Browse files Browse the repository at this point in the history
Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.97.0 to 2.101.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.97.0...v2.101.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent d4b48cb commit af5c946
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.97.0"
google-api-python-client = "^2.101.0"
google-auth-httplib2 = "^0.1.0"
google-auth-oauthlib = "^1.0.0"
requests = "^2.31.0"
Expand Down

0 comments on commit af5c946

Please sign in to comment.