Skip to content

Commit

Permalink
Sync kombu versions in requirements and setup.cfg (#8825)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watkurem committed Jan 30, 2024
1 parent da1146a commit eff0b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/extras/sqs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3>=1.26.143
pycurl>=7.43.0.5; sys_platform != 'win32' and platform_python_implementation=="CPython"
urllib3>=1.26.16
kombu[sqs]>=5.3.0
kombu[sqs]>=5.3.4
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ per-file-ignores =
requires = backports.zoneinfo>=0.2.1;python_version<'3.9'
tzdata>=2022.7
billiard >=4.1.0,<5.0
kombu >= 5.3.2,<6.0.0
kombu >= 5.3.4,<6.0.0

[bdist_wheel]
universal = 0
Expand Down

0 comments on commit eff0b2f

Please sign in to comment.