Skip to content

Commit

Permalink
fix(deps): bump cherrypy from 18.8.0 to 18.9.0 (#373)
Browse files Browse the repository at this point in the history
Bumps [cherrypy](https://github.com/cherrypy/cherrypy) from 18.8.0 to 18.9.0.
- [Changelog](https://github.com/cherrypy/cherrypy/blob/main/CHANGES.rst)
- [Commits](cherrypy/cherrypy@v18.8.0...v18.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent a63f892 commit 85c5f7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -25,7 +25,7 @@ python = "^3.9"
Werkzeug = "^3.0.1"
Jinja2 = "^3.1.2"
configargparse = "^1.7"
CherryPy = "^18.8.0"
CherryPy = "^18.9.0"
cachelib = "^0.10.1"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 85c5f7c

Please sign in to comment.