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 38 #643

Merged
merged 12 commits into from
Sep 18, 2023

Conversation

pyup-bot
Copy link
Collaborator

Update boto3 from 1.28.44 to 1.28.49.

Changelog

1.28.49

=======

* api-change:``appstream``: [``botocore``] This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
* api-change:``connect``: [``botocore``] New rule type (OnMetricDataUpdate) has been added
* api-change:``datasync``: [``botocore``] Documentation-only updates for AWS DataSync.
* api-change:``sagemaker``: [``botocore``] This release introduces Skip Model Validation for Model Packages

1.28.48

=======

* api-change:``appstream``: [``botocore``] This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
* api-change:``cloudformation``: [``botocore``] Documentation updates for AWS CloudFormation
* api-change:``entityresolution``: [``botocore``] Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields.
* api-change:``lookoutequipment``: [``botocore``] This release adds APIs for the new scheduled retraining feature.

1.28.47

=======

* api-change:``cloud9``: [``botocore``] Update to include information on Ubuntu 18 deprecation.
* api-change:``drs``: [``botocore``] Updated existing APIs and added new ones to support using AWS Elastic Disaster Recovery post-launch actions. Added support for new regions.
* api-change:``firehose``: [``botocore``] DocumentIdOptions has been added for the Amazon OpenSearch destination.
* api-change:``guardduty``: [``botocore``] Add `managementType` field to ListCoverage API response.
* api-change:``internetmonitor``: [``botocore``] This release updates the Amazon CloudWatch Internet Monitor API domain name.
* api-change:``ivs-realtime``: [``botocore``] Doc only update that changes description for ParticipantToken.
* api-change:``simspaceweaver``: [``botocore``] Edited the introductory text for the API reference.
* api-change:``xray``: [``botocore``] Add StartTime field in GetTraceSummaries API response for each TraceSummary.

1.28.46

=======

* api-change:``ec2``: [``botocore``] This release adds support for restricting public sharing of AMIs through AMI Block Public Access
* api-change:``events``: [``botocore``] Update events client to latest version
* api-change:``kendra``: [``botocore``] Amazon Kendra now supports confidence score buckets for retrieved passage results using the Retrieve API.

1.28.45

=======

* api-change:``ecr``: [``botocore``] This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required.
* api-change:``medialive``: [``botocore``] AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow.
* api-change:``quicksight``: [``botocore``] This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules.
Links

Update botocore from 1.31.44 to 1.31.49.

Changelog

1.31.49

=======

* api-change:``appstream``: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
* api-change:``connect``: New rule type (OnMetricDataUpdate) has been added
* api-change:``datasync``: Documentation-only updates for AWS DataSync.
* api-change:``sagemaker``: This release introduces Skip Model Validation for Model Packages

1.31.48

=======

* api-change:``appstream``: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
* api-change:``cloudformation``: Documentation updates for AWS CloudFormation
* api-change:``entityresolution``: Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields.
* api-change:``lookoutequipment``: This release adds APIs for the new scheduled retraining feature.

1.31.47

=======

* api-change:``cloud9``: Update to include information on Ubuntu 18 deprecation.
* api-change:``drs``: Updated existing APIs and added new ones to support using AWS Elastic Disaster Recovery post-launch actions. Added support for new regions.
* api-change:``firehose``: DocumentIdOptions has been added for the Amazon OpenSearch destination.
* api-change:``guardduty``: Add `managementType` field to ListCoverage API response.
* api-change:``internetmonitor``: This release updates the Amazon CloudWatch Internet Monitor API domain name.
* api-change:``ivs-realtime``: Doc only update that changes description for ParticipantToken.
* api-change:``simspaceweaver``: Edited the introductory text for the API reference.
* api-change:``xray``: Add StartTime field in GetTraceSummaries API response for each TraceSummary.

1.31.46

=======

* api-change:``ec2``: This release adds support for restricting public sharing of AMIs through AMI Block Public Access
* api-change:``events``: Update events client to latest version
* api-change:``kendra``: Amazon Kendra now supports confidence score buckets for retrieved passage results using the Retrieve API.

1.31.45

=======

* api-change:``ecr``: This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required.
* api-change:``medialive``: AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow.
* api-change:``quicksight``: This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules.
Links

Update geopandas from 0.13.2 to 0.14.0.

Changelog

0.14

GeoPandas will use Shapely 2.0 by default instead of PyGEOS when both Shapely >= 2.0 and
PyGEOS are installed.  PyGEOS will continue to be used by default when PyGEOS is
installed alongside Shapely < 2.0.  Support for PyGEOS and Shapely < 2.0 will be removed
in GeoPandas 1.0. (2999)

API changes:

- ``seed`` keyword in ``sample_points`` is deprecated. Use ``rng`` instead. (2913).

New methods:

- Added ``concave_hull`` method from shapely to GeoSeries/GeoDataframe (2903).
- Added ``delaunay_triangles`` method from shapely to GeoSeries/GeoDataframe (2907).
- Added ``extract_unique_points`` method from shapely to GeoSeries/GeoDataframe (2915).
- Added ``frechet_distance()`` method from shapely to GeoSeries/GeoDataframe (2929).
- Added ``hausdorff_distance`` method from shapely to GeoSeries/GeoDataframe (2909).
- Added ``minimum_rotated_rectangle`` method from shapely to GeoSeries/GeoDataframe (2541).
- Added ``offset_curve`` method from shapely to GeoSeries/GeoDataframe (2902).
- Added ``remove_repeated_points`` method from shapely to GeoSeries/GeoDataframe (2940).
- Added ``reverse`` method from shapely to GeoSeries/GeoDataframe (2988).
- Added ``segmentize`` method from shapely to GeoSeries/GeoDataFrame (2910).
- Added ``shortest_line`` method from shapely to GeoSeries/GeoDataframe (2960).

New features and improvements:

- Added ``exclusive`` parameter to ``sjoin_nearest`` method for Shapely >= 2.0 (2877)
- The ``to_file()`` method will now automatically detect the FlatGeoBuf driver
for files with the `.fgb` extension (2958)

Bug fixes:

- Fix ambiguous error when GeoDataFrame is initialized with a column called ``"crs"`` (2944)
- Fix a color assignment in ``explore`` when using ``UserDefined`` bins (2923)
- Fix bug in `apply` with `axis=1` where the given user defined function returns nested
data in the geometry column (2959)
- Properly infer schema for ``np.int32`` and ``pd.Int32Dtype`` columns (2950)
- ``assert_geodataframe_equal`` now handles GeoDataFrames with no active geometry (2498)

Notes on (optional) dependencies:

- GeoPandas 0.14 drops support for Python 3.8 and pandas 1.3 and below (the minimum
supported pandas version is now 1.4). Further, the minimum required versions for the
listed dependencies have now changed to shapely 1.8.0, fiona 1.8.21, pyproj 3.3.0 and
matplotlib 3.5.0 (3001)

Deprecations and compatibility notes:

- `geom_almost_equals()` methods have been deprecated and
`geom_equals_exact()` should be used instead (2604).
Links

Update google-api-python-client from 2.98.0 to 2.99.0.

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

Links

Update panel from 1.2.2 to 1.2.3.

Changelog

1.2.3

Date: 2023-09-18

This micro-release primarily fixes some critical regressions that were introduced in the 1.2.2 release, along with some other minor bug fixes. Many thanks for our users for reporting these issues so quickly and monodera, ndmlny-qs, ahuang11, mattpap, Hoxbro and philippjfr for their contributions to the release.

Enhancements

- Add ability to change admin page endpoint ([5447](https://github.com/holoviz/panel/pull/5447))
- Authentication `/logout` endpoint now serves configurable template ([5514](https://github.com/holoviz/panel/pull/5514))
- Add options to sanitize `HTML` panes ([5516](https://github.com/holoviz/panel/pull/5516))

Bug fixes

- Fix regression introduced in 1.2.2 causing issues with periodic callbacks and `--autoreload` ([5490](https://github.com/holoviz/panel/pull/5490))
- Fix regression introduced in 1.2.2 causing issues with authorization callbacks ([5504](https://github.com/holoviz/panel/pull/5504))
- Fix regression introduced in 1.2.2 related to logout redirects ([5484](https://github.com/holoviz/panel/pull/5484))
- Fix extracting `panel convert` requirements from requirements.txt ([5509](https://github.com/holoviz/panel/pull/5509))
- Ensure visibility is applied correctly for all components when initialized as False ([5508](https://github.com/holoviz/panel/pull/5508))
- Fix rendering of backticks in `ReactiveHTML` ([5512](https://github.com/holoviz/panel/pull/5512))
- Ensure Quill `TextEditor` correctly detects selections and renders HTML ([5511](https://github.com/holoviz/panel/pull/5511))
- Fix `Markdown` rendering with the MyST parser ([5497](https://github.com/holoviz/panel/pull/5497))
- Fix OAuth login endpoint when `--prefix` is set ([5492](https://github.com/holoviz/panel/issues/5492))

Documentation

- Update outdated `DateRangeSlider.step` documentation ([5510](https://github.com/holoviz/panel/pull/5510))
Links

Update plotly from 5.16.1 to 5.17.0.

Changelog

5.17.0

Updated
- Improved json docstrings, added `BasePlotlyType.to_json()` method [[4301](https://github.com/plotly/plotly.py/pull/4301)]
- Updated Plotly.js from version 2.25.2 to version 2.26.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2260----2023-08-24) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module. Notable changes include:
- Add "min", "max", "min reversed" and "max reversed" autorange options and handle partial ranges (i.e. one end being null), add `autorangeoptions` (`clipmin`, `clipmax`, `minallowed`, `maxallowed`, `include`) as well as `minallowed` and `maxallowed` to cartesian, gl3d and radial axes [[6547](https://github.com/plotly/plotly.js/pull/6547)]
- Add [n]-sigma (std deviations) box plots as an alternative to quartiles [[6697](https://github.com/plotly/plotly.js/issues/6697)], with thanks to 28raining for the contribution!
- Add "top left" & "top center" side options to legend title [[6711](https://github.com/plotly/plotly.js/pull/6711)], with thanks to 28raining for the contribution!
- Add "false" option to `scaleanchor` to allow removing a constraint that is set by default [[6712](https://github.com/plotly/plotly.js/pull/6712)], with thanks to lvlte for the contribution!


Fixed
- Fixed two issues with px.imshow: [[4330](https://github.com/plotly/plotly.py/issues/4330)] when facet_col is an earlier dimension than animation_frame for xarrays and [[#4329](https://github.com/plotly/plotly.py/issues/4329)] when facet_col has string coordinates in xarrays [[#4331](https://github.com/plotly/plotly.py/pull/4331)]
Links

Update pycryptodome from 3.18.0 to 3.19.0.

Changelog

3.19.0

++++++++++++++++++++++++++

New features
---------------
* The ``update()`` methods of TupleHash128 and TupleHash256 objects
can now hash multiple items (byte strings) at once.
Thanks to Sylvain Pelissier.
* Added support for ECDH, with ``Crypto.Protocol.DH``.

Resolved issues
---------------
* GH754: due to a bug in ``cffi``, do not use it on Windows with Python 3.12+.
Links

Update pycryptodomex from 3.18.0 to 3.19.0.

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

Links

Update pystray from 0.19.4 to 0.19.5.

Changelog

0.19.5

------------------------------------
*  Change image flags to *Pillow* to those actually supported by newer versions
of that library.
*  Correct visibility for *appindicator* backend. Thanks to *Stephan Helma*!
*  Do not stop the icon unless it is running.
*  Correct issue where the icon would become blurry on screen resolution
changes on *Windows*.
Links

Update sentry-sdk from 1.30.0 to 1.31.0.

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

Links

Update great-expectations from 0.17.14 to 0.17.16.

Changelog

0.17.16

* [FEATURE] update data assistant run to take in validator ([8560](https://github.com/great-expectations/great_expectations/pull/8560))
* [FEATURE] Add `DataAssetStore` ([8601](https://github.com/great-expectations/great_expectations/pull/8601))
* [BUGFIX] Missing DataFrame for in-memory Data Assets using GX Cloud ([8682](https://github.com/great-expectations/great_expectations/pull/8682))
* [BUGFIX] Fix FDS auto-complete for Conda installs ([8698](https://github.com/great-expectations/great_expectations/pull/8698))
* [BUGFIX] Assets with persisted data don't get added to in-memory cache ([8699](https://github.com/great-expectations/great_expectations/pull/8699))
* [BUGFIX] Use one inspector for the same engine/execution_engine ([8534](https://github.com/great-expectations/great_expectations/pull/8534))
* [BUGFIX] add try except to redshift regexp resolver ([8707](https://github.com/great-expectations/great_expectations/pull/8707)) (thanks itaise)
* [BUGFIX] Patch `docs_integration` tests failures resulting from context root dir rename ([8720](https://github.com/great-expectations/great_expectations/pull/8720))
* [BUGFIX] Snowflake column name case sensitivity ([8719](https://github.com/great-expectations/great_expectations/pull/8719))
* [DOCS] Relocate Use Great Expectations with Google Cloud Platform and BigQuery ([8696](https://github.com/great-expectations/great_expectations/pull/8696))
* [MAINTENANCE] only build-docs on doc-changes ([8685](https://github.com/great-expectations/great_expectations/pull/8685))
* [MAINTENANCE] Azure Blob Stores `TupleStoreBackend` now supports `credential` string ([8683](https://github.com/great-expectations/great_expectations/pull/8683))
* [MAINTENANCE] Column Descriptive Metrics: Add column types metric ([8687](https://github.com/great-expectations/great_expectations/pull/8687))
* [MAINTENANCE] Column Descriptive Metrics: Add Null Count ([8692](https://github.com/great-expectations/great_expectations/pull/8692))
* [MAINTENANCE] Bump gitpython from 3.1.33 to 3.1.35 in /docs_rtd ([8686](https://github.com/great-expectations/great_expectations/pull/8686))
* [MAINTENANCE] Comprehensive SQL column identifier tests ([8673](https://github.com/great-expectations/great_expectations/pull/8673))
* [MAINTENANCE] Add test case for trino datatypes in onboarding assitant ([8507](https://github.com/great-expectations/great_expectations/pull/8507))
* [MAINTENANCE] Add `get_all` method to Store and StoreBackend APIs ([8702](https://github.com/great-expectations/great_expectations/pull/8702))
* [MAINTENANCE] Change default context root to `gx/` over `great_expectations/` ([8423](https://github.com/great-expectations/great_expectations/pull/8423))
* [MAINTENANCE] Parameterize severity in PagerdutyAction ([8714](https://github.com/great-expectations/great_expectations/pull/8714)) (thanks Sonchaegeon)
* [MAINTENANCE] Column Descriptive Metrics: Make the retriever more resilient to metric failures ([8712](https://github.com/great-expectations/great_expectations/pull/8712))

0.17.15

* [BUGFIX] Databricks tests skipped for Forks ([8662](https://github.com/great-expectations/great_expectations/pull/8662))
* [BUGFIX] Fix backslashes in url path under Windows ([8663](https://github.com/great-expectations/great_expectations/pull/8663)) (thanks MarcelBeining)
* [BUGFIX] Fix validation for `QueryAsset` with `create_temp_table: False` ([8611](https://github.com/great-expectations/great_expectations/pull/8611)) (thanks moatazelmohtaseb)
* [DOCS] Remove .py suffix from URL for module pages ([8649](https://github.com/great-expectations/great_expectations/pull/8649))
* [DOCS] Add redirects for module API docs ([8665](https://github.com/great-expectations/great_expectations/pull/8665))
* [DOCS] Fix Orphaned Pages in Prerequisites Blocks ([8666](https://github.com/great-expectations/great_expectations/pull/8666))
* [MAINTENANCE] Column Descriptive Metrics: Implement cloud data store ([8656](https://github.com/great-expectations/great_expectations/pull/8656))
* [MAINTENANCE] Update team members ([8654](https://github.com/great-expectations/great_expectations/pull/8654))
* [MAINTENANCE] Update GitPython ([8661](https://github.com/great-expectations/great_expectations/pull/8661))
* [MAINTENANCE] Column Descriptive Metrics: Return id from Data Store ([8667](https://github.com/great-expectations/great_expectations/pull/8667))
* [MAINTENANCE] Column Descriptive Metrics: ColumnDescriptiveMetricsAction tests ([8668](https://github.com/great-expectations/great_expectations/pull/8668))
* [MAINTENANCE] Column Descriptive Metrics: Add tests and cleanup ([8669](https://github.com/great-expectations/great_expectations/pull/8669))
* [MAINTENANCE] Column Descriptive Metrics: Fix cloud data store - use pydantic ([8677](https://github.com/great-expectations/great_expectations/pull/8677))
* [MAINTENANCE] Run doc-checks on every PR. ([8678](https://github.com/great-expectations/great_expectations/pull/8678))
* [MAINTENANCE] Column Descriptive Metrics - Additional Table and Column Metrics ([8679](https://github.com/great-expectations/great_expectations/pull/8679))
* [MAINTENANCE] Column Descriptive Metrics: Additional metrics mean median ([8680](https://github.com/great-expectations/great_expectations/pull/8680))
* [MAINTENANCE] Pydantic 2.0 support ([8604](https://github.com/great-expectations/great_expectations/pull/8604))
* [CONTRIB] fixing null eq safe for SQLAlchemy and rendering ([8617](https://github.com/great-expectations/great_expectations/pull/8617)) (thanks karthigaiselvanm)
Links

@bwoodsend bwoodsend merged commit 3a94e85 into master Sep 18, 2023
14 checks passed
@bwoodsend bwoodsend deleted the pyup-scheduled-update-2023-09-18 branch September 18, 2023 21:14
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