Skip to content

Commit 73e9b02

Browse files
committed
update dependencies
1 parent 6172508 commit 73e9b02

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ MicroAgent
1919
.. image:: https://readthedocs.org/projects/microagent/badge/?version=latest&style=flat
2020
:target: https://microagent.readthedocs.io/
2121

22-
.. image:: https://github.com/scailer/microagent/actions
23-
:target: https://github.com/scailer/microagent/workflows/Tests/badge.svg
22+
.. image:: https://github.com/scailer/microagent/workflows/Tests/badge.svg
23+
:target: https://github.com/scailer/microagent/actions
24+
25+
---
2426

2527

2628
The goal of this project is to facilitate the creation of **microservices**

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Repository = 'https://github.com/scailer/microagent.git'
3737
Changelog = 'https://github.com/scailer/microagent/blob/master/CHANGELOG.rst'
3838

3939
[project.optional-dependencies]
40-
redis = ['redis[hiredis]==5.*']
41-
amqp = ['aiormq==6.8.*']
42-
kafka = ['aiokafka==0.10.*']
40+
redis = ['redis[hiredis]==6.*']
41+
amqp = ['aiormq==6.9.*']
42+
kafka = ['aiokafka==0.12.*']
4343
dev = [
4444
'pytest',
4545
'pytest-runner',
@@ -48,9 +48,9 @@ dev = [
4848
'coverage',
4949
'mypy',
5050
'ruff',
51-
'redis==5.*',
52-
'aiormq==6.8.*',
53-
'aiokafka==0.10.*',
51+
'redis==6.*',
52+
'aiormq==6.9.*',
53+
'aiokafka==0.12.*',
5454
]
5555

5656
[project.entry-points.'console_scripts']

0 commit comments

Comments
 (0)