Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group across 1 director…
Browse files Browse the repository at this point in the history
…y with 3 updates

Bumps the production-dependencies group with 3 updates in the / directory: [starlette](https://github.com/encode/starlette), [uvicorn](https://github.com/encode/uvicorn) and [valkey](https://github.com/valkey-io/valkey-py).


Updates `starlette` from 0.38.0 to 0.38.2
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.38.0...0.38.2)

Updates `uvicorn` from 0.30.3 to 0.30.5
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.30.3...0.30.5)

Updates `valkey` from 5.1.0b7 to 6.0.0b1
- [Release notes](https://github.com/valkey-io/valkey-py/releases)
- [Commits](valkey-io/valkey-py@v5.1.0b7...v6.0.0b1)

---
updated-dependencies:
- dependency-name: starlette
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: valkey
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 5, 2024
1 parent da142f2 commit c6ea64b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Jinja2 = "^3.1.4"
loguru = "^0.7.0"
lxml = "^5.2.2"
python-multipart = "^0.0.9" # for settings form
starlette = "^0.38.0"
starlette = "^0.38.2"
timeago = "^1.0.16"
tldextract = "^5.1.2"
uvicorn = {version = "^0.30.3", extras = ["standard"]}
valkey = {extras = ["hiredis"], version = "^5.1.0b7"}
uvicorn = {version = "^0.30.5", extras = ["standard"]}
valkey = {extras = ["hiredis"], version = "^6.0.0b1"}

[tool.poetry.dev-dependencies]
coverage = {version = "*", extras = ["toml"]}
Expand Down

0 comments on commit c6ea64b

Please sign in to comment.