rediscache 1.1.4__tar.gz → 1.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rediscache
3
- Version: 1.1.4
3
+ Version: 1.2.0
4
4
  Summary: Redis caching of functions evolving over time
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -24,7 +24,7 @@ Classifier: Programming Language :: Python :: 3.10
24
24
  Classifier: Programming Language :: Python :: 3.9
25
25
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
26
26
  Requires-Dist: executiontime (==0.4.4)
27
- Requires-Dist: redis (>=6.1.0,<7.0.0)
27
+ Requires-Dist: redis (>=7.1.0,<8.0.0)
28
28
  Project-URL: Repository, https://github.com/AmadeusITGroup/RedisCache
29
29
  Description-Content-Type: text/markdown
30
30
 
@@ -1,7 +1,7 @@
1
1
  # For more details on this file see: https://python-poetry.org/docs/pyproject/
2
2
  [tool.poetry]
3
3
  name = "rediscache"
4
- version = "1.1.4"
4
+ version = "1.2.0"
5
5
  description = "Redis caching of functions evolving over time"
6
6
  authors = ["Pierre Cart-Grandjean <pcart-grandjean@amadeus.com>"]
7
7
  license = "MIT"
@@ -26,16 +26,16 @@ packages = [{ include = "rediscache" }]
26
26
 
27
27
  [tool.poetry.dependencies]
28
28
  python = "^3.11"
29
- redis = "^6.1.0"
29
+ redis = "^7.1.0"
30
30
  executiontime = "0.4.4"
31
31
 
32
32
  [tool.poetry.group.dev.dependencies]
33
- pylint = "^3.3.5"
34
- pytest = "^8.3.5"
33
+ pylint = "^4.0.4"
34
+ pytest = "^9.0.2"
35
35
  pdbpp = "^0.11.6"
36
36
  mypy = "^1.15.0"
37
37
  black = "^25.1.0"
38
- pytest-cov = "^6.0.0"
38
+ pytest-cov = "^7.0.0"
39
39
  tornado = "^6.5.1"
40
40
  pip-audit = "^2.8.0"
41
41
 
File without changes
File without changes