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
dynaconf 3.2.5 -> 3.2.6 age adoption passing confidence
kaleido 0.2.1 -> 0.2.1.post1 age adoption passing confidence
mypy (source, changelog) 1.10.0 -> 1.11.2 age adoption passing confidence
pandas (source) 2.2.2 -> 2.2.3 age adoption passing confidence
plotly (source, changelog) 5.22.0 -> 5.24.1 age adoption passing confidence
psycopg (source, changelog) 3.1.19 -> 3.2.3 age adoption passing confidence
pydantic (changelog) 2.7.4 -> 2.9.2 age adoption passing confidence
pydantic-settings (changelog) 2.3.4 -> 2.5.2 age adoption passing confidence
pylint (changelog) 3.2.3 -> 3.3.1 age adoption passing confidence
ruff (source, changelog) ^0.0.278 -> ^0.6.0 age adoption passing confidence
safety 3.2.7 -> 3.2.8 age adoption passing confidence
slack-sdk 3.29.0 -> 3.33.1 age adoption passing confidence
sqlalchemy (changelog) 2.0.31 -> 2.0.35 age adoption passing confidence
typer (changelog) ^0.9.0 -> ^0.12.0 age adoption passing confidence

Release Notes

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.11.2

Compare Source

v1.11.1

Compare Source

v1.11.0

Compare Source

v1.10.1

Compare Source

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: (2024-09-09)

Compare Source

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.9.0...v2.9.1

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

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

v2.8.0

Compare Source

GitHub release

The code released in v2.8.0 is functionally identical to that of v2.8.0b1.

What's Changed
Packaging
New Features
Changes
Performance
Internal Improvements
Fixes

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 16 times, most recently from 1f9d5d1 to 1f7ca6c Compare September 27, 2024 16:15
@coilysiren
Copy link
Collaborator

Failing with this error right now:

  RuntimeError

  Unable to find installation candidates for kaleido (0.2.1.post1)

  at ~/.local/share/pypoetry/venv/lib/python3.12/site-packages/poetry/installation/chooser.py:74 in choose_for
       70│ 
       71│             links.append(link)
       72│ 
       73│         if not links:
    →  74│             raise RuntimeError(f"Unable to find installation candidates for {package}")
       75│ 
       76│         # Get the best link
       77│         chosen = max(links, key=lambda link: self._sort_key(package, link))
       78│ 

Cannot install kaleido.

  - Installing psycopg (3.2.2)
  - Installing pydantic-settings (2.5.2)
  - Installing pylint (3.3.1)
  - Installing pytest-cov (5.0.0)
  - Installing ruff (0.6.8)
  - Installing safety (3.2.7)
  - Installing slack-sdk (3.33.1)
  - Installing sqlalchemy (2.0.35)
make: *** [Makefile:73: install] Error 1

@renovate renovate bot force-pushed the renovate/analytics branch 11 times, most recently from effcddd to cf17d7f Compare October 1, 2024 18:55
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