Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 5 updates #5076

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the dependencies group with 5 updates:

Package From To
bcrypt 4.2.0 4.2.1
coverage 7.6.7 7.6.8
google-api-python-client 2.153.0 2.154.0
pydata-google-auth 1.8.2 1.9.0
wheel 0.45.0 0.45.1

Updates bcrypt from 4.2.0 to 4.2.1

Commits
  • 735609d Bump version for 4.2.1 (#914)
  • 137ae46 Bump bcrypt from 0.15.1 to 0.16.0 in /src/_bcrypt (#912)
  • 50bce3f Fix warnings from pyo3 0.23 (#911)
  • 8ea3ef8 Bump pyo3 from 0.22.6 to 0.23.1 in /src/_bcrypt (#909)
  • f7149da Bump libc from 0.2.162 to 0.2.164 in /src/_bcrypt (#910)
  • 037b2e1 Bump cpufeatures from 0.2.14 to 0.2.15 in /src/_bcrypt (#908)
  • b01dbfd Bump libc from 0.2.161 to 0.2.162 in /src/_bcrypt (#907)
  • f865b08 Bump pypa/gh-action-pypi-publish from 1.12.0 to 1.12.2 (#906)
  • 6a4419e Bump pyo3 from 0.22.5 to 0.22.6 in /src/_bcrypt (#905)
  • b08bdb7 Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.0 (#904)
  • Additional commits viewable in compare view

Updates coverage from 7.6.7 to 7.6.8

Changelog

Sourced from coverage's changelog.

Version 7.6.8 — 2024-11-23

  • Fix: the LCOV report code assumed that a branch line that took no branches meant that the entire line was unexecuted. This isn't true in a few cases: the line might always raise an exception, or might have been optimized away. Fixes issue 1896_.

  • Fix: similarly, the HTML report will now explain that a line that jumps to none of its expected destinations must have always raised an exception. Previously, it would say something nonsensical like, "line 4 didn't jump to line 5 because line 4 was never true, and it didn't jump to line 7 because line 4 was always true." This was also shown in issue 1896_.

.. _issue 1896: nedbat/coveragepy#1896

.. _changes_7-6-7:

Commits
  • 6134266 docs: sample HTML for 7.6.8
  • 041f963 docs: prep for 7.6.8
  • 7fe48b6 build: don't search generated report files
  • f219144 docs: start changelog entries with capital letters
  • d1a916a fix: a line that branches nowhere must always raise an exception
  • 2ace7a2 fix: don't assume 'no branches' means 'not executed' #1896
  • 3ed5915 style: all of ci should use underscores
  • 0db86f2 build: automate updating readthedocs
  • 2a89551 chore: make upgrade (not sure why files became absolute)
  • ba9c157 chore: make doc_upgrade
  • Additional commits viewable in compare view

Updates google-api-python-client from 2.153.0 to 2.154.0

Release notes

Sourced from google-api-python-client's releases.

v2.154.0

2.154.0 (2024-11-19)

Features

Bug Fixes

Commits

Updates pydata-google-auth from 1.8.2 to 1.9.0

Release notes

Sourced from pydata-google-auth's releases.

Version 1.9.0

What's Changed

New Contributors

Full Changelog: pydata/pydata-google-auth@1.8.2...1.9.0

Commits
  • 69befbb chore: release 1.9.0 (#78)
  • ef7f02c feat: try colab credentials in get_user_credentials if client_id not spec...
  • 64dc0ea feat: support Python 3.13, drop Python <=3.8 (#77)
  • 4c99fe4 Do not require six on Python 3 (#73)
  • See full diff in compare view

Updates wheel from 0.45.0 to 0.45.1

Release notes

Sourced from wheel's releases.

0.45.1

  • Fixed pure Python wheels converted from eggs and wininst files having the ABI tag in the file name
Changelog

Sourced from wheel's changelog.

Release Notes

0.45.1 (2024-11-23)

  • Fixed pure Python wheels converted from eggs and wininst files having the ABI tag in the file name

0.45.0 (2024-11-08)

  • Refactored the convert command to not need setuptools to be installed

  • Don't configure setuptools logging unless running bdist_wheel

  • Added a redirection from wheel.bdist_wheel.bdist_wheel to setuptools.command.bdist_wheel.bdist_wheel to improve compatibility with setuptools' latest fixes.

    Projects are still advised to migrate away from the deprecated module and import the setuptools' implementation explicitly. (PR by @​abravalheri)

0.44.0 (2024-08-04)

  • Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn)
  • Deprecated the bdist_wheel module, as the code was migrated to setuptools itself

0.43.0 (2024-03-11)

  • Dropped support for Python 3.7
  • Updated vendored packaging to 24.0

0.42.0 (2023-11-26)

  • Allowed removing build tag with wheel tags --build ""
  • Fixed wheel pack and wheel tags writing updated WHEEL fields after a blank line, causing other tools to ignore them
  • Fixed wheel pack and wheel tags writing WHEEL with CRLF line endings or a mix of CRLF and LF
  • Fixed wheel pack --build-number "" not removing build tag from WHEEL (above changes by Benjamin Gilbert)

0.41.3 (2023-10-30)

  • Updated vendored packaging to 23.2
  • Fixed ABI tag generation for CPython 3.13a1 on Windows (PR by Sam Gross)

0.41.2 (2023-08-22)

  • Fixed platform tag detection for GraalPy and 32-bit python running on an aarch64 kernel (PR by Matthieu Darbois)
  • Fixed wheel tags to not list directories in RECORD files

... (truncated)

Commits
  • 7855525 Created a new release
  • d343391 Fixed wrong wheel file names in converted pure-Python eggs/wininsts
  • See full diff in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [bcrypt](https://github.com/pyca/bcrypt) | `4.2.0` | `4.2.1` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.7` | `7.6.8` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.153.0` | `2.154.0` |
| [pydata-google-auth](https://github.com/pydata/pydata-google-auth) | `1.8.2` | `1.9.0` |
| [wheel](https://github.com/pypa/wheel) | `0.45.0` | `0.45.1` |


Updates `bcrypt` from 4.2.0 to 4.2.1
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](pyca/bcrypt@4.2.0...4.2.1)

Updates `coverage` from 7.6.7 to 7.6.8
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.7...7.6.8)

Updates `google-api-python-client` from 2.153.0 to 2.154.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.153.0...v2.154.0)

Updates `pydata-google-auth` from 1.8.2 to 1.9.0
- [Release notes](https://github.com/pydata/pydata-google-auth/releases)
- [Changelog](https://github.com/pydata/pydata-google-auth/blob/main/release-procedure.md)
- [Commits](pydata/pydata-google-auth@1.8.2...1.9.0)

Updates `wheel` from 0.45.0 to 0.45.1
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.45.0...0.45.1)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pydata-google-auth
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: wheel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 25, 2024
@evansd evansd merged commit f03576a into main Nov 27, 2024
5 checks passed
@evansd evansd deleted the dependabot/pip/dependencies-46425595a9 branch November 27, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant