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

Bump the dev-dependencies group across 1 directory with 4 updates #43

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Updates the requirements on ophyd-async, databroker[client], matplotlib and tiled to permit the latest version.
Updates ophyd-async from 0.4.0 to 0.7.0

Release notes

Sourced from ophyd-async's releases.

v0.7.0

What's Changed

New Contributors

Full Changelog: bluesky/ophyd-async@v0.6.0...v0.7.0

v0.7.0a1

What's Changed

New Contributors

Full Changelog: bluesky/ophyd-async@v0.6.0...v0.7.0a1

v0.6.0

What's Changed

... (truncated)

Commits
  • 3e74761 with DeviceCollector doesn't work in plans, so error rather than hang (#612)
  • 72c61ad add Capture mode signal to Panda DataBlock (#604)
  • 1559aa0 Tango support (#437)
  • e291396 Rename core classes (#577)
  • ef2a116 added number_of_frames instead of iterations (#581)
  • 55f3552 Remove config sigs kwarg from flyer since use case for them was unclear. (#593)
  • e7cef5b Simplify ad standard det tests (#592)
  • c9c70ba Reset completed iterations counter to 0 once target iterations are reached an...
  • 8af94c9 Make table subclass enums be sequence enum rather than numpy string (#579)
  • 1007da7 fixed typos (#589)
  • Additional commits viewable in compare view

Updates databroker[client] from 2.0.0b17 to 2.0.0b52

Release notes

Sourced from databroker[client]'s releases.

v2.0.0b52

What's Changed

Full Changelog: bluesky/databroker@v2.0.0b51...v2.0.0b52

v2.0.0b51

What's Changed

Full Changelog: bluesky/databroker@v2.0.0b50...v2.0.0b51

v2.0.0b50

What's Changed

Full Changelog: bluesky/databroker@v2.0.0b49...v2.0.0b50

v2.0.0b49

What's Changed

Full Changelog: bluesky/databroker@v2.0.0b48...v2.0.0b49

v2.0.0b48

Update for changes to Starlette and Tiled

v2.0.0b47

Update Tiled container to v0.1.0b7

Add mongoquery as a server dependency

This addresses a bug caught in production, where the databroker container image is missing this dependency. It comes up in situations when a ScanID is mixed with other query types.

What's Changed

Full Changelog: bluesky/databroker@v2.0.0b45...v2.0.0b46

v2.0.0b45

Bug fix for numpy 2.0

v2.0.0b44

Bump version of Tiled to v0.1.0b4, the first release to support Numpy 2.0.

... (truncated)

Commits

Updates matplotlib to 3.9.2

Release notes

Sourced from matplotlib's releases.

REL: 3.9.2

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.

Commits
  • a254b68 REL: 3.9.2
  • 056f307 DOC: Create release notes for 3.9.2
  • 8d867ce Merge branch 'v3.9.1-doc' into v3.9.x
  • 7be8675 Merge pull request #28687 from QuLogic/static-msvc
  • 3ed3d7b Merge pull request #28695 from meeseeksmachine/auto-backport-of-pr-27797-on-v...
  • 8a62afa BLD: Include MSVCP140 runtime statically
  • 81be26f Merge pull request #28688 from QuLogic/auto-backport-of-pr-28668-on-v3.9.x
  • d88a582 Backport PR #27797: DOC: Use video files for saving animations
  • e3159ba Merge pull request #28692 from meeseeksmachine/auto-backport-of-pr-28632-on-v...
  • 465401e Backport PR #28632: DOC: Tell sphinx-gallery to link mpl_toolkits from our build
  • Additional commits viewable in compare view

Updates tiled from 0.1.0a91 to 0.1.0b10

Release notes

Sourced from tiled's releases.

v0.1.0b10

What's Changed

Full Changelog: bluesky/tiled@v0.1.0b9...v0.1.0b10

v0.1.0b9

What's Changed

Full Changelog: bluesky/tiled@v0.1.0b8...v0.1.0b9

v0.1.0b8

What's Changed

Full Changelog: bluesky/tiled@v0.1.0b7...v0.1.0b8

v0.1.0b7

What's Changed

New Contributors

Full Changelog: bluesky/tiled@v0.1.0b6...v0.1.0b7

💉 Add OCI standard container health checks to run Tiled on Kubernetes

What's Changed

Full Changelog: bluesky/tiled@v0.1.0b5...v0.1.0b6

v0.1.0b5

Added

Fixed

... (truncated)

Changelog

Sourced from tiled's changelog.

v0.1.0b10 (2024-10-11)

  • Add kwarg to client logout to auto-clear default identity.
  • Do not automatically enter username if default identity is used.
  • Add API route and Python client method enabling admins to reokve API keys belonging to any user or service.

v0.1.0b9 (2024-09-19)

Added

  • Added support for explicit units in numpy datetime64 dtypes.

Fixed

  • Follow-up fix to compatibility with Starlette v0.38.0
  • Adapt to change in dask public API in dask 2024.9.0.

v0.1.0b8 (2024-09-06)

Fixed

  • Compatibility with a change in Starlette v0.38.0

v0.1.0b7 (2024-08-20)

Added

  • Add method to TableAdapter which accepts a Python dictionary.
  • Added an Arrow adapter which supports reading/writing arrow tables via RecordBatchFileReader/RecordBatchFileWriter.

Changed

  • Make tiled.client accept a Python dictionary when fed to write_dataframe().
  • The generated_minimal example no longer requires pandas and instead uses a Python dict.
  • Remove unused pytest-warning ignores from test_writing.py.
  • Rename argument in hdf5_lookup function from path to dataset to reflect change in ophyd_async

v0.1.0b6 (2024-07-17)

Added

  • A /healthz endpoint, for use by orchestration infrastructure

Fixed

  • A bug in Context.__getstate__ caused picking to fail if applied twice.

v0.1.0b5 (2024-06-27)

... (truncated)

Commits
  • fca3ddd REL: v0.1.0b10
  • 9d6dcbf FIX: Remove deprecated sphinx API. (#795)
  • 7b125ad Retroactively update CHANGELOG
  • 5c30719 🔑->🗑️ Enable Tiled Admins to delete API Keys belonging to other user's princi...
  • 3fda02e Work on not auto-filling username (#792)
  • 06a8eec REL: v0.1.0b9
  • 722d761 Merge pull request #789 from danielballan/memoryview-fix
  • 1757bc7 Update CHANGELOG
  • 215093b Cast memoryview to bytes so that len is correct
  • 5fdb2e4 Test that memoryview len is bytes not items
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [ophyd-async](https://github.com/bluesky/ophyd-async), [databroker[client]](https://github.com/NSLS-II/databroker), [matplotlib](https://github.com/matplotlib/matplotlib) and [tiled](https://github.com/bluesky/tiled) to permit the latest version.

Updates `ophyd-async` from 0.4.0 to 0.7.0
- [Release notes](https://github.com/bluesky/ophyd-async/releases)
- [Commits](bluesky/ophyd-async@v0.4.0...v0.7.0)

Updates `databroker[client]` from 2.0.0b17 to 2.0.0b52
- [Release notes](https://github.com/NSLS-II/databroker/releases)
- [Changelog](https://github.com/bluesky/databroker/blob/main/docs/internal_intake_refactor_changelog.txt)
- [Commits](NSLS-II/dataportal@v2.0.0b17...v2.0.0b52)

Updates `matplotlib` to 3.9.2
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v0.91.2...v3.9.2)

Updates `tiled` from 0.1.0a91 to 0.1.0b10
- [Release notes](https://github.com/bluesky/tiled/releases)
- [Changelog](https://github.com/bluesky/tiled/blob/main/CHANGELOG.md)
- [Commits](bluesky/tiled@v0.1.0a91...v0.1.0b10)

---
updated-dependencies:
- dependency-name: ophyd-async
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: databroker[client]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: matplotlib
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: tiled
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants