Skip to content

Commit 864355a

Browse files
Bump cachelib from 0.6.0 to 0.9.0
Bumps [cachelib](https://github.com/pallets/cachelib) from 0.6.0 to 0.9.0. - [Release notes](https://github.com/pallets/cachelib/releases) - [Changelog](https://github.com/pallets-eco/cachelib/blob/main/CHANGES.rst) - [Commits](pallets-eco/cachelib@0.6.0...0.9.0) --- updated-dependencies: - dependency-name: cachelib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4dafd1e commit 864355a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
async-timeout==4.0.2; python_version >= "3.6"
2-
cachelib==0.6.0; python_version >= "3.6"
2+
cachelib==0.9.0; python_version >= "3.6"
33
click==8.1.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
44
colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0"
55
deprecated==1.2.13; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"

0 commit comments

Comments
 (0)