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

Update Analytics #1994

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update Analytics #1994

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
black (changelog) 24.8.0 -> 24.10.0 age adoption passing confidence dev minor
boto3 1.35.56 -> 1.35.57 age adoption passing confidence dependencies patch
boto3-stubs 1.35.56 -> 1.35.57 age adoption passing confidence dependencies patch
dynaconf 3.2.5 -> 3.2.6 age adoption passing confidence dependencies patch
kaleido 0.2.1 -> 0.2.1.post1 age adoption passing confidence dependencies patch
mypy (source, changelog) 1.10.0 -> 1.13.0 age adoption passing confidence dev minor
pandas (source) 2.2.2 -> 2.2.3 age adoption passing confidence dependencies patch
plotly (source, changelog) 5.22.0 -> 5.24.1 age adoption passing confidence dependencies minor
psycopg (source, changelog) 3.1.19 -> 3.2.3 age adoption passing confidence dependencies minor
pydantic (changelog) 2.7.4 -> 2.9.2 age adoption passing confidence dependencies minor
pydantic-settings (changelog) 2.3.4 -> 2.6.1 age adoption passing confidence dependencies minor
pylint (changelog) 3.2.3 -> 3.3.1 age adoption passing confidence dev minor
python ~3.12 -> ~3.13.0 age adoption passing confidence dependencies minor
python 3.12-slim -> 3.13-slim age adoption passing confidence final minor
ruff (source, changelog) ^0.0.278 -> ^0.7.0 age adoption passing confidence dev minor
safety 3.2.7 -> 3.2.10 age adoption passing confidence dev patch
slack-sdk 3.29.0 -> 3.33.3 age adoption passing confidence dependencies minor
sqlalchemy (changelog) 2.0.31 -> 2.0.36 age adoption passing confidence dependencies patch
typer (changelog) ^0.9.0 -> ^0.13.0 age adoption passing confidence dependencies minor

Release Notes

psf/black (black)

v24.10.0

Compare Source

Highlights
  • Black is now officially tested with Python 3.13 and provides Python 3.13
    mypyc-compiled wheels. (#​4436) (#​4449)
  • Black will issue an error when used with Python 3.12.5, due to an upstream memory
    safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please
    use Python 3.12.6 or Python 3.12.4 instead. (#​4447)
  • Black no longer supports running with Python 3.8 (#​4452)
Stable style
  • Fix crashes involving comments in parenthesised return types or X | Y style unions.
    (#​4453)
  • Fix skipping Jupyter cells with unknown %% magic (#​4462)
Preview style
  • Fix type annotation spacing between * and more complex type variable tuple (i.e. def fn(*args: *tuple[*Ts, T]) -> None: pass) (#​4440)
Caching
  • Fix bug where the cache was shared between runs with and without --unstable (#​4466)
Packaging
  • Upgrade version of mypyc used to 1.12 beta (#​4450) (#​4449)
  • blackd now requires a newer version of aiohttp. (#​4451)
Output
  • Added Python target version information on parse error (#​4378)
  • Add information about Black version to internal error messages (#​4457)
boto/boto3 (boto3)

v1.35.57

Compare Source

=======

  • api-change:batch: [botocore] This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment.
  • api-change:bedrock-agent-runtime: [botocore] This release adds trace functionality to Bedrock Prompt Flows
  • api-change:chime-sdk-media-pipelines: [botocore] Added support for Media Capture Pipeline and Media Concatenation Pipeline for customer managed server side encryption. Now Media Capture Pipeline can use IAM sink role to get access to KMS key and encrypt/decrypt recorded artifacts. KMS key ID can also be supplied with encryption context.
  • api-change:controlcatalog: [botocore] AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters
  • api-change:eks: [botocore] Adds new error code Ec2InstanceTypeDoesNotExist for Amazon EKS managed node groups
  • api-change:firehose: [botocore] Amazon Data Firehose / Features : Adds support for a new DeliveryStreamType, DatabaseAsSource. DatabaseAsSource hoses allow customers to stream CDC events from their RDS and Amazon EC2 hosted databases, running MySQL and PostgreSQL database engines, to Iceberg Table destinations.
  • api-change:lambda: [botocore] This release adds support for using AWS KMS customer managed keys to encrypt AWS Lambda .zip deployment packages.
  • api-change:pinpoint-sms-voice-v2: [botocore] Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type.
  • api-change:qbusiness: [botocore] Adds S3 path option to pass group member list for PutGroup API.
dynaconf/dynaconf (dynaconf)

v3.2.6

Compare Source

3.2.6 - 2024-07-19

Bug Fixes
  • Don't instantiate a Settings object for every hook call.
Details

SCENARIO:

With a function as _registered_hooks every time a key is accessed on settings
the function is invoked passing a settings object as first argument.

BEFORE:

The settings passed to the hook was instantiated for every call.

AFTER:

The settings is now a TempSettingsHolder that has no effect on passing
and is instantiated only if accessed.

Saved execution time from 0m49 to 0m3 on a Django openapi spec view.

Full Changelog: dynaconf/dynaconf@3.2.5...3.2.6

plotly/Kaleido (kaleido)

v0.2.1.post1

Compare Source

Adds arm32 support, no changes to other architectures so they aren't published with this tag.

python/mypy (mypy)

v1.13.0

Compare Source

v1.12.1

Compare Source

  • Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR 17961)
  • Fix iteration over union (when self type is involved) (Shantanu, PR 17976)
  • Fix type object with type var default in union context (Jukka Lehtosalo, PR 17991)
  • Revert change to os.path stubs affecting use of os.PathLike[Any] (Shantanu, PR 17995)

v1.12.0

Compare Source

v1.11.2

Compare Source

v1.11.1

Compare Source

v1.11.0

Compare Source

v1.10.1

Compare Source

  • Fix error reporting on cached run after uninstallation of third party library (Shantanu, PR 17420)
pandas-dev/pandas (pandas)

v2.2.3: Pandas 2.2.3

Compare Source

We are pleased to announce the release of pandas 2.2.3.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.
Pandas 2.2.3 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

plotly/plotly.py (plotly)

v5.24.1

Compare Source

Updated
  • Updated Plotly.js from version 2.35.0 to version 2.35.2. See the plotly.js CHANGELOG for more information.

v5.24.0

Compare Source

Added
  • New px functions for maps: scatter_map, line_map, choropleth_map, and density_map.
Updated
  • Updated Plotly.js from version 2.34.0 to version 2.35.0. See the plotly.js CHANGELOG for more information. These changes are reflected in the auto-generated plotly.graph_objects module. Notable changes include:

  • Fixed a bug in integer validation of arrays that threw an error when an array contained a mix of strings and integers.

v5.23.0

Compare Source

Updated
  • Updated Plotly.js from version 2.32.0 to version 2.34.0. See the plotly.js CHANGELOG for more information. These changes are reflected in the auto-generated plotly.graph_objects module. Notable changes include:
    • Add subtitle attribute to layout.title to enable adding subtitles to plots [#​7012]
    • Introduce "u" and "s" pseudo html tags to add partial underline and strike-through styles to SVG text elements [#​7043]
    • Add geometric mean functionality and 'geometric mean ascending' + 'geometric mean descending' to category_order on cartesian axes [#​6223],
      with thanks to @​acxz and @​prabhathc for the contribution!
    • Add axis property ticklabelindex for drawing the label for each minor tick n positions away from a major tick,
      with thanks to @​my-tien for the contribution! [#​7036]
    • Add property ticklabelstandoff and ticklabelshift to cartesian axes to adjust positioning of tick labels,
      with thanks to @​my-tien for the contribution! [#​7006]
    • Add x0shift, x1shift, y0shift, y1shift to shapes to add control over positioning of shape vertices on (multi-)category axes,
      with thanks to @​my-tien for the contribution! [#​7005]
  • Specify Python version 3.8-3.11 for development virtual environments and pin pytest at version 8.1.1 to match.
  • Update IntegerValidator to handle extras option to allow supporting additional keyword values. For example, 'bold' and 'normal' as well as integers as used in font weights [#​4612].
psycopg/psycopg (psycopg)

v3.2.3

Compare Source

v3.2.2

Compare Source

v3.2.1

Compare Source

v3.2.0

Compare Source

v3.1.20

Compare Source

pydantic/pydantic (pydantic)

v2.9.2

Compare Source

GitHub release

What's Changed
Fixes

v2.9.1

Compare Source

GitHub release

What's Changed
Fixes

v2.9.0

Compare Source

GitHub release

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

What's Changed
Packaging
New Features
Changes
Performance
Minor Internal Improvements
Fixes
New Contributors
pydantic
pydantic-core

v2.8.2: (2024-07-03)

Compare Source

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.8.1...v2.8.2

v2.8.1: (2024-07-03)

Compare Source

What's Changed

Packaging
Fixes

New Contributors


Configuration

📅 Schedule: Branch creation - "on the 2nd and 4th day instance on sunday after 9pm" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/analytics branch 15 times, most recently from d5397b8 to eb94a03 Compare May 18, 2024 18:30
@renovate renovate bot force-pushed the renovate/analytics branch 2 times, most recently from ebb2668 to 3f047a5 Compare June 3, 2024 20:09
@renovate renovate bot force-pushed the renovate/analytics branch 2 times, most recently from bb3d54e to b09b9e1 Compare June 7, 2024 15:17
@renovate renovate bot force-pushed the renovate/analytics branch 27 times, most recently from 41e3c8b to b861d71 Compare November 8, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants