-
Notifications
You must be signed in to change notification settings - Fork 322
chore(deps): update all dependencies #2096
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
91d0dda to
e4bfac4
Compare
Linchin
approved these changes
Jan 2, 2025
lkhagvadorj-amp
pushed a commit
to lkhagvadorj-amp/python-bigquery
that referenced
this pull request
Feb 21, 2025
* chore(deps): update all dependencies * pin attrs===24.2.0 for python 3.7 * pin urllib3===2.2.3 for python 3.8 * pin matplotlib===3.9.2 for python 3.9 --------- Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
samples
Issues that are directly related to samples.
size: m
Pull request size is medium.
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.5.2->==3.5.3==24.2.0->==24.3.0==0.4.0->==0.5.0==0.4.0->==0.5.0==2024.8.30->==2024.12.14==3.4.0->==3.4.1==8.1.7->==8.1.8==3.1.0->==3.2.0==2.23.0->==2.24.0==2.36.0->==2.37.0==1.4.0->==1.5.0==1.68.0->==1.68.1==3.9.2->==3.10.0==3.2.0->==3.2.1==8.3.3->==8.3.4==1.16.0->==1.17.0==2.2.3->==2.3.0Release Notes
kislyuk/argcomplete (argcomplete)
v3.5.3Compare Source
===============================
completions work in older Bash versions (#506)
python-attrs/attrs (attrs)
v24.3.0Compare Source
Backwards-incompatible Changes
#1340
Changes
attrs.NothingType, for annotating types consistent withattrs.NOTHING.#1358
__suppress_context__and__notes__on frozen exceptions.#1365
attrs.converters.optional()works again when takingattrs.converters.pipe()or another Converter as its argument.#1372
copy.replace().#1383
attrs.validators.instance_of()'s type hints now allow for union types.For example:
instance_of(str | int)#1385
googleapis/python-bigquery-magics (bigquery-magics)
v0.5.0Compare Source
Features
%%bqsqlas an alias to the%%bigquerymagic (#72) (03fe1d5)bigquery_magics.context.default_variableoption (#70) (72ed882)certifi/python-certifi (certifi)
v2024.12.14Compare Source
jawah/charset_normalizer (charset-normalizer)
v3.4.1Compare Source
Changed
pyproject.tomlinstead ofsetup.cfgusing setuptools as the build backend.Added
Removed
build-requirements.txtas per usingpyproject.tomlnative build configuration.bin/integration.pyandbin/serve.pyin favor of downstream integration test (see noxfile).setup.cfgin favor ofpyproject.tomlmetadata configuration.utils.range_scanfunction.Fixed
utf_8instead of preferredutf-8. (#572)pallets/click (click)
v8.1.8Compare Source
Unreleased
click.open_file(). :issue:2717click.Pathdisplays onmultiple lines. :issue:
2697""from being displayed inthe help for an option. :issue:
2500:issue:
2705default_map.:issue:
2632click.echo(color=...)passingcolorto coloroma so it can beforced on Windows. :issue:
2606.jazzband/geojson (geojson)
v3.2.0Compare Source
Add support for Python 3.13
Code modernization
RtD bugfix
googleapis/python-api-core (google-api-core)
v2.24.0Compare Source
Features
googleapis/google-auth-library-python (google-auth)
v2.37.0Compare Source
Features
googleapis/python-test-utils (google-cloud-testutils)
v1.5.0Compare Source
Features
grpc/grpc (grpcio)
v1.68.1Compare Source
This is release 1.68.1 (groovy) 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
matplotlib/matplotlib (matplotlib)
v3.10.0: REL: v3.10.0Compare Source
Highlights of this release include:
v3.9.4: REL: 3.9.4Compare Source
This is the fourth bugfix release of the 3.9.x series.
This release contains two bug-fixes:
Poly3DCollectioninitialization with list of listsv3.9.3: REL: 3.9.3Compare Source
This is the third bugfix release of the 3.9.x series.
This release contains several bug-fixes and adjustments:
axlinewith extremely small slopesaxlinewith non-linear axis scalesminimumSizeHintwith Qt backendmacosxbackendedgecolorspassed tocontourfpytest8.2.0pytest-dev/pytest (pytest)
v8.3.4Compare Source
pytest 8.3.4 (2024-12-01)
Bug fixes
#12592: Fixed
KeyError{.interpreted-text role="class"} crash when using--import-mode=importlibin a directory layout where a directory contains a child directory with the same name.#12818: Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the
AST, like executing.#12849: ANSI escape codes for colored output now handled correctly in
pytest.fail{.interpreted-text role="func"} with [pytrace=False]{.title-ref}.#9353:
pytest.approx{.interpreted-text role="func"} now uses strict equality when given booleans.Improved documentation
#10558: Fix ambiguous docstring of
pytest.Config.getoption{.interpreted-text role="func"}.#10829: Improve documentation on the current handling of the
--basetempoption and its lack of retention functionality (temporary directory location and retention{.interpreted-text role="ref"}).#12866: Improved cross-references concerning the
recwarn{.interpreted-text role="fixture"} fixture.#12966: Clarify
filterwarnings{.interpreted-text role="ref"} docs on filter precedence/order when using multiple@pytest.mark.filterwarnings <pytest.mark.filterwarnings ref>{.interpreted-text role="ref"} marks.Contributor-facing changes
benjaminp/six (six)
v1.17.0Compare Source
Pull request #388: Remove
URLopenerandFancyURLopenerclasses fromurllib.requestwhen running on Python 3.14 or greater.Pull request #365, issue #283:
six.moves.UserDictnow points toUserDict.IterableUserDictinstead ofUserDict.UserDicton Python 2.urllib3/urllib3 (urllib3)
v2.3.0Compare Source
==================
Features
HTTPResponse.shutdown()to stop any ongoing or future reads for a specific response. It callsshutdown(SHUT_RD)on the underlying socket. This feature wassponsored by LaunchDarkly <https://opencollective.com/urllib3/contributions/815307>. (#​2868 <https://github.com/urllib3/urllib3/issues/2868>)requests and streaming, and makes it possible to use in Node.js if you launch it as
node --experimental-wasm-stack-switching. (#​3400 <https://github.com/urllib3/urllib3/issues/3400>__)proxy_is_tunnelingproperty toHTTPConnectionandHTTPSConnection. (#​3285 <https://github.com/urllib3/urllib3/issues/3285>__)NewConnectionErrorandNameResolutionError. (#​3480 <https://github.com/urllib3/urllib3/issues/3480>__)Bugfixes
#​3489 <https://github.com/urllib3/urllib3/issues/3489>__)Deprecations and Removals
#​3492 <https://github.com/urllib3/urllib3/issues/3492>__)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.