[redis] Fix type of connection_class in ConnectionPool (#9981)

Update stubs to 4.5.4
This commit is contained in:
Raphaël Vinot
2023-03-29 22:16:18 +02:00
committed by GitHub
parent ed915c5cde
commit 51cef77ac5
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version = "4.5.3"
version = "4.5.4"
# Requires a version of cryptography with a `py.typed` file
requires = ["cryptography>=35.0.0", "types-pyOpenSSL"]