-
Notifications
You must be signed in to change notification settings - Fork 61
chore(deps): update all dependencies #1031
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
daniel-sanche
approved these changes
Nov 13, 2024
Merge #1091 first |
d8184d3
to
4de3137
Compare
4de3137
to
d11d2bc
Compare
daniel-sanche
approved these changes
May 21, 2025
d11d2bc
to
bae6213
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigtable
Issues related to the googleapis/python-bigtable API.
samples
Issues that are directly related to samples.
size: s
Pull request size is small.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.57.0
->==2.65.0
==2.25.0
->==2.30.1
==2.4.1
->==2.4.3
==2.22.2
->==2.27.1
==1.4.0
->==1.6.4
==5.1.0
->==5.2.0
==1.16.0
->==1.17.0
Release Notes
googleapis/python-bigtable (google-cloud-bigtable)
v2.30.1
Compare Source
Bug Fixes
v2.30.0
Compare Source
Features
Bug Fixes
v2.29.0
Compare Source
Features
Bug Fixes
v2.28.1
Compare Source
Bug Fixes
v2.28.0
Compare Source
Features
v2.27.0
Compare Source
Features
retry
param toTable.read_row
api (#982) (a8286d2)Bug Fixes
v2.26.0
Compare Source
Features
Bug Fixes
Documentation
googleapis/python-cloud-core (google-cloud-core)
v2.4.3
Compare Source
Bug Fixes
v2.4.2
Compare Source
Features
googleapis/google-cloud-python (google-cloud-monitoring)
v2.27.1
Compare Source
v2.27.0
Compare Source
v2.26.0
Compare Source
v2.25.0
Compare Source
v2.24.0
Compare Source
v2.23.1
Compare Source
v2.23.0
Compare Source
googleapis/python-test-utils (google-cloud-testutils)
v1.6.4
Compare Source
Miscellaneous Chores
v1.6.3
Compare Source
Miscellaneous Chores
v1.6.2
Compare Source
Miscellaneous Chores
v1.6.1
Compare Source
Bug Fixes
v1.6.0
Compare Source
Features
test_utils.__version__
(#244) (9655669)v1.5.0
Compare Source
Features
testing-cabal/mock (mock)
v5.2.0
Compare Source
This is release is
in memory of Michael Foord
__, who originally authored themock
packageand 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 callto 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
. Nowcreate_autospec
will checkfor potential dataclasses and use :func:
dataclasses.fields
function toretrieve the spec information.
gh-123934: Fix :class:
unittest.mock.MagicMock
reseting magic methodsreturn values after
.reset_mock(return_value=True)
was called.gh-90848: Fixed :func:
unittest.mock.create_autospec
to configure parentmock 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 itgh-75988: Fixed :func:
unittest.mock.create_autospec
to pass the callthrough to the wrapped object to return the real result.
gh-119600: Fix :func:
unittest.mock.patch
to not read attributes of thetarget when
new_callable
is set. Patch by Robert Collins.gh-113407: Fix import of :mod:
unittest.mock
when CPython is builtwithout docstrings.
gh-120732: Fix
name
passing to :class:unittest.mock.Mock
object whenusing :func:
unittest.mock.create_autospec
.benjaminp/six (six)
v1.17.0
Compare Source
Pull request #388: Remove
URLopener
andFancyURLopener
classes fromurllib.request
when running on Python 3.14 or greater.Pull request #365, issue #283:
six.moves.UserDict
now points toUserDict.IterableUserDict
instead ofUserDict.UserDict
on Python 2.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.