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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 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.6.0

Release notes

Sourced from ophyd-async's releases.

v0.6.0

What's Changed

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

0.5.2

What's Changed

Full Changelog: bluesky/ophyd-async@0.5.1...0.5.2

0.5.1

What's Changed

... (truncated)

Commits
  • 35c07fe Include chunk shape as a parameter in stream resource for HDF dataset (#544)
  • 0b6ab21 Add asyncio_default_fixture_loop_scope variable to pytest.ini to avoid deprec...
  • de084df Use name provider instead of hdf name when calling path provider in ad HDF wr...
  • 3412ac8 Fix typo (#588)
  • ab11243 Update to copier template 2.3.0 (#580)
  • 989beeb Added a fixtures that checks if tasks are still running in tests (#538)
  • 5b67581 Interface change of StandardDetector and Standard Controller (#568)
  • 965a4d7 Use asyncio TimeoutError in wait_for_value (#573)
  • 0cbfbe6 Introduce PvaAbstractions and use them in SeqTable (#522)
  • 81a6dbb Extend sleep time (#566)
  • Additional commits viewable in compare view

Updates databroker[client] from 2.0.0b17 to 2.0.0b48

Release notes

Sourced from databroker[client]'s releases.

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.

v2.0.0b43

No release notes provided.

v2.0.0b42

No release notes provided.

v2.0.0b41

No release notes provided.

v2.0.0b40

No release notes provided.

v2.0.0b39

No release notes provided.

v2.0.0b38

No release notes provided.

v2.0.0b37

No release notes provided.

v2.0.0b36

  • Bump minimum version of suitcase-mongo to support updating descriptor and stop documents from Tiled client

v2.0.0b35

  • Support updating 'stop' and 'descriptor' documents via the Tiled client.
  • Bump minimum Tiled version.

v2.0.0b34

... (truncated)

Commits
  • d75153b REL: v2.0.0b48
  • b3457ab Merge pull request #821 from danielballan/update-for-tiled-0.1.0b8
  • 8a4dade Bump minimum tiled version.
  • 0875ec0 Update for tiled v0.1.0b8
  • 11fa21f Merge pull request #819 from danielballan/shape-fixer-patch
  • c026f7e whitespace
  • 83f8a73 Add example for generating broken shape metadata.
  • 91615e3 Add NPY_SEQ handler for docker-compose example.
  • 53e5be9 Update shape fixer to use tiled PATCH
  • 5676d95 Bump docker-compose image tag.
  • Additional commits viewable in compare view

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.0b9

Release notes

Sourced from tiled's releases.

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

  • When authenticated as a Service Principal, display the SP's uuid in the client Context repr.
  • The dependency json-merge-patch, introduced in v0.1.0b4, was missing from some pip selectors.

v0.1.0b4

Changed

  • Minor implementation changes were necessary to make Tiled compatible with

... (truncated)

Changelog

Sourced from tiled's changelog.

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)

Added

Fixed

  • When authenticated as a Service Principal, display the SP's uuid in the client Context repr.

... (truncated)

Commits

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.6.0
- [Release notes](https://github.com/bluesky/ophyd-async/releases)
- [Commits](bluesky/ophyd-async@v0.4.0...v0.6.0)

Updates `databroker[client]` from 2.0.0b17 to 2.0.0b48
- [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.0b48)

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.0b9
- [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.0b9)

---
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 Sep 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2024

Superseded by #39.

@dependabot dependabot bot closed this Oct 7, 2024
@dependabot dependabot bot deleted the dependabot/pip/dev-dependencies-6d685de0b5 branch October 7, 2024 01:12
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