mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-25 13:07:53 +00:00
Bump importlib-metadata from 8.5.0 to 8.6.1
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 8.5.0 to 8.6.1. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v8.5.0...v8.6.1) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -19,7 +19,7 @@ python = "^3.8"
|
||||
fastapi = "*"
|
||||
uvicorn = "*"
|
||||
typing-extensions = { version = ">=4.1.0" }
|
||||
importlib-metadata = { version = "^6.6.0", python = "<3.8" }
|
||||
importlib-metadata = { version = ">=6.6,<9.0", python = "<3.8" }
|
||||
pendulum = "^3.0.0"
|
||||
aiomcache = { version = "^0.8.2", optional = true }
|
||||
aiobotocore = {version = "^2.13.1", optional = true}
|
||||
|
||||
Reference in New Issue
Block a user