redis-dict 3.2.0__tar.gz → 3.2.1__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: redis-dict
3
- Version: 3.2.0
3
+ Version: 3.2.1
4
4
  Summary: Dictionary with Redis as storage backend
5
5
  Author-email: Melvin Bijman <bijman.m.m@gmail.com>
6
6
  License: MIT
@@ -42,7 +42,7 @@ Requires-Dist: types-redis>=4.6.0; extra == "dev"
42
42
  Requires-Dist: typing_extensions>=4.5.0; extra == "dev"
43
43
  Requires-Dist: attrs==22.2.0; extra == "dev"
44
44
  Requires-Dist: cffi==1.15.1; extra == "dev"
45
- Requires-Dist: cryptography==43.0.1; extra == "dev"
45
+ Requires-Dist: cryptography==44.0.1; extra == "dev"
46
46
  Requires-Dist: exceptiongroup==1.1.1; extra == "dev"
47
47
  Requires-Dist: future==0.18.3; extra == "dev"
48
48
  Requires-Dist: pycparser==2.21; extra == "dev"
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "redis-dict"
7
- version = "3.2.0"
7
+ version = "3.2.1"
8
8
  description = "Dictionary with Redis as storage backend"
9
9
  authors = [
10
10
  {name = "Melvin Bijman", email = "bijman.m.m@gmail.com"},
@@ -62,7 +62,7 @@ dev = [
62
62
 
63
63
  "attrs==22.2.0",
64
64
  "cffi==1.15.1",
65
- "cryptography==43.0.1",
65
+ "cryptography==44.0.1",
66
66
  "exceptiongroup==1.1.1",
67
67
  "future==0.18.3",
68
68
  "pycparser==2.21",
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: redis-dict
3
- Version: 3.2.0
3
+ Version: 3.2.1
4
4
  Summary: Dictionary with Redis as storage backend
5
5
  Author-email: Melvin Bijman <bijman.m.m@gmail.com>
6
6
  License: MIT
@@ -42,7 +42,7 @@ Requires-Dist: types-redis>=4.6.0; extra == "dev"
42
42
  Requires-Dist: typing_extensions>=4.5.0; extra == "dev"
43
43
  Requires-Dist: attrs==22.2.0; extra == "dev"
44
44
  Requires-Dist: cffi==1.15.1; extra == "dev"
45
- Requires-Dist: cryptography==43.0.1; extra == "dev"
45
+ Requires-Dist: cryptography==44.0.1; extra == "dev"
46
46
  Requires-Dist: exceptiongroup==1.1.1; extra == "dev"
47
47
  Requires-Dist: future==0.18.3; extra == "dev"
48
48
  Requires-Dist: pycparser==2.21; extra == "dev"
@@ -14,7 +14,7 @@ types-redis>=4.6.0
14
14
  typing_extensions>=4.5.0
15
15
  attrs==22.2.0
16
16
  cffi==1.15.1
17
- cryptography==43.0.1
17
+ cryptography==44.0.1
18
18
  exceptiongroup==1.1.1
19
19
  future==0.18.3
20
20
  pycparser==2.21
File without changes
File without changes
File without changes