This repository was archived by the owner on Mar 6, 2026. It is now read-only.
chore(deps): update all dependencies#1835
Merged
chalmerlowe merged 8 commits intogoogleapis:mainfrom Mar 11, 2024
Merged
Conversation
9de5dd7 to
80ca258
Compare
80ca258 to
b4b38a6
Compare
b4b38a6 to
f8d420d
Compare
618327c to
b70978c
Compare
b543956 to
041e81e
Compare
041e81e to
8470c13
Compare
8470c13 to
e19ff7a
Compare
chalmerlowe
reviewed
Mar 11, 2024
chalmerlowe
suggested changes
Mar 11, 2024
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
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.5->==1.9.6==2.0.2->==2.0.3==23.1.0->==23.2.0==2023.11.17->==2024.2.2==0.14.1->==0.14.3==2.15.0->==2.17.1==2.25.2->==2.28.2==3.14.1->==3.18.0==3.14.1->==3.18.0==1.62.0->==1.63.0==1.60.0->==1.62.1==8.18.1->==8.22.2==3.8.2->==3.8.3==23.2->==24.0==2.1.0->==2.2.1==14.0.1->==15.0.1==3.1.1->==3.1.2==7.4.3->==8.1.1==2.8.2->==2.9.0.post0==2023.3.post1->==2024.1==4.9.0->==4.10.0Release Notes
Toblerity/Fiona (Fiona)
v1.9.6Compare Source
geometry instances are (#1313).
shapely/shapely (Shapely)
v2.0.3Compare Source
oriented_envelopeufunc to accept array-like inputin case of GEOS<3.12 (#1929).
therefore a
numpy<2upper pin was added to the requirements (#1972).python-attrs/attrs (attrs)
v23.2.0Compare Source
Changes
attrs.resolve_types()is now correct.#1141
typing.dataclass_transformto decorate dataclass-like decorators, instead of the non-standard__dataclass_transform__special form, which is only supported by Pyright.#1158
attrs.asdict/astuple()withretain_collection_types=True.#1165
attrs.AttrsInstanceis now atyping.Protocolin both type hints and code.This allows you to subclass it along with another
Protocol.#1172
__attrs_pre_init__accepts more than justself, it will call it with the same arguments as__init__was called.This allows you to, for example, pass arguments to
super().__init__().#1187
functools.cached_propertydecorated methods to support equivalent semantics.#1200
attrs.make_class()to provide additional attributes for newly created classes.It is, for example, now possible to attach methods.
#1203
certifi/python-certifi (certifi)
v2024.2.2Compare Source
geopandas/geopandas (geopandas)
v0.14.3Compare Source
pandas.concatCRS consistency checking where CRS differing by WKTwhitespace only were treated as incompatible (#3023).
v0.14.2Compare Source
overlaywhere usingbuffer(0)instead ofmake_validinternallyproduced invalid results (#3074).
explore()method when the active geometry contains missing and empty geometries (#3094).googleapis/python-api-core (google-api-core)
v2.17.1Compare Source
Bug Fixes
v2.17.0Compare Source
Features
Bug Fixes
v2.16.2Compare Source
Bug Fixes
a,out->amount(#596) (88688b1)v2.16.1Compare Source
Bug Fixes
v2.16.0Compare Source
Features
googleapis/google-auth-library-python (google-auth)
v2.28.2Compare Source
Bug Fixes
v2.28.1Compare Source
Bug Fixes
v2.28.0Compare Source
Features
Bug Fixes
v2.27.0Compare Source
Features
Bug Fixes
v2.26.2Compare Source
Bug Fixes
v2.26.1Compare Source
Bug Fixes
v2.26.0Compare Source
Features
Bug Fixes
googleapis/python-bigquery (google-cloud-bigquery)
v3.18.0Compare Source
Features
insert_rows_from_dataframe(#1816) (ab0cf4c)Bug Fixes
Documentation
client_query_w_named_params.pyto usequery_and_waitAPI (#1782) (89dfcb6)v3.17.2Compare Source
Bug Fixes
Documentation
client_query_destination_table.pysample to usequery_and_wait(#1783) (68ebbe1)query_and_waitinclient_query_w_positional_params.py(#1786) (410f71e)query_and_waitinsamples/client_query_w_timestamp_params.py(#1785) (ba36948)v3.17.1Compare Source
Bug Fixes
v3.17.0Compare Source
Features
Bug Fixes
query_and_waitnow retains unknown query configuration_properties(#1793) (4ba4342)ValueErrorinquery_and_waitwith wrongjob_configtype (4ba4342)Documentation
snippets.pyto usequery_and_wait(#1773) (d90602d)querytoquery and waitin samples/desktopapp/user_credentials.py (#1787) (89f1299)v3.16.0Compare Source
Features
table_constraintsfield to Table model (#1755) (a167f9a)Bug Fixes
v3.15.0Compare Source
Features
insert_rowsand as a scalar query parameter (#1757) (02a7d12)Bug Fixes
Performance Improvements
query_and_waitwhen no job ID is provided (#1747) (d225a94)googleapis/python-api-common-protos (googleapis-common-protos)
v1.63.0Compare Source
Features
api_versionfield toServiceOptionsingoogle/api/client.proto(6f9c4d2)LOCATION_POLICY_VIOLATEDenum toErrorReasoningoogle/api/error_reason.proto(6f9c4d2)rest_reference_documentation_urifield toServiceOptionsingoogle/api/client.proto(6f9c4d2)grpc/grpc (grpcio)
v1.62.1Compare Source
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.
v1.62.0Compare Source
This is release 1.62.0 (guardian) 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
Python
Ruby
v1.60.1Compare Source
This is release gRPC Core 1.60.1 (gjallarhorn).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
Python
ipython/ipython (ipython)
v8.22.2Compare Source
v8.22.1Compare Source
v8.22.0Compare Source
v8.21.0Compare Source
v8.20.0Compare Source
v8.19.0Compare Source
matplotlib/matplotlib (matplotlib)
v3.8.3: REL: v3.8.3Compare Source
This is the third micro release of the 3.8 series.
Highlights of the 3.8.3 release include:
plt.pausepypa/packaging (packaging)
v24.0Compare Source
What's Changed
validatekwarg by @pradyunsg in https://github.com/pypa/packaging/pull/731test_glibc_version_string_ctypes_raise_oserrorifctypesis unavailable by @kevinchang96 in https://github.com/pypa/packaging/pull/741Py_NOGILtoPy_GIL_DISABLEDby @hugovk in https://github.com/pypa/packaging/pull/747New Contributors
Full Changelog: pypa/packaging@23.2...24.0
pandas-dev/pandas (pandas)
v2.2.1: Pandas 2.2.1Compare Source
We are pleased to announce the release of pandas 2.2.1.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes.
Pandas 2.2.1 supports Python 3.9 and higher.
The release will be available on the defaults and conda-forge channels:
Or via PyPI:
Please report any issues with the release on the pandas issue tracker.
Thanks to all the contributors who made this release possible.
v2.2.0Compare Source
v2.1.4: Pandas 2.1.4Compare Source
This is a patch release in the 2.1.x series and includes some regression and bug fixes, and a security fix. We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes.
The release will be available on the defaults and conda-forge channels:
Or via PyPI:
Please report any issues with the release on the pandas issue tracker.
Thanks to all the contributors who made this release possible.
v2.1.3: Pandas 2.1.3Compare Source
This is a patch release in the 2.1.x series and includes some regression and bug fixes, and a security fix. We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes.
The release will be available on the defaults and conda-forge channels:
Or via PyPI:
Please report any issues with the release on the pandas issue tracker.
Thanks to all the contributors who made this release possible.
v2.1.2: Pandas 2.1.2Compare Source
This is a patch release in the 2.1.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes.
The release will be available on the defaults and conda-forge channels:
Or via PyPI:
Please report any issues with the release on the pandas issue tracker.
Thanks to all the contributors who made this release possible.
v2.1.1: Pandas 2.1.1Compare Source
This is a patch release in the 2.1.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes.
The release will be available on the defaults and conda-forge channels:
Or via PyPI:
Please report any issues with the release on the pandas issue tracker.
Thanks to all the contributors who made this release possible.
apache/arrow (pyarrow)
v14.0.2pytest-dev/pytest (pytest)
v8.1.1Compare Source
pytest 8.1.1 (2024-03-08)
::: {.note}
::: {.title}
Note
:::
This release is not a usual bug fix release -- it contains features and improvements, being a follow up
to
8.1.0, which has been yanked from PyPI.:::
Features
#11475: Added the new
consider_namespace_packages{.interpreted-text role="confval"} configuration option, defaulting toFalse.If set to
True, pytest will attempt to identify modules that are part of namespace packages when importing modules.#11653: Added the new
verbosity_test_cases{.interpreted-text role="confval"} configuration option for fine-grained control of test execution verbosity.See
Fine-grained verbosity <pytest.fine_grained_verbosity>{.interpreted-text role="ref"} for more details.Improvements
#10865:
pytest.warns{.interpreted-text role="func"} now validates thatwarnings.warn{.interpreted-text role="func"} was called with a [str]{.title-ref} or a [Warning]{.title-ref}.Currently in Python it is possible to use other types, however this causes an exception when
warnings.filterwarnings{.interpreted-text role="func"} is used to filter those warnings (see CPython #103577 for a discussion).While this can be considered a bug in CPython, we decided to put guards in pytest as the error message produced without this check in place is confusing.
#11311: When using
--override-inifor paths in invocations without a configuration file defined, the current working directory is usedas the relative directory.
Previoulsy this would raise an
AssertionError{.interpreted-text role="class"}.#11475:
--import-mode=importlib <import-mode-importlib>{.interpreted-text role="ref"} now tries to import modules using the standard import mechanism (but still without changing :pysys.path{.interpreted-text role="data"}), falling back to importing modules directly only if that fails.This means that installed packages will be imported under their canonical name if possible first, for example
app.core.models, instead of having the module name always be derived from their path (for example.env310.lib.site_packages.app.core.models).#11801: Added the
iter_parents() <_pytest.nodes.Node.iter_parents>{.interpreted-text role="func"} helper method on nodes.It is similar to
listchain <_pytest.nodes.Node.listchain>{.interpreted-text role="func"}, but goes from bottom to top, and returns an iterator, not a list.#11850: Added support for
sys.last_exc{.interpreted-text role="data"} for post-mortem debugging on Python>=3.12.#11962: In case no other suitable candidates for configuration file are found, a
pyproject.toml(even without a[tool.pytest.ini_options]table) will be considered as the configuration file and define therootdir.#11978: Add
--log-file-modeoption to the logging plugin, enabling appending to log-files. This option accepts either"w"or"a"and defaults to"w".Previously, the mode was hard-coded to be
"w"which truncates the file before logging.#12047: When multiple finalizers of a fixture raise an exception, now all exceptions are reported as an exception group.
Previously, only the first exception was reported.
Bug Fixes
#11475: Fixed regression where
--importmode=importlibwould import non-test modules more than once.#11904: Fixed a regression in pytest 8.0.0 that would cause test collection to fail due to permission errors when using
--pyargs.This change improves the collection tree for tests specified using
--pyargs, see12043{.interpreted-text role="pull"} for a comparison with pytest 8.0 and <8.#12011: Fixed a regression in 8.0.1 whereby
setup_modulexunit-style fixtures are not executed when--doctest-modulesis passed.#12014: Fix the
stacklevelused when warning about marks used on fixtures.#12039: Fixed a regression in
8.0.2where tests created usingtmp_path{.interpreted-text role="fixture"} have been collected multiple times in CI under Windows.Improved Documentation
tmp_pathfixture in more detail.Trivial/Internal Changes
#11785: Some changes were made to private functions which may affect plugins which access them:
FixtureManager._getautousenames()now takes aNodeitself instead of the nodeid.FixtureManager.getfixturedefs()now takes theNodeitself instead of the nodeid._pytest.nodes.iterparentnodeids()function is removed without replacement.Prefer to traverse the node hierarchy itself instead.
If you really need to, copy the function from the previous pytest release.
#12069: Delayed the deprecation of the following features to
9.0.0:node-ctor-fspath-deprecation{.interpreted-text role="ref"}.legacy-path-hooks-deprecated{.interpreted-text role="ref"}.It was discovered after
8.1.0was released that the warnings about the impeding removal were not being displayed, so the team decided to revert the removal.This is the reason for
8.1.0being yanked.pytest 8.1.0 (YANKED)
::: {.note}
::: {.title}
Note
:::
This release has been yanked: it broke some plugins without the proper warning period, due to
some warnings not showing up as expected.
See #12069.
:::
[`
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.