We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6172508 commit 88199a3Copy full SHA for 88199a3
1 file changed
pyproject.toml
@@ -37,9 +37,9 @@ Repository = 'https://github.com/scailer/microagent.git'
37
Changelog = 'https://github.com/scailer/microagent/blob/master/CHANGELOG.rst'
38
39
[project.optional-dependencies]
40
-redis = ['redis[hiredis]==5.*']
41
-amqp = ['aiormq==6.8.*']
42
-kafka = ['aiokafka==0.10.*']
+redis = ['redis[hiredis]==6.*']
+amqp = ['aiormq==6.9.*']
+kafka = ['aiokafka==0.12.*']
43
dev = [
44
'pytest',
45
'pytest-runner',
@@ -48,9 +48,9 @@ dev = [
48
'coverage',
49
'mypy',
50
'ruff',
51
- 'redis==5.*',
52
- 'aiormq==6.8.*',
53
- 'aiokafka==0.10.*',
+ 'redis==6.*',
+ 'aiormq==6.9.*',
+ 'aiokafka==0.12.*',
54
]
55
56
[project.entry-points.'console_scripts']
0 commit comments