-
Notifications
You must be signed in to change notification settings - Fork 306
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
chore(deps): update dependency packaging to v23 #1462
Merged
Merged
Conversation
This file contains 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
renovate-bot
force-pushed
the
renovate/all
branch
from
January 12, 2023 17:24
2af699e
to
13ed7f1
Compare
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Jan 12, 2023
product-auto-label
bot
added
the
api: bigquery
Issues related to the googleapis/python-bigquery API.
label
Jan 12, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 12, 2023
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jan 12, 2023
Blocked by #1440 |
parthea
added
the
status: blocked
Resolving the issue is dependent on other work.
label
Jan 12, 2023
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Jan 13, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 13, 2023
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jan 13, 2023
parthea
removed
the
status: blocked
Resolving the issue is dependent on other work.
label
Jan 13, 2023
Wait for #1441 |
parthea
added
the
status: blocked
Resolving the issue is dependent on other work.
label
Jan 13, 2023
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. ⚠ Warning: custom changes will be lost. |
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Jan 18, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 18, 2023
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jan 18, 2023
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Jan 18, 2023
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jan 18, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 18, 2023
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Jan 18, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 18, 2023
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jan 18, 2023
parthea
approved these changes
Jan 18, 2023
abdelmegahedgoogle
pushed a commit
to abdelmegahedgoogle/python-bigquery
that referenced
this pull request
Apr 17, 2023
* chore(deps): update dependency packaging to v23 * bump google-cloud-bigquery Co-authored-by: Anthonios Partheniou <[email protected]> Co-authored-by: aribray <[email protected]>
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.
size: xs
Pull request size is extra small.
status: blocked
Resolving the issue is dependent on other work.
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:
==21.3
->==23.0
Release Notes
pypa/packaging
v23.0
Compare Source
What's Changed
specifiers.BaseSpecifier.filter()
by @henryiii in https://github.com/pypa/packaging/pull/643"extra"
to beNone
in the marker environment by @pradyunsg in https://github.com/pypa/packaging/pull/650New Contributors
Full Changelog: pypa/packaging@22.0...23.0
v22.0
Compare Source
What's Changed
__hash__
/__eq__
to requirements by @abravalheri in https://github.com/pypa/packaging/pull/499setup-python
v3 and use caching for GHA by @brettcannon in https://github.com/pypa/packaging/pull/521actions/*
to their latest major versions by @mayeut in https://github.com/pypa/packaging/pull/557metadata
module with a data class for core metadata by @brettcannon in https://github.com/pypa/packaging/pull/518utils.NormalizedName
by @brettcannon in https://github.com/pypa/packaging/pull/565LegacySpecifier
andLegacyVersion
by @pradyunsg in https://github.com/pypa/packaging/pull/407metadata
,versions
andspecifiers
API documentation tosphinx.ext.autodoc
by @pradyunsg in https://github.com/pypa/packaging/pull/572SpecifierSet.__iter__
by @hauntsaninja in https://github.com/pypa/packaging/pull/575>=5.0.0
by @mayeut in https://github.com/pypa/packaging/pull/586namedtuple
by @layday in https://github.com/pypa/packaging/pull/589Metadata
tostr
by @brettcannon in https://github.com/pypa/packaging/pull/596versionchanged
for 21.3 by @brettcannon in https://github.com/pypa/packaging/pull/599packaging.metadata
by @pradyunsg in https://github.com/pypa/packaging/pull/603New Contributors
Full Changelog: pypa/packaging@21.3...22.0
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.