Skip to content

Commit

Permalink
build(deps): bump hypercorn from 0.16.0 to 0.17.3
Browse files Browse the repository at this point in the history
Bumps [hypercorn](https://github.com/pgjones/hypercorn) from 0.16.0 to 0.17.3.
- [Changelog](https://github.com/pgjones/hypercorn/blob/main/CHANGELOG.rst)
- [Commits](pgjones/hypercorn@0.16.0...0.17.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 1dcb5a0 commit a53dd3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 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 @@ -18,7 +18,7 @@ safe-ds-runner = "safeds_runner.main:main"
[tool.poetry.dependencies]
python = "^3.11,<3.13"
safe-ds = ">=0.26.0,<0.27.0"
hypercorn = "^0.16.0"
hypercorn = ">=0.16,<0.18"
psutil = "^5.9.8"
pydantic = "^2.7.0"
quart = "^0.19.4"
Expand Down

0 comments on commit a53dd3b

Please sign in to comment.