Skip to content

Commit

Permalink
Bump the all-minor-and-patch-dependency-updates group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all-minor-and-patch-dependency-updates group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [bandit](https://github.com/PyCQA/bandit) | `1.7.10` | `1.8.0` |
| [ray[default]](https://github.com/ray-project/ray) | `2.38.0` | `2.39.0` |
| [aim](https://github.com/aimhubio/aim) | `3.25.0` | `3.25.1` |
| [mlflow](https://github.com/mlflow/mlflow) | `2.17.2` | `2.18.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.2` | `0.8.1` |


Updates `bandit` from 1.7.10 to 1.8.0
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.7.10...1.8.0)

Updates `ray[default]` from 2.38.0 to 2.39.0
- [Release notes](https://github.com/ray-project/ray/releases)
- [Commits](ray-project/ray@ray-2.38.0...ray-2.39.0)

Updates `aim` from 3.25.0 to 3.25.1
- [Release notes](https://github.com/aimhubio/aim/releases)
- [Changelog](https://github.com/aimhubio/aim/blob/main/CHANGELOG.md)
- [Commits](aimhubio/aim@v3.25.0...v3.25.1)

Updates `mlflow` from 2.17.2 to 2.18.0
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](mlflow/mlflow@v2.17.2...v2.18.0)

Updates `pytest` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

Updates `ruff` from 0.7.2 to 0.8.1
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.7.2...0.8.1)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: ray[default]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: aim
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: mlflow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch-dependency-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent bc95a0b commit 4d05eda
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bandit==1.7.10
bandit==1.8.0
build==1.2.2.post1
pytest==8.3.3
pytest==8.3.4
pytest-cov==6.0.0
ruff==0.7.2
ruff==0.8.1
2 changes: 1 addition & 1 deletion requirements/prd.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ray[default]==2.38.0
ray[default]==2.39.0
async-timeout==4.0.3
pandas==2.2.2
pyarrow==17.0.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aim==3.25.0
mlflow==2.17.2
aim==3.25.1
mlflow==2.18.0

0 comments on commit 4d05eda

Please sign in to comment.