From febfd907fde33ccef061d554550baa1adca66fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 08:51:56 +0100 Subject: [PATCH] Upgrade: Bump the pypi group with 5 updates (#415) * Upgrade: Bump the pypi group with 5 updates Bumps the pypi group with 5 updates: | Package | From | To | | --- | --- | --- | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.115.0` | `2.117.0` | | [streaming-form-data](https://github.com/siddhantgoel/streaming-form-data) | `1.13.0` | `1.14.0` | | [elementpath](https://github.com/sissaschool/elementpath) | `4.1.5` | `4.2.1` | | [certifi](https://github.com/certifi/python-certifi) | `2023.11.17` | `2024.2.2` | | [urllib3](https://github.com/urllib3/urllib3) | `2.1.0` | `2.2.0` | Updates `google-api-python-client` from 2.115.0 to 2.117.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](https://github.com/googleapis/google-api-python-client/compare/v2.115.0...v2.117.0) Updates `streaming-form-data` from 1.13.0 to 1.14.0 - [Changelog](https://github.com/siddhantgoel/streaming-form-data/blob/main/CHANGELOG.md) - [Commits](https://github.com/siddhantgoel/streaming-form-data/compare/v1.13.0...v1.14.0) Updates `elementpath` from 4.1.5 to 4.2.1 - [Release notes](https://github.com/sissaschool/elementpath/releases) - [Changelog](https://github.com/sissaschool/elementpath/blob/master/CHANGELOG.rst) - [Commits](https://github.com/sissaschool/elementpath/compare/v4.1.5...v4.2.1) Updates `certifi` from 2023.11.17 to 2024.2.2 - [Commits](https://github.com/certifi/python-certifi/compare/2023.11.17...2024.02.02) Updates `urllib3` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.1.0...2.2.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pypi - dependency-name: streaming-form-data dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pypi - dependency-name: elementpath dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pypi - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major dependency-group: pypi - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pypi ... Signed-off-by: dependabot[bot] * Update dependabot.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss --- .github/dependabot.yml | 4 ++-- BWBCoverBot/requirements.txt | 2 +- goodreads-scrape/requirements.txt | 2 +- google-books-bot/requirements.txt | 2 +- twitter-borrowbot/requirements.txt | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cf2c5d0..e9af3cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,8 @@ updates: patterns: - "*" # Group all Actions updates into a single larger pull request reviewers: - - cclauss - cdrini + - scottbarnes schedule: interval: weekly day: sunday @@ -19,8 +19,8 @@ updates: patterns: - "*" # Group all PyPI updates into a single larger pull request reviewers: - - cclauss - cdrini + - scottbarnes schedule: interval: weekly day: sunday diff --git a/BWBCoverBot/requirements.txt b/BWBCoverBot/requirements.txt index 672b069..5e63ec7 100644 --- a/BWBCoverBot/requirements.txt +++ b/BWBCoverBot/requirements.txt @@ -2,4 +2,4 @@ # See https://github.com/jamielennox/requests-mock/pull/220 requests_mock@git+https://github.com/jaraco/requests-mock@bugfix-17 sqlmodel -streaming-form-data==1.13.0 # https://github.com/siddhantgoel/streaming-form-data +streaming-form-data==1.14.0 # https://github.com/siddhantgoel/streaming-form-data diff --git a/goodreads-scrape/requirements.txt b/goodreads-scrape/requirements.txt index fd93e0e..20e38c6 100644 --- a/goodreads-scrape/requirements.txt +++ b/goodreads-scrape/requirements.txt @@ -1,5 +1,5 @@ requests==2.31.0 -elementpath==4.1.5 +elementpath==4.2.1 openlibrary-client==0.0.30 openlibrary==0.0.1 openlibrary-api==0.1.0 diff --git a/google-books-bot/requirements.txt b/google-books-bot/requirements.txt index 6aeb6a3..b15e4e1 100644 --- a/google-books-bot/requirements.txt +++ b/google-books-bot/requirements.txt @@ -1,3 +1,3 @@ openlibrary-client==0.0.30 requests==2.31.0 -google-api-python-client==2.115.0 +google-api-python-client==2.117.0 diff --git a/twitter-borrowbot/requirements.txt b/twitter-borrowbot/requirements.txt index caf8051..208454f 100644 --- a/twitter-borrowbot/requirements.txt +++ b/twitter-borrowbot/requirements.txt @@ -1,4 +1,4 @@ -certifi==2023.11.17 +certifi==2024.2.2 chardet==5.2.0 idna==3.6 isbnlib==3.10.14 @@ -9,4 +9,4 @@ requests==2.31.0 requests-oauthlib==1.3.1 six==1.16.0 tweepy==4.14.0 -urllib3==2.1.0 +urllib3==2.2.0