authzed-py icon indicating copy to clipboard operation
authzed-py copied to clipboard

Bump the pip group across 1 directory with 4 updates

Open dependabot[bot] opened this issue 9 months ago • 0 comments

Bumps the pip group with 4 updates in the / directory: protobuf, googleapis-common-protos, mock and pytest.

Updates protobuf from 5.29.3 to 5.29.4

Commits
  • 1be1c9d Updating version.json and repo version numbers to: 29.4
  • ce59907 Fix Java concurrency issue in feature resolution for old <=3.25.x gencode usi...
  • b89afb4 Upgrade to protobuf-ci v4 (#20584)
  • 236dd7b Merge pull request #20315 from protocolbuffers/updateUbuntu29
  • 5040441 Update ubuntu20 to ubuntu22
  • 7bd872c Merge pull request #20293 from protocolbuffers/29.x-backport-aarch64-runners
  • e401c51 Backport bumps to aarch64 runners
  • 7a63b99 Pin Rust googletest dependency to 0.13.0 (#20141)
  • 7bf3f7b Merge pull request #19927 from protocolbuffers/29.x-202501082100
  • 7f4fcf2 Updating version.json and repo version numbers to: 29.4-dev
  • See full diff in compare view

Updates googleapis-common-protos from 1.68.0 to 1.69.2

Release notes

Sourced from googleapis-common-protos's releases.

googleapis-common-protos: v1.69.2

1.69.2 (2025-03-15)

Bug Fixes

  • Allow protobuf 6.x (b4d4551)
  • remove setup.cfg configuration for creating universal wheels (#13659) (59bfd42)
  • resolve issue where pre-release versions of dependencies are installed (b4d4551)
  • set include in tool.setuptools.packages.find (#13662) (c6a1588)
Commits
  • 5aeda45 chore: release main (#13644)
  • c6a1588 fix: set include in tool.setuptools.packages.find (#13662)
  • a2466af chore: remove google-cloud-resource-settings which is no longer being updated...
  • ae9565a fix: resolve issue where pre-release versions of dependencies are installed (...
  • 59bfd42 fix: remove setup.cfg configuration for creating universal wheels (#13659)
  • c7534a6 build: fix system test (#13658)
  • 8586a8f feat: [google-cloud-compute] Update Compute Engine API to revision 20250302 (...
  • 9e302ca feat: [google-shopping-merchant-datasources] Add a new destinations field (#1...
  • de91574 feat: [google-shopping-merchant-accounts] Add AutomaticImprovements service (...
  • daf198c docs: [google-cloud-eventarc-publishing] Minor documentation improvements (#1...
  • Additional commits viewable in compare view

Updates mock from 5.1.0 to 5.2.0

Changelog

Sourced from mock's changelog.

5.2.0

This is release is in memory of Michael Foord__, who originally authored the mock package and passed away in January 2025.

__ https://discuss.python.org/t/in-memoriam-michael-foord-1974-2025/78317

  • gh-65454: :func:unittest.mock.Mock.attach_mock no longer triggers a call to a PropertyMock being attached.

  • gh-117765: Improved documentation for :func:unittest.mock.patch.dict

  • gh-124176: Add support for :func:dataclasses.dataclass in :func:unittest.mock.create_autospec. Now create_autospec will check for potential dataclasses and use :func:dataclasses.fields function to retrieve the spec information.

  • gh-123934: Fix :class:unittest.mock.MagicMock reseting magic methods return values after .reset_mock(return_value=True) was called.

  • gh-90848: Fixed :func:unittest.mock.create_autospec to configure parent mock with keyword arguments.

  • gh-113569: Indicate if there were no actual calls in unittest :meth:~unittest.mock.Mock.assert_has_calls failure.

  • gh-122858: Deprecate :func:!asyncio.iscoroutinefunction in favor of :func:inspect.iscoroutinefunction.

  • gh-104745: Limit starting a patcher (from :func:unittest.mock.patch or :func:unittest.mock.patch.object) more than once without stopping it

  • gh-75988: Fixed :func:unittest.mock.create_autospec to pass the call through to the wrapped object to return the real result.

  • gh-119600: Fix :func:unittest.mock.patch to not read attributes of the target when new_callable is set. Patch by Robert Collins.

  • gh-113407: Fix import of :mod:unittest.mock when CPython is built without docstrings.

  • gh-120732: Fix name passing to :class:unittest.mock.Mock object when using :func:unittest.mock.create_autospec.

Commits

Updates pytest from 8.3.4 to 8.3.5

Release notes

Sourced from pytest's releases.

8.3.5

pytest 8.3.5 (2025-03-02)

Bug fixes

  • #11777: Fixed issue where sequences were still being shortened even with -vv verbosity.
  • #12888: Fixed broken input when using Python 3.13+ and a libedit build of Python, such as on macOS or with uv-managed Python binaries from the python-build-standalone project. This could manifest e.g. by a broken prompt when using Pdb, or seeing empty inputs with manual usage of input() and suspended capturing.
  • #13026: Fixed AttributeError{.interpreted-text role="class"} crash when using --import-mode=importlib when top-level directory same name as another module of the standard library.
  • #13053: Fixed a regression in pytest 8.3.4 where, when using --import-mode=importlib, a directory containing py file with the same name would cause an ImportError
  • #13083: Fixed issue where pytest could crash if one of the collected directories got removed during collection.

Improved documentation

  • #12842: Added dedicated page about using types with pytest.

    See types{.interpreted-text role="ref"} for detailed usage.

Contributor-facing changes

  • #13112: Fixed selftest failures in test_terminal.py with Pygments >= 2.19.0
  • #13256: Support for Towncrier versions released in 2024 has been re-enabled when building Sphinx docs -- by webknjaz{.interpreted-text role="user"}.
Commits

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

dependabot[bot] avatar Mar 24 '25 12:03 dependabot[bot]