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 pip-dependencies group with 10 updates #337

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Bumps the pip-dependencies group with 10 updates:

Package From To
grpcio 1.62.0 1.62.1
grpcio-tools 1.62.0 1.62.1
importlib-metadata 7.0.1 7.1.0
jaraco-classes 3.3.1 3.4.0
keyring 24.3.0 25.1.0
pkginfo 1.9.6 1.10.0
pyfakefs 5.3.5 5.4.0
readme-renderer 42.0 43.0
rich 13.7.0 13.7.1
zipp 3.17.0 3.18.1

Updates grpcio from 1.62.0 to 1.62.1

Release notes

Sourced from grpcio's releases.

Release v1.62.1

This is release gRPC Core 1.62.1 (guardian).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Commits
  • 6d7a558 [PSM Interop] Enable affinity_session_drain_test for cpp (v1.62.x backport) (...
  • 98e6cb4 Bump release version 202403071400 (#36073)
  • 18386ea [EventEngine] rm invalid assert (#35953) (#36067)
  • 913fee2 [Interop] Make C++ xDS Interop Client and Server Responsive to SIGTERM (v1.62...
  • c643d2a [Python o11y] Fix readme (v1.62.x backport) (#35993)
  • 73d3157 [Documentation] Backport #35973: Make Bazel requirements installable directly...
  • See full diff in compare view

Updates grpcio-tools from 1.62.0 to 1.62.1

Release notes

Sourced from grpcio-tools's releases.

Release v1.62.1

This is release gRPC Core 1.62.1 (guardian).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Commits
  • 6d7a558 [PSM Interop] Enable affinity_session_drain_test for cpp (v1.62.x backport) (...
  • 98e6cb4 Bump release version 202403071400 (#36073)
  • 18386ea [EventEngine] rm invalid assert (#35953) (#36067)
  • 913fee2 [Interop] Make C++ xDS Interop Client and Server Responsive to SIGTERM (v1.62...
  • c643d2a [Python o11y] Fix readme (v1.62.x backport) (#35993)
  • 73d3157 [Documentation] Backport #35973: Make Bazel requirements installable directly...
  • See full diff in compare view

Updates importlib-metadata from 7.0.1 to 7.1.0

Changelog

Sourced from importlib-metadata's changelog.

v7.1.0

Features

  • python/cpython#114664

Bugfixes

  • Make MetadataPathFinder.find_distributions a classmethod for consistency with CPython. Closes #484. (#484)
  • Allow MetadataPathFinder.invalidate_caches to be called as a classmethod.

v7.0.2

No significant changes.

Commits
  • f5d6b5f Finalize
  • 2ef3b5f Merge commit '1711b2c198'
  • 1711b2c Need to include names from test.support for py312 compat.
  • 47b14ac Make MetadataPathFinder.find_distributions a classmethod for consistency with...
  • adc4b12 Ensure tests do not leak references in sys.modules.
  • 07d894d Copy backport of isolated_modules from importlib_resources.
  • e30a16d Consolidated test support logic in jaraco.test.cpython.
  • 41ca039 Moved compatibility tests to the compat package, as they're not included in C...
  • 5950f43 Remove legacy logic for Python 3.7.
  • ffa719b Moved compatibility module to compat package.
  • Additional commits viewable in compare view

Updates jaraco-classes from 3.3.1 to 3.4.0

Changelog

Sourced from jaraco-classes's changelog.

v3.4.0

Features

  • Better type hints for NonDataProperty. (#13)
Commits

Updates keyring from 24.3.0 to 25.1.0

Changelog

Sourced from keyring's changelog.

v25.1.0

Features

  • Replace ExceptionRaisedContext with ExceptionTrap.

v25.0.1

Bugfixes

  • When completion is unavailable, exit with non-zero status and emit message to stderr. (#671)

v25.0.0

Deprecations and Removals

  • Removed check for config in XDG_DATA_HOME on Linux systems. (#99)
  • In platform config support, remove support for Windows XP, now 10 years sunset.

v24.3.1

Bugfixes

  • Minor fixes to account for emergent typing and linter concerns.
Commits

Updates pkginfo from 1.9.6 to 1.10.0

Updates pyfakefs from 5.3.5 to 5.4.0

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 5.4.0

Improves permission handling, fixes several issues.

Changelog

Sourced from pyfakefs's changelog.

Version 5.4.0 (2024-04-07)

Improves permission handling.

Changes

  • the handling of file permissions under Posix should now mostly match the behavior of the real filesystem, which may change the behavior of some tests
  • removed the argument module_cleanup_mode, that was introduced as a temporary workaround in the previous version - related problems shall be handled using a cleanup handler

Enhancements

  • added support for O_NOFOLLOW and O_DIRECTORY flags in os.open (see #972 and #974)
  • added support for fake os.dup, os.dup2 and os.lseek (see #970)

Fixes

  • fixed a specific problem on reloading a pandas-related module (see #947), added possibility for unload hooks for specific modules
  • use this also to reload django views (see #932)
  • fixed EncodingWarning for Python >= 3.11 (see #957)
  • consider directory ownership while adding or removing directory entries (see #959)
  • fixed handling of directory enumeration and search permissions under Posix systems (see #960)
  • fixed creation of the temp directory in the fake file system after a filesystem reset (see #965)
  • fixed handling of dirfd in os.symlink (see #968)
  • add missing follow_symlink argument to os.link (see #973)
  • fixed handling of missing attribute in os.getxattr (see #971)
  • fixed permission problem with shutil.rmtree if emulating Windows under POSIX (see #979)
  • fixed handling of errors on opening files via file descriptor (see #967)
  • fixed handling of umask - it is now applied by default
  • fixed behavior of os.makedirs (see #987)

Infrastructure

  • replace undefined by own minimal implementation to avoid importing it (see #981)
Commits
  • 708ce71 Release 5.4.0
  • 3b1a99a Avoid EncodingWarning occurring in tests
  • 28a8f41 [pre-commit.ci] pre-commit autoupdate
  • 582abdf [pre-commit.ci] pre-commit autoupdate
  • 0b81b69 Update pre-commit from 3.6.2 to 3.7.0
  • 0805291 Fix behavior of fake os.makedirs
  • 7285b67 [pre-commit.ci] pre-commit autoupdate
  • 47d2d92 Correctly handle closing a file descriptor
  • a1210c9 Fix incorrect exception on opening non-existing directory
  • 071b548 Add support for fake os.dup, os.dup2 and os.lseek
  • Additional commits viewable in compare view

Updates readme-renderer from 42.0 to 43.0

Release notes

Sourced from readme-renderer's releases.

43.0

What's Changed

Full Changelog: pypa/readme_renderer@42.0...43.0

Changelog

Sourced from readme-renderer's changelog.

43.0 (2024-02-26)

  • Allow HTML5 picture tag through cleaner (#299)
  • Test against Python 3.12 (#300)
Commits

Updates rich from 13.7.0 to 13.7.1

Release notes

Sourced from rich's releases.

v13.7.1

Fixes some character widths

[13.7.1] - 2023-02-28

Fixed

Changelog

Sourced from rich's changelog.

[13.7.1] - 2023-02-28

Fixed

Commits

Updates zipp from 3.17.0 to 3.18.1

Changelog

Sourced from zipp's changelog.

v3.18.1

No significant changes.

v3.18.0

Features

  • Bypass ZipFile.namelist in glob for better performance. (#106)
  • Refactored glob functionality to support a more generalized solution with support for platform-specific path separators. (#108)

Bugfixes

  • Add special accounting for pypy when computing the stack level for text encoding warnings. (#114)
Commits
  • bfae834 Finalize
  • 487066e Merge changelog into last release.
  • 4584ee2 Move changelog entry, saved to the wrong location :(
  • 3c06d30 Finalize
  • 48b72b8 Merge pull request #113 from jaraco/feature/glob-perf
  • 171fa98 Add news fragment.
  • ac8ea7a Bypass ZipFile.namelist in glob. Closes #106.
  • 4cceb49 Add special accounting for pypy when computing the stack level for text encod...
  • 2ec3ed8 Add another test at another magnitude.
  • d9bf5aa Fix name generator for width=1
  • Additional commits viewable in compare view

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 <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 pip-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [grpcio](https://github.com/grpc/grpc) | `1.62.0` | `1.62.1` |
| [grpcio-tools](https://github.com/grpc/grpc) | `1.62.0` | `1.62.1` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `7.0.1` | `7.1.0` |
| [jaraco-classes](https://github.com/jaraco/jaraco.classes) | `3.3.1` | `3.4.0` |
| [keyring](https://github.com/jaraco/keyring) | `24.3.0` | `25.1.0` |
| [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) | `1.9.6` | `1.10.0` |
| [pyfakefs](https://github.com/pytest-dev/pyfakefs) | `5.3.5` | `5.4.0` |
| [readme-renderer](https://github.com/pypa/readme_renderer) | `42.0` | `43.0` |
| [rich](https://github.com/Textualize/rich) | `13.7.0` | `13.7.1` |
| [zipp](https://github.com/jaraco/zipp) | `3.17.0` | `3.18.1` |


Updates `grpcio` from 1.62.0 to 1.62.1
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.62.0...v1.62.1)

Updates `grpcio-tools` from 1.62.0 to 1.62.1
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.62.0...v1.62.1)

Updates `importlib-metadata` from 7.0.1 to 7.1.0
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v7.0.1...v7.1.0)

Updates `jaraco-classes` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/jaraco/jaraco.classes/releases)
- [Changelog](https://github.com/jaraco/jaraco.classes/blob/main/NEWS.rst)
- [Commits](jaraco/jaraco.classes@v3.3.1...v3.4.0)

Updates `keyring` from 24.3.0 to 25.1.0
- [Release notes](https://github.com/jaraco/keyring/releases)
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst)
- [Commits](jaraco/keyring@v24.3.0...v25.1.0)

Updates `pkginfo` from 1.9.6 to 1.10.0

Updates `pyfakefs` from 5.3.5 to 5.4.0
- [Release notes](https://github.com/pytest-dev/pyfakefs/releases)
- [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md)
- [Commits](pytest-dev/pyfakefs@v5.3.5...v5.4.0)

Updates `readme-renderer` from 42.0 to 43.0
- [Release notes](https://github.com/pypa/readme_renderer/releases)
- [Changelog](https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst)
- [Commits](pypa/readme_renderer@42.0...43.0)

Updates `rich` from 13.7.0 to 13.7.1
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.7.0...v13.7.1)

Updates `zipp` from 3.17.0 to 3.18.1
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.17.0...v3.18.1)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: grpcio-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: jaraco-classes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: keyring
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
- dependency-name: pkginfo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: pyfakefs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: readme-renderer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: zipp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 8, 2024
@chadlwilson chadlwilson enabled auto-merge (squash) April 8, 2024 15:44
@chadlwilson chadlwilson merged commit b0dd336 into master Apr 8, 2024
11 checks passed
@chadlwilson chadlwilson deleted the dependabot/pip/pip-dependencies-5905643107 branch April 8, 2024 15:50
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
Development

Successfully merging this pull request may close these issues.

1 participant