Skip to content

Commit

Permalink
Upgrade: Bump the pypi group with 5 updates (#415)
Browse files Browse the repository at this point in the history
* 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](googleapis/google-api-python-client@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](siddhantgoel/streaming-form-data@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](sissaschool/elementpath@v4.1.5...v4.2.1)

Updates `certifi` from 2023.11.17 to 2024.2.2
- [Commits](certifi/python-certifi@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](urllib3/urllib3@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] <[email protected]>

* Update dependabot.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christian Clauss <[email protected]>
  • Loading branch information
dependabot[bot] and cclauss authored Feb 13, 2024
1 parent 9bcd0ff commit febfd90
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion BWBCoverBot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion goodreads-scrape/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion google-books-bot/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions twitter-borrowbot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
certifi==2023.11.17
certifi==2024.2.2
chardet==5.2.0
idna==3.6
isbnlib==3.10.14
Expand All @@ -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

0 comments on commit febfd90

Please sign in to comment.