Bump the python-packages group across 1 directory with 6 updates #225
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.
Bumps the python-packages group with 6 updates in the /operator directory:
29.0.0
30.1.0
13.7.1
13.8.0
23.3.0
24.4.0
0.16.0
0.20.0
1.10.17
2.9.1
0.3.7
0.6.4
Updates
kubernetes
from 29.0.0 to 30.1.0Release notes
Sourced from kubernetes's releases.
... (truncated)
Changelog
Sourced from kubernetes's changelog.
... (truncated)
Commits
6b6201d
Merge pull request #2244 from yliaog/automated-release-of-30.1.0-upstream-rel...58e29d0
updated compatibility matrix and maintenance status9ca7bbe
generated client change2fb261c
update changelogbf4e931
update version constants for 30.1.0 releasebc977b4
Merge pull request #2241 from yliaog/automated-release-of-30.1.0b1-upstream-r...f1322af
updated compatibility matrix in README5c5d700
generated client change9dabf68
update changelog8870b6a
update version constants for 30.1.0b1 releaseUpdates
rich
from 13.7.1 to 13.8.0Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
Commits
9ec4191
Merge pull request #3473 from Textualize/bump13809c74f03
bump to v13.8.0dc7a195
Merge pull request #3472 from Textualize/fix-bad-dataclassc938830
changelog6055e2d
fix for missing field in dataclassb6f2f7a
Merge pull request #3454 from subrat-lima/masterb1397be
Merge pull request #3455 from jjhelmus/dataclasses_3.13035f3ea
Merge pull request #3452 from sbraz/typos_examplesd6abebd
Merge branch 'master' into dataclasses_3.131b2dada
Merge pull request #3471 from Textualize/fix-append-tokensUpdates
structlog
from 23.3.0 to 24.4.0Release notes
Sourced from structlog's releases.
... (truncated)
Changelog
Sourced from structlog's changelog.
... (truncated)
Commits
42fca8c
Prepare 24.4.03911ff0
Fix PyPI READMEd4f9b0e
docs/RTD: fetch tagsd4ea660
Improve RTD and run Cog on docs build (#632)81b1d44
Start new development cycle320e61a
Prepare 24.3.04699e09
docs: fix linksc9b7d06
docs: try adding empty lines (#631)abad3f3
More blooping6b1f912
docs: remove blooperUpdates
prometheus-client
from 0.16.0 to 0.20.0Release notes
Sourced from prometheus-client's releases.
Commits
7a80f00
Release 0.20.06ae7737
wsgi server: address family discovery is not quite right (#1006)1f8ceb7
Reset counter (#1005)b9edc43
Enable graceful shutdown for start_{http,wsgi}_server (#999)9dd6b0d
Update OpenMetrics Content Type to 1.0.0 (#997)998d8af
Update documentation and code warning for remove and clear in multi-process m...147c9d1
Update documentation for disabling _created metrics (#992)2dcd17e
Release 0.19.0d8306b7
Merge pull request #980 from prometheus/fix-doc-site-build2fcdfa6
Remove public/api check copied from client_javaUpdates
pydantic
from 1.10.17 to 2.9.1Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
ecc5275
bump2c61bfd
Fix evaluation of stringified annotations during namespace inspection (#10347)3d364cb
Use correct types namespace when building namedtuple core schemas (#10337)2746ccb
FixIncEx
type alias definition (#10339)b32d410
Turntzdata
install requirement into optionaltimezone
dependency (#10331)7d857eb
Fixingannotated-types
bound (#10327)07cbe50
FixPredicate
issue inv2.9.0
(#10321)ed92d0a
Prep for v2.9 release (#10311)eecde7b
Fix lifecycle docs formatting (#10309)447879b
Add schema generation benchmarks for models with custom serializers (#10290)Updates
ruff
from 0.3.7 to 0.6.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
65cc6ec
Bump version to 0.6.4 (#13253)66fe226
[red-knot] fix lookup of nonlocal names in deferred annotations (#13236)e965f9c
[red-knot] InferUnknown
for the loop var inasync for
loops (#13243)0512428
[red-knot] Emit a diagnostic if the value of a starred expression or a `yield...46a4573
[red-knot] Add type inference for basicfor
loops (#13195)5728909
Make mypy pass on black inknot_benchmark
(#13235)9d1bd7a
[pylint] removed dunder methods in Python 3 (PLW3201) (#13194)e37bde4
[ruff] implement useless if-else (RUF034) (