This repository was archived by the owner on Mar 6, 2026. It is now read-only.
chore(deps): update all dependencies#1549
Merged
parthea merged 2 commits intogoogleapis:mainfrom Apr 18, 2023
Merged
Conversation
a10f416 to
af66de5
Compare
af66de5 to
22c1ddd
Compare
22c1ddd to
0de90d9
Compare
0de90d9 to
a8d01ca
Compare
a8d01ca to
44e5293
Compare
44e5293 to
9ecd6fb
Compare
parthea
approved these changes
Apr 18, 2023
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
==1.9.2->==1.9.3==22.2.0->==23.1.0==2.17.2->==2.17.3==1.53.0->==1.54.0==5.0.1->==5.0.2==23.0->==23.1==7.2.2->==7.3.1Release Notes
Toblerity/Fiona
v1.9.3Compare Source
now accepted (#1248).
fault since version 1.9.0. This has been fixed (#1228).
python-attrs/attrs
v23.1.0Compare Source
Backwards-incompatible Changes
#993
Deprecations
The support for zope-interface via the
attrs.validators.providesvalidator is now deprecated and will be removed in, or after, April 2024.The presence of a C-based package in our developement dependencies has caused headaches and we're not under the impression it's used a lot.
Let us know if you're using it and we might publish it as a separate package.
#1120
Changes
attrs.filters.exclude()andattrs.filters.include()now support the passing of attribute names as strings.#1068
attrs.has()andattrs.fields()now handle generic classes correctly.#1079
Fix frozen exception classes when raised within e.g.
contextlib.contextmanager, which mutates their__traceback__attributes.#1081
@frozennow works with type checkers that implement PEP-681 (ex. pyright).#1084
Restored ability to unpickle instances pickled before 22.2.0.
#1085
attrs.asdict()'s andattrs.astuple()'s type stubs now accept theattrs.AttrsInstanceprotocol.#1090
Fix slots class cellvar updating closure in CPython 3.8+ even when
__code__introspection is unavailable.#1092
attrs.resolve_types()can now passinclude_extrastotyping.get_type_hints()on Python 3.9+, and does so by default.#1099
Added instructions for pull request workflow to
CONTRIBUTING.md.#1105
Added type parameter to
attrs.field()function for use withattrs.make_class().Please note that type checkers ignore type metadata passed into
make_class(), but it can be useful if you're wrapping attrs.#1107
It is now possible for
attrs.evolve()(andattr.evolve()) to change fields namedinstif the instance is passed as a positional argument.Passing the instance using the
instkeyword argument is now deprecated and will be removed in, or after, April 2024.#1117
attrs.validators.optional()now also accepts a tuple of validators (in addition to lists of validators).#1122
googleapis/google-auth-library-python
v2.17.3Compare Source
Bug Fixes
grpc/grpc
v1.54.0Compare Source
This is release 1.54.0 (gracious) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
C++
2023012.2. (#32733)5501a1a). (#32687)PHP
Python
testing-cabal/mock
v5.0.2Compare Source
gh-102978: Fixes :func:
unittest.mock.patchnot enforcing functionsignatures for methods decorated with
@classmethodor@staticmethodwhen patch is called withautospec=True.gh-103329: Regression tests for the behaviour of
unittest.mock.PropertyMockwere added.pypa/packaging
v23.1Compare Source
What's Changed
_keyon_BaseVersionby @di in https://github.com/pypa/packaging/pull/669New Contributors
Full Changelog: pypa/packaging@23.0...23.1
pytest-dev/pytest
v7.3.1Compare Source
pytest 7.3.1 (2023-04-14)
Improvements
RuntimeError: TestResult has no addDuration methodwhen runningunittesttests.shutil.rmtree(onerror=...)deprecation warning when usingtmp_path{.interpreted-text role="fixture"}.Bug Fixes
tmp_path{.interpreted-text role="fixture"} and the newtmp_path_retention_policy{.interpreted-text role="confval"} option.INTERNALERROR IndexError: list index out of rangewhich happens when displaying an exception where all entries are hidden.This reverts the change "Correctly handle
__tracebackhide__for chained exceptions." introduced in version 7.3.0.v7.3.0Compare Source
pytest 7.3.0 (2023-04-08)
Features
@classmethodcan now be discovered as tests, following the same rules as normal methods. This fills the gap that static methods were discoverable as tests but not class methods.console_output_style{.interpreted-text role="confval"} now supportsprogress-even-when-capture-noto force the use of the progress output even when capture is disabled. This is useful in large test suites where capture may have significant performance impact.--log-disableCLI option added to disable individual loggers.tmp_path_retention_count{.interpreted-text role="confval"} andtmp_path_retention_policy{.interpreted-text role="confval"} configuration options to control how directories created by thetmp_path{.interpreted-text role="fixture"} fixture are kept.Improvements
ExceptionGroupof them instead of discarding all but the last.-parguments to include spaces (eg:-p no:logginginstead of-pno:logging). Mostly useful in theaddoptssection of the configurationfile.
startandstoptimestamps toTestReportobjects.rootdir,config fileandtestpathsso each has its own line.the hidden text. The line number shown has also been fixed.
Bug Fixes
tmp_path{.interpreted-text role="fixture"} fixture always raisingOSError{.interpreted-text role="class"} onemscriptenplatform due to missingos.getuid{.interpreted-text role="func"}.__tracebackhide__for chained exceptions.Improved Documentation
goodpractices{.interpreted-text role="ref"}:pip install -e .requires aversionentry inpyproject.tomlto run successfully.Trivial/Internal Changes
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 has been generated by Mend Renovate. View repository job log here.