chore(deps): update all dependencies #1412
Merged
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:
==3.27.0
->==3.33.0
==2.28.0
->==2.29.0
==2.19.0
->==3.1.0
==5.1.0
->==5.2.0
==1.29.0
->==1.33.1
==1.7.0
->==1.9.0
==1.29.0
->==1.33.1
==5.29.2
->==6.31.0
==8.3.4
->==8.3.5
3.8
->3.13
3.10
->3.13
Release Notes
googleapis/python-bigquery (google-cloud-bigquery)
v3.33.0
Compare Source
Features
Bug Fixes
entity_type
(#2182) (0217637)v3.32.0
Compare Source
Features
Bug Fixes
query()
now warns whenjob_id
is set and the defaultjob_retry
is ignored (#2167) (ca1798a)v3.31.0
Compare Source
Features
Bug Fixes
to_dataframe
(#1876) (968020d)Dependencies
v3.30.0
Compare Source
Features
Bug Fixes
Client.query(...)
(#2135) (c6d5f8a)Dependencies
load_table_from_dataframe
(#2095) (7603bd7)Documentation
v3.29.0
Compare Source
Features
Bug Fixes
v3.28.0
Compare Source
Features
allowNonIncrementalDefinition
for materialized view (#2084) (3359ef3)SchemaField
(#2097) (aaf1eb8)Bug Fixes
Documentation
googleapis/python-pubsub (google-cloud-pubsub)
v2.29.0
Compare Source
Features
enabled
field for message transforms and adddisabled
field (4363179)Bug Fixes
Documentation
code
in message.google.pubsub.v1.JavaScriptUDF
is changed (4363179)enabled
field for message transforms and adddisabled
field (4363179)googleapis/python-storage (google-cloud-storage)
v3.1.0
Compare Source
Features
v3.0.0
Compare Source
⚠ BREAKING CHANGES
Please consult the README for details on this major version release.
Features
Bug Fixes
Blob.from_string()
andBucket.from_string()
tofrom_uri()
(#1335) (58c1d03)Documentation
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
.open-telemetry/opentelemetry-python (opentelemetry-api)
v1.33.1
: Version 1.33.1/0.54b1Compare Source
This is a patch release on the previous 1.33.0/0.54b0 release, fixing the issue(s) below.
BatchLogRecordProcessor.emit
, this caused the program to crash at shutdown with a max recursion error (#4586).v1.33.0
Compare Source
Connection aborted
error when using otlp/http exporters(#4477)
code.function
->code.function.name
,code.lineno
->code.line.number
,code.filepath
->code.file.path
(#4508)
(#4342)
(#4553)
(#4559)
(#4567)
v1.32.1
: Version 1.32.1/0.53b1Compare Source
This is a patch release on the previous 1.32.0/0.53b0 release, fixing the issue(s) below.
v1.32.0
Compare Source
(#4475)
(#4466)
environment_variables
(#4491)
BaseException
change intrace_api.use_span()
(#4494)
(#4498)
(#4436)
(#4530)
(#4521)
(#4528)
v1.31.1
: Version 1.31.1/0.52b1Compare Source
This is a patch release on the previous 1.31.0/0.52b0 release, fixing the issue(s) below.
BaseException
change intrace_api.use_span()
(#4494)v1.31.0
Compare Source
(#4471)
(#4346)
(#4359)
attribute sets
(#4413)
(#4402)
OTEL_EXPERIMENTAL_RESOURCE_DETECTORS
(#4373)
OTLPSpanExporter
(#4370)
(#4434)
(#4444)
(#4444)
tracecontext-integration-test
gitref tod782773b2cf2fa4afd6a80a93b289d8a74ca894d
(#4448)
trace_api.use_span()
recordBaseException
as well asException
(#4406)
(#4458)
(#4450)
(#4449)
v1.30.0
Compare Source
logging
module handler setup(#4340)
attributes
field inmetrics.get_meter
wrapper function(#4364)
(#4353)
(#4371)
(#4389)
(#4400)
opentelemetry.semconv.attributes.network_attributes.NETWORK_INTERFACE_NAME
introduced by mistake in the wrong module.
(#4391)
(#4361)
(#4337)
GoogleCloudPlatform/opentelemetry-operations-python (opentelemetry-exporter-gcp-trace)
v1.9.0
: releaseCompare Source
What's Changed
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-python@v1.8.0...v1.9.0
v1.8.0
Compare Source
opentelemetry-resourcedetector-gcp
(#362)
(#366)
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-python@v1.7.0...v1.8.0
pytest-dev/pytest (pytest)
v8.3.5
Compare Source
pytest 8.3.5 (2025-03-02)
Bug fixes
-vv
verbosity.libedit
build of Python, such as on macOS or with uv-managed Python binaries from thepython-build-standalone
project. This could manifest e.g. by a broken prompt when usingPdb
, or seeing empty inputs with manual usage ofinput()
and suspended capturing.AttributeError
{.interpreted-text role="class"} crash when using--import-mode=importlib
when top-level directory same name as another module of the standard library.--import-mode=importlib
, a directory containing py file with the same name would cause anImportError
Improved documentation
#12842: Added dedicated page about using types with pytest.
See
types
{.interpreted-text role="ref"} for detailed usage.Contributor-facing changes
test_terminal.py
with Pygments >= 2.19.0when building Sphinx docs -- by
webknjaz
{.interpreted-text role="user"}.actions/python-versions (python)
v3.13.3
: 3.13.3Compare Source
Python 3.13.3
v3.13.2
: 3.13.2Compare Source
Python 3.13.2
v3.13.1
: 3.13.1Compare Source
Python 3.13.1
v3.13.0
: 3.13.0Compare Source
Python 3.13.0
v3.12.10
: 3.12.10Compare Source
Python 3.12.10
v3.12.9
: 3.12.9Compare Source
Python 3.12.9
v3.12.8
: 3.12.8Compare Source
Python 3.12.8
v3.12.7
: 3.12.7Compare Source
Python 3.12.7
v3.12.6
: 3.12.6Compare Source
Python 3.12.6
v3.12.5
: 3.12.5Compare Source
Python 3.12.5
v3.12.4
: 3.12.4Compare Source
Python 3.12.4
v3.12.3
: 3.12.3Compare Source
Python 3.12.3
v3.12.2
: 3.12.2Compare Source
Python 3.12.2
v3.12.1
: 3.12.1Compare Source
Python 3.12.1
v3.12.0
: 3.12.0Compare Source
Python 3.12.0
v3.11.12
: 3.11.12Compare Source
Python 3.11.12
v3.11.11
: 3.11.11Compare Source
Python 3.11.11
v3.11.10
: 3.11.10Compare Source
Python 3.11.10
v3.11.9
: 3.11.9Compare Source
Python 3.11.9
v3.11.8
: 3.11.8Compare Source
Python 3.11.8
v3.11.7
: 3.11.7Compare Source
Python 3.11.7
v3.11.6
: 3.11.6Compare Source
Python 3.11.6
v3.11.5
: 3.11.5Compare Source
Python 3.11.5
v3.11.4
: 3.11.4Compare Source
Python 3.11.4
v3.11.3
: 3.11.3Compare Source
Python 3.11.3
v3.11.2
: 3.11.2Compare Source
Python 3.11.2
v3.11.1
: 3.11.1Compare Source
Python 3.11.1
v3.11.0
: 3.11.0Compare Source
Python 3.11.0
v3.10.17
: 3.10.17Compare Source
Python 3.10.17
v3.10.16
: 3.10.16Compare Source
Python 3.10.16
v3.10.15
: 3.10.15Compare Source
Python 3.10.15
v3.10.14
: 3.10.14Compare Source
Python 3.10.14
v3.10.13
: 3.10.13Compare Source
Python 3.10.13
v3.10.12
: 3.10.12Compare Source
Python 3.10.12
v3.10.11
: 3.10.11Compare Source
Python 3.10.11
v3.10.10
: 3.10.10Compare Source
Python 3.10.10
v3.10.9
: 3.10.9Compare Source
Python 3.10.9
v3.10.8
: 3.10.8Compare Source
Python 3.10.8
v3.10.7
: 3.10.7Compare Source
Python 3.10.7
v3.10.6
: 3.10.6Compare Source
Python 3.10.6
v3.10.5
: 3.10.5Compare Source
Python 3.10.5
v3.10.4
: 3.10.4Compare Source
Python 3.10.4
v3.10.3
: 3.10.3Compare Source
Python 3.10.3
v3.10.2
: 3.10.2Compare Source
Python 3.10.2
v3.10.1
: 3.10.1Compare Source
Python 3.10.1
v3.10.0
: 3.10.0Compare Source
Python 3.10.0
v3.9.22
: 3.9.22Compare Source
Python 3.9.22
v3.9.21
: 3.9.21Compare Source
Python 3.9.21
v3.9.20
: 3.9.20Compare Source
Python 3.9.20
v3.9.19
: 3.9.19Compare Source
Python 3.9.19
v3.9.18
: 3.9.18Compare Source
Python 3.9.18
v3.9.17
: 3.9.17Compare Source
Python 3.9.17
v3.9.16
: 3.9.16Compare Source
Python 3.9.16
v3.9.15
: 3.9.15Compare Source
Python 3.9.15
v3.9.14
: 3.9.14Compare Source
Python 3.9.14
[
v3.9.13
](https://redirect.github.com/actionConfiguration
📅 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.