ssec-jhu / dplutils

Distributed(Data) Pipeline Uitilities
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Bump the all-minor-and-patch-dependency-updates group with 7 updates #93

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the all-minor-and-patch-dependency-updates group with 7 updates:

Package From To
bandit 1.7.8 1.7.9
tox 4.15.0 4.15.1
aim 3.19.3 3.22.0
mlflow 2.13.1 2.14.1
pytest 8.2.1 8.2.2
ruff 0.4.7 0.5.0
sphinx-book-theme 1.1.2 1.1.3

Updates bandit from 1.7.8 to 1.7.9

Release notes

Sourced from bandit's releases.

1.7.9

What's Changed

New Contributors

Full Changelog: https://github.com/PyCQA/bandit/compare/1.7.8...1.7.9

Commits


Updates tox from 4.15.0 to 4.15.1

Release notes

Sourced from tox's releases.

4.15.1

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.15.0...4.15.1

Changelog

Sourced from tox's changelog.

v4.15.1 (2024-06-05)

Features - 4.15.1

- Fix ``skip_missing_interpreters`` option for ``package = wheel`` (:issue:`3269`)

Bugfixes - 4.15.1

  • Fix section substitution with setenv. (:issue:3262)
  • Allow ConfigSet.add_config to receive parameterized generics for of_type. (:issue:3288)
Commits
  • 079000f release 4.15.1
  • 489ad82 Fix section substitution with setenv (#3289)
  • 7317225 Allow ConfigSet.add_config to receive parameterized generics for of_type....
  • 406f808 [pre-commit.ci] pre-commit autoupdate (#3283)
  • 5c28d9c [pre-commit.ci] pre-commit autoupdate (#3279)
  • f4e257c Fix broad build privileges @ GHA release workflow (#3281)
  • 77564a1 Fixed typo in user guide.
  • e2f66b1 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 9afc9cb [pre-commit.ci] pre-commit autoupdate
  • 3db9822 fix skip with package = wheel (#3269)
  • See full diff in compare view


Updates aim from 3.19.3 to 3.22.0

Release notes

Sourced from aim's releases.

🚀 v3.22.0 - Support of filesystem-based artifacts

What's Changed

Full Changelog: https://github.com/aimhubio/aim/compare/v3.21.0...v3.22.0

🚀 v3.20.1 - Handling of corrupted Runs, index database corruption and updated aim reindex command

What's Changed

Full Changelog: https://github.com/aimhubio/aim/compare/v3.19.3...v3.20.1

Changelog

Sourced from aim's changelog.

3.22.0 Jun 20, 2024

Enhancements:

  • Add filesystem-based backend for artifact storage (gpascale)

3.21.0 Jun 17, 2024

Enhancements:

  • Add feature to delete full experiments (mauricekraus)
  • Add support for python 3.12 (mahnerak)

Fixes:

  • Increase websockets max_size for large images sent to server (jasonmads)
  • Correct flags when running Aim UI in Jupiter notebooks (synapticarbors)

3.20.1 Jun 3, 2024

Enhancements:

  • Repurpose aim reindex command for index db recreation (mihran113)

Fixes

  • Handle index db corruption and warn in UI (mihran113)
  • Handle and skip corrupted runs (alberttorosyan)
Commits


Updates mlflow from 2.13.1 to 2.14.1

Release notes

Sourced from mlflow's releases.

MLflow 2.14.1 is a patch release that contains several bug fixes and documentation improvements

Bug fixes:

Documentation updates:

Small bug fixes and documentation updates:

#12415, #12396, #12394, @​harupy; #12403, #12382, @​BenWilson2; #12397, @​B-Step62

v2.14.0

2.14.0 (2024-06-17)

MLflow 2.14.0 includes several major features and improvements that we're very excited to announce!

Major features:

  • MLflow Tracing: Tracing is powerful tool designed to enhance your ability to monitor, analyze, and debug GenAI applications by allowing you to inspect the intermediate outputs generated as your application handles a request. This update comes with an automatic LangChain integration to make it as easy as possible to get started, but we've also implemented high-level fluent APIs, and low-level client APIs for users who want more control over their trace instrumentation. For more information, check out the guide in our docs!
  • Unity Catalog Integration: The MLflow Deployments server now has an integration with Unity Catalog, allowing you to leverage registered functions as tools for enhancing your chat application. For more information, check out this guide!
  • OpenAI Autologging: Autologging support has now been added for the OpenAI model flavor. With this feature, MLflow will automatically log a model upon calling the OpenAI API. Each time a request is made, the inputs and outputs will be logged as artifacts. Check out the guide for more information!

Other Notable Features:

Bug fixes:

Documentation updates:

... (truncated)

Changelog

Sourced from mlflow's changelog.

2.14.1 (2024-06-20)

MLflow 2.14.1 is a patch release that contains several bug fixes and documentation improvements

Bug fixes:

Documentation updates:

Small bug fixes and documentation updates:

#12415, #12396, #12394, @​harupy; #12403, #12382, @​BenWilson2; #12397, @​B-Step62

2.14.0 (2024-06-17)

MLflow 2.14.0 includes several major features and improvements that we're very excited to announce!

Major features:

  • MLflow Tracing: Tracing is powerful tool designed to enhance your ability to monitor, analyze, and debug GenAI applications by allowing you to inspect the intermediate outputs generated as your application handles a request. This update comes with an automatic LangChain integration to make it as easy as possible to get started, but we've also implemented high-level fluent APIs, and low-level client APIs for users who want more control over their trace instrumentation. For more information, check out the guide in our docs!
  • Unity Catalog Integration: The MLflow Deployments server now has an integration with Unity Catalog, allowing you to leverage registered functions as tools for enhancing your chat application. For more information, check out this guide!
  • OpenAI Autologging: Autologging support has now been added for the OpenAI model flavor. With this feature, MLflow will automatically log a model upon calling the OpenAI API. Each time a request is made, the inputs and outputs will be logged as artifacts. Check out the guide for more information!

Other Notable Features:

Bug fixes:

Documentation updates:

... (truncated)

Commits
  • 02ee083 Run python3 dev/update_mlflow_versions.py pre-release ... (#12421)
  • 035822e Do not create empty object for empty directory in S3 artifact repository (#12...
  • d491995 Fix params and model_config handling for llm/v1/xxx Transformers model (#12401)
  • 67eca6b Simplify deprecation message for registry stage transition (#12403)
  • ed02f2d Add link to langchain autologging page in doc (#12398)
  • 5fbedc9 Update New Features page (#12397)
  • 5329f72 Fix duplicate UC integration links (#12396)
  • 7fc22c4 Add link to Unity Catalog documentation in UC integration page (#12394)
  • a9b9bfb Fix dark mode user preference (#12386)
  • e09f559 Add documentation for Models from Code (#12381)
  • Additional commits viewable in compare view


Updates pytest from 8.2.1 to 8.2.2

Release notes

Sourced from pytest's releases.

8.2.2

pytest 8.2.2 (2024-06-04)

Bug Fixes

  • #12355: Fix possible catastrophic performance slowdown on a certain parametrization pattern involving many higher-scoped parameters.
  • #12367: Fix a regression in pytest 8.2.0 where unittest class instances (a fresh one is created for each test) were not released promptly on test teardown but only on session teardown.
  • #12381: Fix possible "Directory not empty" crashes arising from concurent cache dir (.pytest_cache) creation. Regressed in pytest 8.2.0.

Improved Documentation

  • #12290: Updated Sphinx theme to use Furo instead of Flask, enabling Dark mode theme.
  • #12356: Added a subsection to the documentation for debugging flaky tests to mention lack of thread safety in pytest as a possible source of flakyness.
  • #12363: The documentation webpages now links to a canonical version to reduce outdated documentation in search engine results.
Commits
  • 329d371 Prepare release version 8.2.2
  • 214d098 Merge pull request #12414 from bluetech/backport-12409
  • 153a436 [8.2.x] fixtures: fix catastrophic performance problem in reorder_items
  • b41d5a5 Merge pull request #12412 from pytest-dev/backport-12408-to-8.2.x
  • 9bb73d7 [8.2.x] cacheprovider: fix "Directory not empty" crash from cache directory c...
  • 4569a01 [8.2.x] doc: Update trainings/events (#12402)
  • 1d103e5 [8.2.x] Clarify pytest_ignore_collect docs (#12386)
  • 240a252 [8.2.x] Add html_baseurl to sphinx conf.py (#12372)
  • a5ee3c4 Merge pull request #12370 from pytest-dev/backport-12368-to-8.2.x
  • f7358ae [8.2.x] unittest: fix class instances no longer released on test teardown sin...
  • Additional commits viewable in compare view


Updates ruff from 0.4.7 to 0.5.0

Release notes

Sourced from ruff's releases.

0.5.0

Release Notes

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

See also, the "Remapped rules" section which may result in disabled rules.

  • Follow the XDG specification to discover user-level configurations on macOS (same as on other Unix platforms)
  • Selecting ALL now excludes deprecated rules
  • The released archives now include an extra level of nesting, which can be removed with --strip-components=1 when untarring.
  • The release artifact's file name no longer includes the version tag. This enables users to install via /latest URLs on GitHub.
  • The diagnostic ranges for some flake8-bandit rules were modified (#10667).

Deprecations

The following rules are now deprecated:

Remapped rules

The following rules have been remapped to new rule codes:

Stabilization

The following rules have been stabilized and are no longer in preview:

... (truncated)

Changelog

Sourced from ruff's changelog.

0.5.0

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

See also, the "Remapped rules" section which may result in disabled rules.

  • Follow the XDG specification to discover user-level configurations on macOS (same as on other Unix platforms)
  • Selecting ALL now excludes deprecated rules
  • The released archives now include an extra level of nesting, which can be removed with --strip-components=1 when untarring.
  • The release artifact's file name no longer includes the version tag. This enables users to install via /latest URLs on GitHub.
  • The diagnostic ranges for some flake8-bandit rules were modified (#10667).

Deprecations

The following rules are now deprecated:

Remapped rules

The following rules have been remapped to new rule codes:

Stabilization

The following rules have been stabilized and are no longer in preview:

... (truncated)

Commits
  • 244b923 Add necessary permissions for cargo-dist Docker build (#12072)
  • a8b48fc Release v0.5.0 (#12068)
  • 04c8597 [flake8-simplify] Stabilize detection of Yoda conditions for "constant" col...
  • 4029a25 [Ruff v0.5] Stabilise 15 pylint rules (#12051)
  • 0917ce1 Update documentation to mention etcetera crate instead of dirs for user c...
  • 22cebdf Add server config to filter out syntax error diagnostics (#12059)
  • 72b6c26 Simplify LinterResult, avoid cloning ParseError (#11903)
  • 73851e7 Avoid displaying syntax error as log message (#11902)
  • e7b4969 Remove E999 as a rule, disallow any disablement methods for syntax error (#...
  • c98d8a0 [pyflakes] Stabilize detection of is comparisons to lists, etc. (F632) (#...
  • Additional commits viewable in compare view


Updates sphinx-book-theme from 1.1.2 to 1.1.3

Release notes

Sourced from sphinx-book-theme's releases.

v1.1.3

(full changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@​aawadaptix | @​afeld | @​agoose77 | @​choldgraf | @​dependabot | @​LecrisUT | @​sinsong | @​welcome

Changelog

Sourced from sphinx-book-theme's changelog.

Changelog

Commits
  • b0f7a35 Merge pull request #843 from executablebooks/agoose77/enh-bump-version
  • 21ead22 enh: bump version
  • c9ac6b1 Merge pull request #842 from executablebooks/agoose77/maint-bump-pydata-version
  • bd60e86 Merge pull request #809 from sinsong/master
  • 6e93460 maint: update pydata-sphinx-theme min version
  • 9939b7a Update src/sphinx_book_theme/assets/styles/sections/_header-article.scss
  • 36de725 Merge branch 'master' into master
  • 3b6fd68 Merge pull request #841 from executablebooks/agoose77/fix-pydata-sphinx-theme...
  • 2e53d46 docs: fix false-positive for nested admonitions
  • 0a84a3f ci: fix pattern
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions