Commit Graph

3641 Commits

Author SHA1 Message Date
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
Tomer Nosrati 2d0b7f4e55
Bump version: 5.3.5 → 5.3.6 (#1983) 2024-04-11 14:13:58 +03:00
pre-commit-ci[bot] 6536686005
[pre-commit.ci] pre-commit autoupdate (#1982)
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-04-08 22:54:03 +03:00
Tomer Nosrati 3547628f4d
Added Changelog for v5.3.6 (#1974) 2024-03-27 14:54:56 +02:00
pre-commit-ci[bot] d35f307dca
[pre-commit.ci] pre-commit autoupdate (#1973)
updates:
- [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.1...v3.15.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-03-25 19:37:05 +02:00
pyup.io bot 7c090dffa3
Pin pytest-cov to latest version 5.0.0 (#1972) 2024-03-25 13:34:09 +02:00
pre-commit-ci[bot] 998b907968
[pre-commit.ci] pre-commit autoupdate (#1971)
updates:
- [github.com/PyCQA/autoflake: v2.3.0 → v2.3.1](https://github.com/PyCQA/autoflake/compare/v2.3.0...v2.3.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-03-18 19:24:51 +02:00
Ville Lindholm 25d02e6e1d
add escape hatch for custom JSON serialization (#1955)
* add escape hatch for custom JSON serialization

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix lint

* fix pydocstyle

* fix whitespace

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Tomer Nosrati <tomer.nosrati@gmail.com>
Co-authored-by: Ville Lindholm <ville@lindholm.dev>
2024-03-13 13:52:42 +02:00
Tomer Nosrati 85111fcd6f
redis>=4.5.2,<5.0.2,!=4.5.5 -> redis>=4.5.2,!=5.0.2,!=4.5.5 (#1969) 2024-03-11 11:58:05 +02:00
pyup.io bot 85775e3ec9
Pin hypothesis to hypothesis<7 (#1966)
* Pin hypothesis to latest version 6.99.1

* Update requirements/test.txt

---------

Co-authored-by: Tomer Nosrati <tomer.nosrati@gmail.com>
2024-03-10 20:48:27 +02:00
pyup.io bot 59f2871896
Update pytest from 8.1.0 to 8.1.1 (#1965) 2024-03-09 21:39:25 +02:00
pyup.io bot 679cb0deb4
Update mypy from 1.8.0 to 1.9.0 (#1963) 2024-03-09 10:53:49 +02:00
Julien Cosmao bda9a2f18e
Expose cancel callback from py-amqp channel.basic_consume (#1953)
When broker send Basic.cancel notification, py-amqp default behavior is
to raise a ConsumerCancelled exception. It is then treated as an error
even if connection and channel are still operationnal and connection
is closed.

Basic.cancel may be sent by broker when a queue is deleted or when
replicated queue leader change. py-amqp channel.basic_consume allow to
define a callback function on this event. It may be useful to register
this callback from kombu when consuming from a queue.

(cherry picked from commit e1fa168ace)
Signed-off-by: julien.cosmao <julien.cosmao@ovhcloud.com>

Co-authored-by: julien.cosmao <julien.cosmao@ovhcloud.com>
2024-03-09 10:23:22 +02:00
Tomer Nosrati d105575cc5
Hotfix: Fix CI failures (#1961) 2024-03-05 13:21:33 +02:00
dependabot[bot] abe91098b7
Update hypothesis requirement from <=6.98.9 to <=6.98.11 (#1943)
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-6.98.11)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-25 12:17:54 +02:00
pyup.io bot 8818b31f22
Update pytest from 8.0.1 to 8.0.2 (#1942) 2024-02-25 11:09:40 +02:00
dependabot[bot] e9be6c85fe
Update hypothesis requirement from <=6.98.8 to <=6.98.9 (#1936)
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-6.98.9)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 09:41:31 +02:00
pre-commit-ci[bot] a0794193da
[pre-commit.ci] pre-commit autoupdate (#1935)
updates:
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.1)
- [github.com/PyCQA/autoflake: v2.2.1 → v2.3.0](https://github.com/PyCQA/autoflake/compare/v2.2.1...v2.3.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-02-19 19:15:25 +02:00
dependabot[bot] 48133f00c0
Update hypothesis requirement from <=6.98.6 to <=6.98.8 (#1934)
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-6.98.8)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 09:59:46 +02:00
pyup.io bot 8bb92673bf
Update pytest from 8.0.0 to 8.0.1 (#1931) 2024-02-17 11:14:53 +02:00
dependabot[bot] 0f968afbb6
Update hypothesis requirement from <=6.98.5 to <=6.98.6 (#1930)
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-6.98.6)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-16 13:18:29 +02:00
dependabot[bot] 56dee2e7e1
Update hypothesis requirement from <=6.98.4 to <=6.98.5 (#1927)
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-6.98.5)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-15 11:03:40 +02:00
anthony sottile 15a3265f15
fix warning for usage of utcfromtimestamp (#1926)
resolves #1924
2024-02-13 17:30:44 +02:00
dependabot[bot] 37aa445cb6
Update hypothesis requirement from <=6.98.3 to <=6.98.4 (#1925)
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-6.98.4)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-13 12:03:49 +02:00
dependabot[bot] 305de48d55
Update hypothesis requirement from <=6.98.2 to <=6.98.3 (#1921)
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-6.98.3)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-09 11:31:05 +02:00
dependabot[bot] 9d1540d57f
Update hypothesis requirement from <=6.98.1 to <=6.98.2 (#1918)
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-6.98.2)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-06 14:02:37 +02:00
Christian Clauss 10f5c3fdd6
Upgrade to pytest v8 that remove nose compatibility (#1914) 2024-02-05 16:56:13 +02:00
dependabot[bot] a512ce9155
Update hypothesis requirement from <=6.97.4 to <=6.98.1 (#1915)
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-6.98.1)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05 12:38:41 +02:00
pyup-bot 3eabff6c05 Pin pytest-sugar to latest version 1.0.0 2024-02-02 02:15:19 +06:00
dependabot[bot] 8a584698a4
Update hypothesis requirement from <=6.97.3 to <=6.97.4 (#1910)
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-6.97.4)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 11:32:39 +02:00
dependabot[bot] 10dac959cc
Update hypothesis requirement from <=6.97.1 to <=6.97.3 (#1908)
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-6.97.3)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-31 07:35:07 +02:00
dependabot[bot] e1e753f763
Update hypothesis requirement from <=6.97.0 to <=6.97.1 (#1906)
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-6.97.1)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 10:56:42 +02:00
dependabot[bot] ee6ee2b14f
Update hypothesis requirement from <=6.96.2 to <=6.97.0 (#1901)
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-6.97.0)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-27 14:21:04 +02:00
ainscore 48f38779da
Always convert azureservicebus namespace to fully qualified (#1892)
* Always convert azureservicebus namespace to fully qualified

* Fix tests

* Format exception
2024-01-25 15:06:49 +01:00
dependabot[bot] 2d6d8baf0f
Update hypothesis requirement from <=6.96.1 to <=6.96.2 (#1894)
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-6.96.2)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 08:21:44 +02:00
Tomer Nosrati 9f4fd68aa3
hypothesis<=6.96.1 (#1891) 2024-01-20 01:40:54 +02:00
Tomer Nosrati d955a1a1e7
boto3>=1.26.143 (#1890) 2024-01-20 01:40:41 +02:00
Tomer Nosrati b50e5c2246 Bump version: 5.3.4 → 5.3.5 2024-01-12 21:53:46 +02:00