Skip to content
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

Scheduled weekly dependency update for week 27 #759

Merged
merged 14 commits into from
Jul 8, 2024

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Jul 8, 2024

Update bokeh from 3.4.2 to 3.5.0.

Changelog

3.5

--------------------
* bugfixes:
 - 8766 [component: bokehjs] box_select not working as active_drag for gridplot
 - 12638 [component: bokehjs] Make Slider and Image available in BokehJS (JS only)
 - 13515 [component: tests] CI unit-test on Python 3.9 fails systematically 
 - 13623 [component: bokehjs] [BUG] TextAreaInput resizable=False doesn't set resize: none
 - 13720 [component: docs] Explanation is part of the code block in the latex_axis_labels_titles_labels example
 - 13766 [component: bokehjs] [BUG] Dropdown doesnt update properly when .menu changed in 3.4
 - 13771 [component: bokehjs] GMap example not showing glyphs
 - 13787 [component: bokehjs] [BUG] DataTable inside Dialog
 - 13789 [component: docs] [BUG] JS errors on Bokeh docs page
 - 13824 [component: docs] activate pydata-sphinx-theme version banner
 - 13834 [component: build] bokehjs' build fails on Windows with no explanation
 - 13844 [component: build] [BUG] cannot build environment with pixi due to `firefox =>96` constraint
 - 13848 Can't build extensions on Windows
 - 13852 [component: bokehjs] [BUG] <b> and <strong> ignored in tooltips on Firefox
 - 13878 [component: bokehjs] Bokeh.Plotting.figure.circle in bokehjs can't find `x` and `y` in a ColumnDataSource
 - 13894 [component: bokehjs] `Tooltip` is initially attached to the DOM when it shouldn't be
 - 13895 [component: bokehjs] Inner canvas layers need `overflow: hidden` after PR 13863
 - 13897 [component: docs] [BUG] Typing of layouts.gridplot expects wrong type if ncols given
 - 13902 Release build fails after PR 13901
 - 13910 [component: tests] Tests/CI fail due to a regression in requests 2.32.0
 - 13912 [component: bokehjs] [BUG]  Dialog and Datatable don't get along well
 - 13919 [component: bokehjs] [BUG] Bokeh 3.5 no longer allow custom properties for HTMLAttr
 - 13923 [component: bokehjs] `Tooltip.content` doesn't rebuild views on change
 - 13948 [component: docs] Version banner warns about unknown version on latest docs after 3.4.2 release
 - 13951 [component: bokehjs] [BUG] Image Glyph causing tons of unnecessary calls to set_data
 - 13822 [component: docs] remove consecutive "the" and fix typos in touched files
 - 13879 [component: docs] Fix broken example in user guide advanced bokehjs
 - 13884 [component: docs] silence warning in `theme_glyphs.py`
 - 13908 [component: bokehjs] Fix `CartesianFrame`'s position and generalize `rendering_target()`
 - 13926 [component: docs] Remove `blob/main` and `tree/master` from references
 - 13927 [component: docs] update path in readme for server examples 
 - 13939 [component: docs] correct version string to match dev name from switcher.json
 - 13940 [component: bokehjs] Fix initialization of `AjaxDataSource` and add tests

* features:
 - 8289 [component: bokehjs] Permanent labels on Networkx graph
 - 10439 [component: bokehjs] Activate wheel zoom by default with BokehJS
 - 12185 [component: bokehjs] [FEATURE] Legend click events
 - 12759 [component: bokehjs] [FEATURE] Support using CSS Variables in place of colors
 - 13599 [FEATURE] Support formatters when using Template as HoverTool
 - 13646 [FEATURE] Support BoxSelectTool-like range-setting for the RangeTool
 - 13652 [FEATURE] `HTMLLabel` to support `stylesheets` and `css_classes` 
 - 13673 [FEATURE] Add Carbon Theme
 - 13728 [FEATURE] Create option for wheel zoom tool to apply only to subplot nearest to the cursor position
 - 13792 [component: server] [FEATURE] Allow bokeh server embed script to forward credentials
 - 13861 [FEATURE] Support directory upload and clearing inputs from Python for `FileInput` widget
 - 13935 [FEATURE] Allow extensions to register server side events
 - 13936 [component: bokehjs] `AjaxDataSource.if_modified` not implemented
 - 13467 [component: bokehjs] Add scale up boundary to datetimetickformatter
 - 13810 Add support for `BoxAnnotation.inverted`
 - 13890 Add support for server sent bokeh/model/UI events
 - 13906 Add support for resize and drag handles to `BoxAnnotation`

* tasks:
 - 11745 [component: docs] Need examples of callbacks with BokehJS
 - 13791 [component: docs] [DOC] Boxplot example: some whiskers and vbar are rendered slightly asymmetrically and boldly
 - 13831 [component: bokehjs] Tap tool default mode should select+unselect, but not append
 - 13856 [component: build] Move sampledata files to pip/conda installable package
 - 13634 Drop support for Python 3.9 and modernize the codebase
 - 13686 [component: examples] added metadata to spans and strips example
 - 13731 [component: examples] Add metadata to the data_models.py in plotting example
 - 13735 [component: bokehjs] Improve type safety of DOM elements on `core/dom`
 - 13747 [component: build] Upgrade to TypeScript 5.4
 - 13770 [component: bokehjs] Remove legacy font measurement logic
 - 13778 [component: bokehjs] Simplify eslint's configuration
 - 13802 [component: build] Update bokehjs' dependencies and clear dependabot alerts
 - 13839 [component: server] remove unnecessary code from ProtocolHandler.handle
 - 13840 Upgrade to mypy 1.10.0 and ruff 0.4.2
 - 13847 Upgrade CI actions to most recent versions
 - 13860 Remove unused code from `bokeh.models.plots`
 - 13862 [component: bokehjs] Redesign `CartesianFrame` as an internal model/view
 - 13863 [component: bokehjs] Generalize bbox handling in UI views (DOM and canvas)
 - 13877 [component: bokehjs] Replace `PlotView.renderer_view()` with generic `ViewQuery`
 - 13882 Remove old deprecations
 - 13889 [component: docs] Repository cloning issues
 - 13892 Unify definitions of enums in `bokeh.core.enums`
 - 13925 [component: build] Add `http://` to devtools server
 - 13961 Final preparations for 3.5.0 release
Links

Update boto3 from 1.34.136 to 1.34.140.

Changelog

1.34.140

========

* api-change:``acm``: [``botocore``] Documentation updates, including fixes for xml formatting, broken links, and ListCertificates description.
* api-change:``ecr``: [``botocore``] This release for Amazon ECR makes change to bring the SDK into sync with the API.
* api-change:``payment-cryptography-data``: [``botocore``] Added further restrictions on logging of potentially sensitive inputs and outputs.
* api-change:``qbusiness``: [``botocore``] Add personalization to Q Applications. Customers can enable or disable personalization when creating or updating a Q application with the personalization configuration.

1.34.139

========

* api-change:``application-autoscaling``: [``botocore``] Doc only update for Application Auto Scaling that fixes resource name.
* api-change:``directconnect``: [``botocore``] This update includes documentation for support of new native 400 GBps ports for Direct Connect.
* api-change:``organizations``: [``botocore``] Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service.
* api-change:``rekognition``: [``botocore``] This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs.
* api-change:``workspaces``: [``botocore``] Fix create workspace bundle RootStorage/UserStorage to accept non null values

1.34.138

========

* api-change:``ec2``: [``botocore``] Documentation updates for Elastic Compute Cloud (EC2).
* api-change:``fms``: [``botocore``] Increases Customer API's ManagedServiceData length
* api-change:``s3``: [``botocore``] Added response overrides to Head Object requests.

1.34.137

========

* api-change:``apigateway``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``cognito-identity``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``connect``: [``botocore``] Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs.
* api-change:``docdb``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``eks``: [``botocore``] Updates EKS managed node groups to support EC2 Capacity Blocks for ML
* api-change:``payment-cryptography``: [``botocore``] Added further restrictions on logging of potentially sensitive inputs and outputs.
* api-change:``payment-cryptography-data``: [``botocore``] Adding support for dynamic keys for encrypt, decrypt, re-encrypt and translate pin functions.  With this change, customers can use one-time TR-31 keys directly in dataplane operations without the need to first import them into the service.
* api-change:``stepfunctions``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``swf``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``wafv2``: [``botocore``] JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation.
Links

Update botocore from 1.34.136 to 1.34.140.

Changelog

1.34.140

========

* api-change:``acm``: Documentation updates, including fixes for xml formatting, broken links, and ListCertificates description.
* api-change:``ecr``: This release for Amazon ECR makes change to bring the SDK into sync with the API.
* api-change:``payment-cryptography-data``: Added further restrictions on logging of potentially sensitive inputs and outputs.
* api-change:``qbusiness``: Add personalization to Q Applications. Customers can enable or disable personalization when creating or updating a Q application with the personalization configuration.

1.34.139

========

* api-change:``application-autoscaling``: Doc only update for Application Auto Scaling that fixes resource name.
* api-change:``directconnect``: This update includes documentation for support of new native 400 GBps ports for Direct Connect.
* api-change:``organizations``: Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service.
* api-change:``rekognition``: This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs.
* api-change:``workspaces``: Fix create workspace bundle RootStorage/UserStorage to accept non null values

1.34.138

========

* api-change:``ec2``: Documentation updates for Elastic Compute Cloud (EC2).
* api-change:``fms``: Increases Customer API's ManagedServiceData length
* api-change:``s3``: Added response overrides to Head Object requests.

1.34.137

========

* api-change:``apigateway``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``cognito-identity``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``connect``: Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs.
* api-change:``docdb``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``eks``: Updates EKS managed node groups to support EC2 Capacity Blocks for ML
* api-change:``payment-cryptography``: Added further restrictions on logging of potentially sensitive inputs and outputs.
* api-change:``payment-cryptography-data``: Adding support for dynamic keys for encrypt, decrypt, re-encrypt and translate pin functions.  With this change, customers can use one-time TR-31 keys directly in dataplane operations without the need to first import them into the service.
* api-change:``stepfunctions``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``swf``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``wafv2``: JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation.
Links

Update geopandas from 1.0.0 to 1.0.1.

Changelog

1.0.1

Bug fixes:

- Support a named datetime or object dtype index in `explore()` (3360, 3364).
- Fix a regression preventing a Series as an argument for geometric methods (3363)
Links

Update google-api-python-client from 2.135.0 to 2.136.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update humanize from 4.9.0 to 4.10.0.

Changelog

4.10.0

Changed

* Replace deprecated pydocstyle with Ruff and update to Black 2024 style (170) hugovk

Fixed

* Remove shebang from filesize.py (188) mikelolasagasti
* Fix test failures on systems with 32-bit time_t (177) mgorny
* Fix handling of negative time deltas (173) hugovk
* Fix naturaldelta sub second precision (169) wolf1986
* Reword the French translation of very small amount of time (162) arobase-che
* Fix Arabic localization (160) YazeedT
* `metric`: Fix precision format (159) e-nikolov
Links

Update sentry-sdk from 2.7.1 to 2.8.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update tableauhyperapi from 0.0.19484 to 0.0.19691.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update orjson from 3.10.5 to 3.10.6.

Changelog

3.10.6

Changed

- Improve performance.
Links

Update great-expectations from 0.18.17 to 0.18.18.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update scikit-learn from 1.5.0 to 1.5.1.

Changelog

1.5.1

We're happy to announce the 1.5.1 release.

This release contains fixes for a few regressions introduced in 1.5.

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v1.5.html#version-1-5-1

You can upgrade with pip as usual:


pip install -U scikit-learn


The conda-forge builds can be installed using:


conda install -c conda-forge scikit-learn


Thanks to everyone who contributed to this release !
Links

Update pydantic from 2.8.0 to 2.8.2.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update pygwalker from 0.4.9 to 0.4.9.1.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

@bwoodsend bwoodsend merged commit 4e2c4b3 into master Jul 8, 2024
14 checks passed
@bwoodsend bwoodsend deleted the pyup-scheduled-update-2024-07-08 branch July 8, 2024 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants