pyup.io bot
33c47df033
Update pytest from 8.3.1 to 8.3.2 ( #2076 )
2024-07-26 01:37:53 +03:00
pyup.io bot
46af1b94e0
Pin vine to latest version 5.1.0 ( #2067 )
2024-07-24 13:46:01 +03:00
pyup.io bot
8279584b71
Update typing_extensions from 4.12.1 to 4.12.2 ( #2066 )
2024-07-24 13:43:45 +03:00
Tomer Nosrati
cfb43e1dad
Bump version: 5.4.0rc2 → 5.4.0rc3
2024-07-22 00:01:15 +03:00
Tomer Nosrati
a696a4f658
Added Changelog for v5.4.0rc3 ( #2064 )
2024-07-21 23:17:19 +03:00
Aviram Hassan
aeebd065a6
SQS: add support for passing MessageAttributes ( #2059 )
...
* SQS: add support for passing MessageAttributes
* tests,docs
* fix tests
* format ,docs
---------
Co-authored-by: Tomer Nosrati <tomer.nosrati@gmail.com>
2024-07-21 22:52:50 +03:00
pyup.io bot
d12112559d
Update pytest from 8.2.2 to 8.3.1 ( #2063 )
2024-07-21 14:56:23 +03:00
pyup.io bot
0e27a5162d
Update mypy from 1.10.1 to 1.11.0 ( #2062 )
2024-07-21 14:51:26 +03:00
pyup-bot
6318df378e
Pin zstandard to latest version 0.23.0
2024-07-15 21:14:30 +06:00
Roman Inflianskas
d4d9012863
Use logging.Logger.warning ( #2058 )
...
Usage of `logging.Logger.warn` was deprecated since Python 3.3 and it
will be removed in Python 3.13:
https://docs.python.org/3.13/whatsnew/3.13.html#logging
2024-07-12 19:13:50 +03:00
Tomer Nosrati
f61c6d1726
Fixed typo in Changelog for v5.4.0rc2 ( #2057 )
2024-07-11 18:48:11 +03:00
Tomer Nosrati
8f983c20a1
Bump version: 5.4.0rc1 → 5.4.0rc2
2024-07-11 17:58:40 +03:00
Tomer Nosrati
370d28fc1b
Added Changelog for v5.4.0rc2 ( #2056 )
2024-07-11 17:56:59 +03:00
Jason Barnett
52d8b7f0d3
fix azure service bus isinstance check ( #2053 )
2024-07-11 02:59:40 +03:00
Tomer Nosrati
183c873519
Revert "Exclude Unit 3.9 from CI #2046" ( #2054 )
2024-07-09 23:14:41 +03:00
Meysam
4fb7246ed0
chore: handle kafka transport with confluentkafka ✨ ( #1574 )
...
Co-authored-by: Tomer Nosrati <tomer.nosrati@gmail.com>
2024-07-02 14:12:57 +06:00
Panagiotis Georgakopoulos
6e9e74c8c6
fix: don't crash on 'utf-8' messages
2024-07-02 14:11:22 +06:00
dependabot[bot]
a1e6b75dae
Bump pymongo from 4.7.3 to 4.8.0 ( #2044 )
...
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver ) from 4.7.3 to 4.8.0.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases )
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst )
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.7.3...4.8.0 )
---
updated-dependencies:
- dependency-name: pymongo
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 18:26:08 +03:00
Tomer Nosrati
35a5f0a6cf
Fixed flaky integration test: test_publish_requeue_consume() ( #2048 )
2024-07-01 18:25:31 +03:00
Tomer Nosrati
5218099cb1
Fixed CI error from #2046 ( #2047 )
2024-07-01 17:32:46 +03:00
Tomer Nosrati
be057b027a
Exclude Unit 3.9 from CI ( #2046 )
2024-07-01 17:12:30 +03:00
Joseph Zemek
d620132ece
Redis transport - Redelivered messages should respect the original priority ( #2026 )
...
* Redelivered messages should respect the original priority
* update restore message test to check priority
* flake8
* add integration tests
* also add integration test for mongodb
* flake8
* temporarily removing python 3.9 from CI due to unrelated failures
* Update .github/workflows/ci.yaml
---------
Co-authored-by: Tomer Nosrati <tomer.nosrati@gmail.com>
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
2024-06-25 22:15:39 +06:00
Tomer Nosrati
d05b4b0cb3
Reverted limiting requests<2.32.0 in requirements/default.txt but kept in tox.ini due to docker-py issue 3256 ( #2041 )
...
* Revert "Limit requests<2.32.0 due to docker-py issue 3256 (#2011 )"
This reverts commit eae75855e0
.
* Keep requests<2.32.0 limit in tox.ini
* Undo any change in tox.ini to have a clean PR
2024-06-25 16:08:24 +03:00
Sylvain Renaud
0c9c243348
Fix typo in README.rst
2024-06-25 12:46:06 +06:00
dependabot[bot]
1e4638a047
Bump mypy from 1.10.0 to 1.10.1
...
Bumps [mypy](https://github.com/python/mypy ) from 1.10.0 to 1.10.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-25 12:44:59 +06:00
Tomer Nosrati
afe18fd448
Fixed bumpversion bug with RC versions ( #2034 )
2024-06-22 17:13:38 +03:00
Tomer Nosrati
fb716d1cda
Bump version: 5.3.7 → 5.4.0rc1
2024-06-22 17:01:39 +03:00
Tomer Nosrati
0dbc7daff5
Added Changelog for v5.4.0rc1 ( #2033 )
2024-06-22 16:59:54 +03:00
Vinícius Lourenço
34e2a5973a
Add support for mongodb+srv scheme
2024-06-18 22:17:48 +06:00
pre-commit-ci[bot]
8de420fdbd
[pre-commit.ci] pre-commit autoupdate ( #2029 )
...
updates:
- [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](https://github.com/PyCQA/flake8/compare/7.0.0...7.1.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-06-17 20:37:26 +03:00
pyup-bot
5d00dd06e1
Update flake8 from 7.0.0 to 7.1.0
2024-06-16 10:52:15 +06:00
awmackowiak
dcb43be891
Fix Redis connections after reconnect - consumer starts consuming the tasks after crash. ( #2007 )
...
* Add more logs
* Launch _on_connection_disconnect in Conection only if channel was added properly to the poller
* Prepare test which check the flow of the channel removal from poller
* Change the comment
2024-06-12 22:00:22 +06:00
FrankK-1234
1217865d40
ConnectionPool can't be used after .resize(..., reset=True) ( resolves #2018 ) ( #2024 )
...
* ConnectionPool can't be used after .resize(..., reset=True) (resolves #2018 )
* Update kombu/resource.py
---------
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
2024-06-11 22:43:13 +03:00
pre-commit-ci[bot]
e32f8fc39b
[pre-commit.ci] pre-commit autoupdate ( #2025 )
...
updates:
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](https://github.com/asottile/pyupgrade/compare/v3.15.2...v3.16.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-06-10 20:27:39 +03:00
dependabot[bot]
3eae20f98b
Bump pymongo from 4.7.2 to 4.7.3 ( #2022 )
...
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver ) from 4.7.2 to 4.7.3.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases )
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst )
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.7.2...4.7.3 )
---
updated-dependencies:
- dependency-name: pymongo
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-06 17:40:47 +03:00
dependabot[bot]
12409db0d5
Bump pytest from 8.2.1 to 8.2.2 ( #2021 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.1...8.2.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-06 17:37:45 +03:00
Stevie Gayet
48de276954
chore(typing): annotate utils/debug.py ( #1714 )
...
Co-authored-by: Stevie Gayet <stegayet@users.noreply.github.com>
2024-06-04 02:24:30 +03:00
pyup-bot
1df567a5e8
Pin typing_extensions to latest version 4.12.1
2024-06-03 10:16:42 +06:00
FrankK-1234
30db054e57
fix flake-err: allow uses to disable broker heartbeats by not providing a timeout
2024-06-01 10:21:46 +06:00
FrankK-1234
83ad62072d
enhance: allow uses to disable broker heartbeats by not providing a timeout (#1997,#1998)
2024-06-01 10:21:46 +06:00
smart-programmer
cddc500fd2
enhance: allow uses to disable broker heartbeats by not providing a timeout
2024-06-01 10:21:08 +06:00
Tomer Nosrati
eae75855e0
Limit requests<2.32.0 due to docker-py issue 3256 ( #2011 )
...
* Limit requests<2.32.0 due to docker-py issue 3256
* Limit rabbitmq docker image to 3.12
* Revert "Limit rabbitmq docker image to 3.12"
This reverts commit 9b9d6a05c2
.
* Limit tox-docker<=4.1 and requests<2.32.0 in tox.ini
2024-05-29 21:21:05 +03:00
dependabot[bot]
617e4a4ec7
Bump pytest from 8.2.0 to 8.2.1
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.2.0 to 8.2.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.0...8.2.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 13:31:58 +06:00
FrankK-1234
aec8faf034
enable/fix test_etcd.py
2024-05-18 13:28:50 +06:00
pyup-bot
e8175a1668
Pin pymongo to latest version 4.7.2
2024-05-08 18:44:43 +06:00
huyenvu2101
4d281948f2
Fix: Fanout exchange messages mixed across virtual databases in Redis sentinel
2024-05-04 12:28:13 +06:00
pyup.io bot
a56abf6890
Update pytest from 8.1.1 to 8.2.0 ( #1990 )
2024-04-28 08:33:02 +03:00
pyup.io bot
121fa3b44f
Update mypy from 1.9.0 to 1.10.0 ( #1988 )
2024-04-24 20:24:38 +03:00
Tomer Nosrati
cd42dd5f19
Bump version: 5.3.6 → 5.3.7 ( #1985 )
2024-04-11 15:09:52 +03:00
Tomer Nosrati
d40cfa2dfa
Added Changelog for v5.3.7 ( #1984 )
2024-04-11 15:08:30 +03:00