From df876f649e765d01a38e296b29fb490b356314dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 12:20:29 +0000 Subject: [PATCH] Upgrade: Bump the pypi group across 1 directory with 9 updates Bumps the pypi group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.3` | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.118.0` | `2.134.0` | | [elementpath](https://github.com/sissaschool/elementpath) | `4.3.0` | `4.4.0` | | [lxml](https://github.com/lxml/lxml) | `5.1.0` | `5.2.2` | | [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.6.2` | | [idna](https://github.com/kjd/idna) | `3.6` | `3.7` | | [requests-oauthlib](https://github.com/requests/requests-oauthlib) | `1.3.1` | `2.0.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.1` | `2.2.2` | | [streaming-form-data](https://github.com/siddhantgoel/streaming-form-data) | `1.14.0` | `1.15.0` | Updates `requests` from 2.31.0 to 2.32.3 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.3) Updates `google-api-python-client` from 2.118.0 to 2.134.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.118.0...v2.134.0) Updates `elementpath` from 4.3.0 to 4.4.0 - [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.3.0...v4.4.0) Updates `lxml` from 5.1.0 to 5.2.2 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-5.1.0...lxml-5.2.2) Updates `certifi` from 2024.2.2 to 2024.6.2 - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.06.02) Updates `idna` from 3.6 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) Updates `requests-oauthlib` from 1.3.1 to 2.0.0 - [Release notes](https://github.com/requests/requests-oauthlib/releases) - [Changelog](https://github.com/requests/requests-oauthlib/blob/master/HISTORY.rst) - [Commits](https://github.com/requests/requests-oauthlib/compare/v1.3.1...v2.0.0) Updates `urllib3` from 2.2.1 to 2.2.2 - [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.2.1...2.2.2) Updates `streaming-form-data` from 1.14.0 to 1.15.0 - [Changelog](https://github.com/siddhantgoel/streaming-form-data/blob/main/CHANGELOG.md) - [Commits](https://github.com/siddhantgoel/streaming-form-data/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pypi - dependency-name: google-api-python-client 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: lxml 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-minor dependency-group: pypi - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pypi - dependency-name: requests-oauthlib 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-patch dependency-group: pypi - dependency-name: streaming-form-data dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pypi ... Signed-off-by: dependabot[bot] --- BWBCoverBot/requirements.txt | 2 +- BWBImportBot/requirements.txt | 2 +- goodreads-scrape/requirements.txt | 4 ++-- google-books-bot/requirements.txt | 4 ++-- ia-wishlist-bot/requirements.txt | 2 +- onix-bot/requirements.txt | 4 ++-- twitter-borrowbot/requirements.txt | 10 +++++----- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/BWBCoverBot/requirements.txt b/BWBCoverBot/requirements.txt index 5e63ec74..a3f0f88d 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.14.0 # https://github.com/siddhantgoel/streaming-form-data +streaming-form-data==1.15.0 # https://github.com/siddhantgoel/streaming-form-data diff --git a/BWBImportBot/requirements.txt b/BWBImportBot/requirements.txt index 880ceb59..0db6c92b 100644 --- a/BWBImportBot/requirements.txt +++ b/BWBImportBot/requirements.txt @@ -1,2 +1,2 @@ -requests==2.31.0 +requests==2.32.3 olclient==0.0.20 diff --git a/goodreads-scrape/requirements.txt b/goodreads-scrape/requirements.txt index 57e4f415..19031b44 100644 --- a/goodreads-scrape/requirements.txt +++ b/goodreads-scrape/requirements.txt @@ -1,5 +1,5 @@ -requests==2.31.0 -elementpath==4.3.0 +requests==2.32.3 +elementpath==4.4.0 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 9830388f..20638519 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.118.0 +requests==2.32.3 +google-api-python-client==2.134.0 diff --git a/ia-wishlist-bot/requirements.txt b/ia-wishlist-bot/requirements.txt index ef87393e..3e1f5f10 100644 --- a/ia-wishlist-bot/requirements.txt +++ b/ia-wishlist-bot/requirements.txt @@ -1,4 +1,4 @@ openlibrary_client==0.0.30 ndjson==0.3.1 -requests==2.31.0 +requests==2.32.3 beautifulsoup4==4.12.3 diff --git a/onix-bot/requirements.txt b/onix-bot/requirements.txt index 82b93e40..065d17eb 100644 --- a/onix-bot/requirements.txt +++ b/onix-bot/requirements.txt @@ -1,4 +1,4 @@ -requests==2.31.0 +requests==2.32.3 openlibrary-client==0.0.30 onixcheck==0.9.7 -lxml==5.1.0 +lxml==5.2.2 diff --git a/twitter-borrowbot/requirements.txt b/twitter-borrowbot/requirements.txt index 2f9a194d..84d2c42f 100644 --- a/twitter-borrowbot/requirements.txt +++ b/twitter-borrowbot/requirements.txt @@ -1,12 +1,12 @@ -certifi==2024.2.2 +certifi==2024.6.2 chardet==5.2.0 -idna==3.6 +idna==3.7 isbnlib==3.10.14 oauthlib==3.2.2 PySocks==1.7.1 python-dotenv==1.0.1 -requests==2.31.0 -requests-oauthlib==1.3.1 +requests==2.32.3 +requests-oauthlib==2.0.0 six==1.16.0 tweepy==4.14.0 -urllib3==2.2.1 +urllib3==2.2.2