Skip to content

Bump google-crc32c from 1.5.0 to 1.7.1 - #5119

Merged
rtibbles merged 1 commit into
unstablefrom
dependabot/pip/google-crc32c-1.7.1
Jun 19, 2025
Merged

Bump google-crc32c from 1.5.0 to 1.7.1#5119
rtibbles merged 1 commit into
unstablefrom
dependabot/pip/google-crc32c-1.7.1

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJun 18, 2025

Copy link
Copy Markdown
Contributor

Bumps google-crc32c from 1.5.0 to 1.7.1.

Release notes

Sourced from google-crc32c's releases.

v1.7.1

1.7.1 (2025-03-25)

Bug Fixes

  • Add Python 3.13 windows wheels (fbb0e26)

v1.7.1rc1

1.7.1rc1 (2025-03-24)

Bug Fixes

  • Add Python 3.13 windows wheels (fbb0e26)

v1.7.0

1.7.0 (2025-03-17)

Features

v1.7.0rc1

1.7.0rc1 (2025-03-17)

Features

v1.6.0

1.6.0 (2024-08-29)

Features

  • Add support for python 3.12 (#177) (5ff1207)
  • Build using Visual Studio 17 2022 instead of Visual Studio 16 2019 (c1c8c59)

Bug Fixes

  • Drop support for python 3.7 and 3.8 (c1c8c59)
  • Drop support for Windows 32bit which is not supported in Visual Studio 17 2022 (c1c8c59)
  • Remove manylinux1 which is no longer supported by PyPA (#186) (79edb3f)

... (truncated)

Changelog

Sourced from google-crc32c's changelog.

1.7.1 (2025-03-25)

Bug Fixes

  • Add Python 3.13 windows wheels (fbb0e26)

1.7.0 (2025-03-17)

Features

1.6.0 (2024-08-29)

Features

  • Add support for python 3.12 (#177) (5ff1207)
  • Build using Visual Studio 17 2022 instead of Visual Studio 16 2019 (c1c8c59)

Bug Fixes

  • Drop support for python 3.7 and 3.8 (c1c8c59)
  • Drop support for Windows 32bit which is not supported in Visual Studio 17 2022 (c1c8c59)
  • Remove manylinux1 which is no longer supported by PyPA (#186) (79edb3f)
Commits
  • 2f190af chore(main): release 1.7.1 (#280)
  • f6f30af build: update dependencies in .kokoro/requirements.txt (#283)
  • e8dfb62 build: update license identifiers in setup.cfg (#281)
  • fbb0e26 build: update windows build script to use trimmed python version (#279)
  • 9a26b14 chore(deps): update all dependencies (#273)
  • 02434cd chore(python): remove unused docs scripts (#271)
  • a63ba55 chore(main): release 1.7.0 (#246)
  • ffede4b build: disable logging in publish_python_wheel.sh (#276)
  • 45f4714 build: update build scripts to prepare for release (#275)
  • 6b918f4 feat: add support for python 3.13 (#239)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [google-crc32c](https://github.com/googleapis/python-crc32c) from 1.5.0 to 1.7.1.
- [Release notes](https://github.com/googleapis/python-crc32c/releases)
- [Changelog](https://github.com/googleapis/python-crc32c/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-crc32c@v1.5.0...v1.7.1)
---
updated-dependencies:
- dependency-name: google-crc32c
dependency-version: 1.7.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 18, 2025

@rtibblesrtibbles left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only changes are adding support for new Python versions. no concerns.

@rtibbles
rtibbles merged commit 86df6e4 into unstableJun 19, 2025
@dependabot
dependabotBot deleted the dependabot/pip/google-crc32c-1.7.1 branch June 19, 2025 00:05
@rtibblesrtibbles self-assigned this Jul 1, 2025
@bjesterbjester mentioned this pull request Aug 14, 2025
@bjesterbjester mentioned this pull request Aug 22, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filepythonPull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@rtibbles