Skip to content

Commit

Permalink
build(deps): bump safe-ds from 0.26.0 to 0.27.0
Browse files Browse the repository at this point in the history
Bumps [safe-ds](https://github.com/Safe-DS/Library) from 0.26.0 to 0.27.0.
- [Release notes](https://github.com/Safe-DS/Library/releases)
- [Changelog](https://github.com/Safe-DS/Library/blob/main/docs/CHANGELOG.md)
- [Commits](Safe-DS/Library@v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: safe-ds
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2024
1 parent 220a290 commit c83b7f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 27 deletions.
31 changes: 5 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ safe-ds-runner = "safeds_runner.main:main"

[tool.poetry.dependencies]
python = "^3.11,<3.13"
safe-ds = ">=0.26.0,<0.27.0"
safe-ds = ">=0.26.0,<0.28.0"
hypercorn = ">=0.16,<0.18"
psutil = ">=5.9.8,<7.0.0"
pydantic = "^2.7.0"
Expand Down

0 comments on commit c83b7f4

Please sign in to comment.