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

chore(deps): update minor updates (master) #160

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
astropy 6.1.2 -> 6.1.3 age adoption passing confidence dependencies patch
conda-forge/python (source) 3.12.4 -> 3.12.6 age adoption passing confidence patch
confluent-kafka 2.5.0 -> 2.5.3 age adoption passing confidence dependencies patch
fastavro 1.9.5 -> 1.9.7 age adoption passing confidence dependencies patch
light-curve 0.9.3 -> 0.9.4 age adoption passing confidence dependencies patch
matplotlib 3.9.0 -> 3.9.2 age adoption passing confidence dependencies patch
mypy (source, changelog) ^1.11.1 -> ^1.11.2 age adoption passing confidence dev-dependencies patch
pytest (changelog) ^8.3.2 -> ^8.3.3 age adoption passing confidence dev-dependencies patch
pytest-asyncio (changelog) ^0.23.8 -> ^0.24.0 age adoption passing confidence dev-dependencies minor
scipy (source) 1.14.0 -> 1.14.1 age adoption passing confidence dependencies patch

Release Notes

astropy/astropy (astropy)

v6.1.3

Compare Source

==========================

Bug Fixes

astropy.io.fits
^^^^^^^^^^^^^^^

  • Fix reading zero-width columns such as 0A fields. [#​16894]

  • Ensure that QTable, like Table, can read zero-length string columns,
    and not convert them to length 1 strings. In the process, avoid a needless
    copy of all the data for QTable. [#​16898]

astropy.io.votable
^^^^^^^^^^^^^^^^^^

  • Fix KeyError when parsing certain VOTables. [#​16830]

astropy.modeling
^^^^^^^^^^^^^^^^

  • Fixed the fit_deriv calculations in the Lorentz1D model. [#​16794]

astropy.table
^^^^^^^^^^^^^

  • Pretty-printing of Tables now also works in the presence of zero-length string
    columns (which sometimes are present in FITS tables). [#​16898]

astropy.utils
^^^^^^^^^^^^^

  • Fix the return type for np.broadcast_arrays on a single Masked
    instance: it now correctly returns a 1-element sequence instead of a single
    array, just like would be the case with a regular array. [#​16842]

astropy.wcs
^^^^^^^^^^^

  • Fix a bug where wcs_info_str's results would look different in numpy 2 VS
    numpy 1. [#​16586]

Other Changes and Additions

  • The minimum required version of PyArrow is now v7.0.0. [#​16785]
confluentinc/confluent-kafka-python (confluent-kafka)

v2.5.3

v2.5.3 is a maintenance release with the following fixes and enhancements:

Fixes
  • Fix an assert being triggered during push telemetry call when no metrics matched on the client side.
  • Minor enhancement to JSONDeserializer to retrieve schema from Schema Registry if not provided

confluent-kafka-python is based on librdkafka v2.5.3, see the
librdkafka release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.

fastavro/fastavro (fastavro)

v1.9.7

Compare Source

v1.9.6

Compare Source

light-curve/light-curve-python (light-curve)

v0.9.4

Compare Source

Changed
matplotlib/matplotlib (matplotlib)

v3.9.2: REL: 3.9.2

Compare Source

This is the second bugfix release of the 3.9.x series.

This release contains several bug-fixes and adjustments:

  • Be more resilient to I/O failures when writing font cache
  • Fix nondeterministic behavior with subplot spacing and constrained layout
  • Fix sticky edge tolerance relative to data range
  • Improve formatting of image values in cases of singular norms

Windows wheels now bundle the MSVC runtime DLL statically to avoid inconsistencies with other wheels and random crashes depending on import order.

v3.9.1: REL: 3.9.1

Compare Source

This is the first bugfix release of the 3.9.x series.

This release contains several bug-fixes and adjustments:

  • Add GitHub artifact attestations for sdist and wheels
  • Re-add matplotlib.cm.get_cmap; note this function will still be removed at a later date
  • Allow duplicate backend entry points
  • Fix Axes autoscaling of thin bars at large locations
  • Fix Axes autoscaling with axhspan / axvspan
  • Fix Axes3D autoscaling of Line3DCollection / Poly3DCollection
  • Fix Axes3D mouse interactivity with non-default roll angle
  • Fix box aspect ratios in Axes3D with alternate vertical axis
  • Fix case handling of backends specified as module://...
  • Fix crash with TkAgg on Windows with tk.window_focus: True
  • Fix interactive update of SubFigures
  • Fix interactivity when using the IPython console
  • Fix pickling of AxesWidgets and SubFigures
  • Fix scaling on GTK3Cairo / GTK4Cairo backends
  • Fix text wrapping within SubFigures
  • Promote mpltype Sphinx role to a public extension; note this is only intended for development reasons
python/mypy (mypy)

v1.11.2

Compare Source

pytest-dev/pytest (pytest)

v8.3.3

Compare Source

pytest 8.3.3 (2024-09-09)

Bug fixes

  • #​12446: Avoid calling @property (and other instance descriptors) during fixture discovery -- by asottile{.interpreted-text role="user"}

  • #​12659: Fixed the issue of not displaying assertion failure differences when using the parameter --import-mode=importlib in pytest>=8.1.

  • #​12667: Fixed a regression where type change in [ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to fail.

  • #​12744: Fixed typing compatibility with Python 3.9 or less -- replaced [typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} -- by Avasam{.interpreted-text role="user"}

  • #​12745: Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.

  • #​6682: Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in assert condition, msg).

  • #​9422: Fix bug where disabling the terminal plugin via -p no:terminal would cause crashes related to missing the verbose option.

    -- by GTowers1{.interpreted-text role="user"}

Improved documentation

  • #​12663: Clarify that the [pytest_deselected]{.title-ref} hook should be called from [pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected.
  • #​12678: Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref} example in docs.

Miscellaneous internal changes

  • #​12769: Fix typos discovered by codespell and add codespell to pre-commit hooks.
pytest-dev/pytest-asyncio (pytest-asyncio)

v0.24.0: pytest-asyncio 0.24.0

Compare Source

0.24.0 (2024-08-22)
  • BREAKING: Updated minimum supported pytest version to v8.2.0
  • Adds an optional loop_scope keyword argument to pytest.mark.asyncio. This argument controls which event loop is used to run the marked async test. #​706, #​871
  • Deprecates the optional scope keyword argument to pytest.mark.asyncio for API consistency with pytest_asyncio.fixture. Users are encouraged to use the loop_scope keyword argument, which does exactly the same.
  • Raises an error when passing scope or loop_scope as a positional argument to @pytest.mark.asyncio. #​812
  • Fixes a bug that caused module-scoped async fixtures to fail when reused in other modules #​862 #​668
scipy/scipy (scipy)

v1.14.1: SciPy 1.14.1

Compare Source

SciPy 1.14.1 Release Notes

SciPy 1.14.1 adds support for Python 3.13, including binary
wheels on PyPI. Apart from that, it is a bug-fix release with
no new features compared to 1.14.0.

Authors

  • Name (commits)
  • h-vetinari (1)
  • Evgeni Burovski (1)
  • CJ Carey (2)
  • Lucas Colley (3)
  • Ralf Gommers (3)
  • Melissa Weber Mendonça (1)
  • Andrew Nelson (3)
  • Nick ODell (1)
  • Tyler Reddy (36)
  • Daniel Schmitz (1)
  • Dan Schult (4)
  • Albert Steppi (2)
  • Ewout ter Hoeven (1)
  • Tibor Völcker (2) +
  • Adam Turner (1) +
  • Warren Weckesser (2)
  • ਗਗਨਦੀਪ ਸਿੰਘ (Gagandeep Singh) (1)

A total of 17 people contributed to this release.
People with a "+" by their names contributed a patch for the first time.
This list of names is automatically generated, and may not be fully complete.


Configuration

📅 Schedule: Branch creation - "every 4th week on Thursday before 10am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link
Contributor Author

renovate bot commented Aug 15, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/master-minor-updates branch 3 times, most recently from b672efb to df8c357 Compare August 25, 2024 01:26
@renovate renovate bot force-pushed the renovate/master-minor-updates branch 4 times, most recently from 957149e to 40b668b Compare September 6, 2024 04:19
@renovate renovate bot force-pushed the renovate/master-minor-updates branch 2 times, most recently from d33a66d to 6a5d823 Compare September 11, 2024 01:25
@renovate renovate bot force-pushed the renovate/master-minor-updates branch from 6a5d823 to 42749ba Compare September 11, 2024 05:02
Copy link
Contributor Author

renovate bot commented Sep 12, 2024

Edited/Blocked Notification

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

⚠️ Warning: custom changes will be lost.

@jvansanten jvansanten merged commit 1309dc2 into master Sep 12, 2024
11 checks passed
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.

1 participant