-
Notifications
You must be signed in to change notification settings - Fork 98
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 all pip dependencies (major) #9718
base: master
Are you sure you want to change the base?
Conversation
45f4c3b
to
32a820d
Compare
32a820d
to
f6eb730
Compare
f6eb730
to
71a9d78
Compare
71a9d78
to
97deff4
Compare
97deff4
to
3d7200c
Compare
3d7200c
to
a12a180
Compare
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. |
050802c
to
13654b3
Compare
while switching to use pydantic v2, old `Extra` configuration isn't working anymore, and we need to switch it out Ref: https://docs.pydantic.dev/latest/api/config/#pydantic.config.ConfigDict.validate_assignment
13654b3
to
2f31df4
Compare
cause of breaking changes in pytest 8.2.0, `__init__` of `unittest.TestCase` is called multiple times during collections, and all of the code we have there is causing issue with testing and unittesting move all of it to `setUp`, should be identical since we always run one test method per tests (when unittest is use, when using pytest it's a whole diffent story) Ref: https://docs.pytest.org/en/stable/changelog.html#pytest-8-2-0-2024-04-27
@@ -45,8 +45,8 @@ class LongevityTest(ClusterTester, loader_utils.LoaderUtilsMixin): | |||
Test a Scylla cluster stability over a time period. | |||
""" | |||
|
|||
def __init__(self, *args, **kwargs): # pylint: disable=too-many-statements,too-many-locals,too-many-branches |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to flush this one out from all of the test classes
This PR contains the following updates:
==1.5.7
->==2.3.1
==30.5.0
->==33.1.0
==19.0.0
->==28.1.0
==20.0.0
->==23.2.0
==1.0.0
->==3.1.1
==6.2.3
->==8.1.1
==7.15.0
->==8.17.0
==2.6.0
->==3.2.2
==0.9.3
->==1.2.0
==0.2.1.post1
->==1.1.0
==1.6.0
->==2.2.0
==24.2.0
->==31.0.0
==16.16.0
->==17.1.0
==5.11.1
->==6.1.0
==2.10.1
->==3.1.1
==2.15.0
->==4.0.1
==4.25.5
->==5.29.3
==1.10.13
->==2.10.5
==7.2.0
->==8.3.4
==22.3.0
->==26.2.0
==1.10.0
->==2.1.0
==8.0.1
->==9.0.0
==1.26.20
->==2.3.0
Release Notes
hhatto/autopep8 (autopep8)
v2.3.1
Compare Source
What's Changed
Bug Fix
Enhancement
Full Changelog: hhatto/autopep8@v2.3.0...v2.3.1
v2.3.0
Compare Source
What's Changed
Full Changelog: hhatto/autopep8@v2.2.0...v2.3.0
v2.2.0
Compare Source
What's Changed
Other
Bug Fixes
Full Changelog: hhatto/autopep8@v2.1.2...v2.2.0
v2.1.2
Compare Source
What's Changed
Full Changelog: hhatto/autopep8@v2.1.1...v2.1.2
v2.1.1
Compare Source
What's Changed
Full Changelog: hhatto/autopep8@v2.1.0...v2.1.1
v2.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: hhatto/autopep8@v2.0.4...v2.1.0
v2.0.4
Compare Source
What's Changed
New Contributors
Full Changelog: hhatto/autopep8@v2.0.3...v2.0.4
v2.0.3
Compare Source
What's Changed
New Contributors
Full Changelog: hhatto/autopep8@v2.0.2...v2.0.3
v2.0.2
Compare Source
What's Changed
Full Changelog: hhatto/autopep8@v2.0.1...v2.0.2
v2.0.1
Compare Source
What's Changed
New Contributors
Full Changelog: hhatto/autopep8@v2.0.0...v2.0.1
v2.0.0
Compare Source
version 1.7.1 is yanked.
release version 2.0.0
v1.7.1
Compare Source
What's Changed
auto
value with flake8 config by @hhatto in https://github.com/hhatto/autopep8/pull/653New Contributors
Full Changelog: hhatto/autopep8@v1.7.0...v1.7.1
v1.7.0
Compare Source
Change
New Feature
Bug Fix
What's Changed
New Contributors
Full Changelog: hhatto/autopep8@v1.6.0...v1.7.0
v1.6.0
Compare Source
Change
Buf Fix
--hang-closing
option does not work for non-indented linesAzure/azure-sdk-for-python (azure-mgmt-compute)
v33.1.0
Compare Source
33.1.0 (2024-12-16)
Features Added
v33.0.0
Compare Source
33.0.0 (2024-08-20)
Features Added
Breaking Changes
v32.0.0
Compare Source
32.0.0 (2024-07-22)
Features Added
Breaking Changes
v31.0.0
Compare Source
31.0.0 (2024-04-22)
Features Added
Breaking Changes
v30.6.0
Compare Source
30.6.0 (2024-03-15)
Features Added
Bugs Fixed
seperman/deepdiff (deepdiff)
v8.1.1
Compare Source
Adding Python 3.13 to setup.py
v8.1.0
Compare Source
prefix
option topretty()
v8.0.1
Compare Source
8.0.1 - extra import of numpy is removed
v8.0.0
Compare Source
With the introduction of
threshold_to_diff_deeper
, the values returned are different than in previous versions of DeepDiff. You can still get the older values by settingthreshold_to_diff_deeper=0
. However to signify that enough has changed in this release that the users need to update the parameters passed to DeepDiff, we will be doing a major version update.use_enum_value=True
makes it so when diffing enum, we use the enum's value. It makes it so comparing an enum to a string or any other value is not reported as a type change.threshold_to_diff_deeper=float
is a number between 0 and 1. When comparing dictionaries that have a small intersection of keys, we will report the dictionary as anew_value
instead of reporting individual keys changed. If you set it to zero, you get the same results as DeepDiff 7.0.1 and earlier, which means this feature is disabled. The new default is 0.33 which means if less that one third of keys between dictionaries intersect, report it as a new object.ordered-set
and switched toorderly-set
. Theordered-set
package was not being maintained anymore and starting Python 3.6, there were better options for sets that ordered. I forked one of the new implementations, modified it, and published it asorderly-set
.use_log_scale:bool
andlog_scale_similarity_threshold:float
. They can be used to ignore small changes in numbers by comparing their differences in logarithmic space. This is different than ignoring the difference based on significant digits.iterable_compare_func
is used.v7.0.1
new_path
when thepath
andnew_path
are different (for example when ignore_order=True and the index of items have changed).datetime.date
objects where it treated them as numbers instead of dates (fixes #445).v6.7.1
Can't compare dicts with both single and double quotes in keys
v6.6.0
v6.4.1
Compare Source
Bugfix: Numpy should be optional
v6.4.0
Compare Source
Bobby Morck
zip_ordered_iterables
for forcing iterable items to be compared one by one.v6.3.1
Compare Source
include_paths
for nested dictionaries by kor4ikdatetime.date
by Alex Sauer-Budgev6.3.0
Compare Source
PrefixOrSuffixOperator
: This operator will skip strings that are suffix or prefix of each other.include_obj_callback
andinclude_obj_callback_strict
are added by Håvard Thom.np.float32
nans are not ignored when usingignore_nan_equality
by Noam Gottlieborjson
becomes optional again.ignore_type_in_groups
with numeric values so it does not report number changes when the number types are different.elastic/elasticsearch-py (elasticsearch)
v8.17.0
: 8.17.0Compare Source
8.17.0 (2024-12-13)
allow_partial_search_results
to the Open Point in Time APIkeep_alive
to the Get async search status APIkeep_alive
,pre_filter_shard_size
andscroll
parameters from the Submit async search API. They were never supported.master_timeout
andtimeout
to all autoscaling policy APIsmaster_timeout
to the Alias exists and Get alias APIslist_executed_pipelines
andrequire_data_stream
to Bulk APIinclude_model_definition
to Get trained models APImeta
to Create data frame analytics APIaggs
to Create datafeeds APIallow_no_indices
,expand_wildcards
,ignore_throttled
andignore_unavailable
to Create anomaly detection jobs APIv8.16.0
: 8.16.0Compare Source
8.16.0 (2024-11-12)
BulkIndexError
andScanError
serializable (#2669, contributed by @seagrine)trace
is missing fromopentelemetry
package (#2694, contributed by @nicoloboschi)nodes
parameter in Task management API (contributed by @margaretpearce)data_stream_name
andsettings
to Delete auto-follow pattern APImax_samples_per_key
to Get async EQL status APIlifecycle
and remove unuseddata_retention
anddownsampling parameters
from Put data stream lifecycle APIinclude_remotes
and removeflat_settings
from Cluster stats APIremote_indices
to Create or update application privileges and Create or update roles APIsv8.15.1
: 8.15.1Compare Source
8.15.1 (2024-09-08)
q
parameter to Update by Query APIallow_no_indices
andignore_unavailable
parameters to Resolve index APIv8.15.0
: 8.15.0Compare Source
dry_run
andforce
parameters to the Perform inference APIv8.14.0
: 8.14.0Compare Source
node_pool_class
override (#2581, contributed by @tallakh)retriever
to the Search APIdeprecated
and removedallow_auto_create
from the Create or update component template APIallow_auto_create
,cause
,deprecated
,ignore_missing_component_templates
andmaster_timeout
to the Create or update index template APIcause
, removedflat_settings
andtimeout
from the Create or update index template legacy APIcompletion
andrerank
task types to the Inference APIsquery
andtimeout
parameters to the Perform inference APItyped_keys
to the Search Application Search APIwith_profile_uid
to the Get API key information and Query API key information APIsv8.13.2
: 8.13.2Compare Source
ml.update_trained_model_deployment
APIv8.13.1
: 8.13.1Compare Source
force_synthetic_source
to the Get APIwait_for_completion
to the Create trained model APItyped_keys
to the Query API key information APIv8.13.0
: 8.13.0Compare Source
orjson
(a fast, correct JSON library) serialization support (#2493)text_structure.test_grok_pattern
APIindices.resolve_cluster
APImodel_id
parameter toinference_id
in theinference
APIssynonyms
APIs from experimental to stable.v8.12.1
: 8.12.1Compare Source
v8.12.0
: 8.12.0Compare Source
body
parameter again (see #2383 for details)active_only
parameter tosecurity.get_api_key
APIexpiration
parameter tosecurity.update_api_key
APIv8.11.1
: 8.11.1Compare Source
role_templates
tosecurity.put_role_mapping
APIv8.11.0
: 8.11.0Compare Source
scores
parameter to create trained model vocabulary APIdelete_dest_index
parameter to delete transform APIConfiguration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.