Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pytest-celery from 1.0.0 to 1.1.2 #2207

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps pytest-celery from 1.0.0 to 1.1.2.

Release notes

Sourced from pytest-celery's releases.

v1.1.2

What's Changed

Key Highlights

Fixed Redis container instabilities in #405

Other Changes

New Contributors

Full Changelog: celery/pytest-celery@v1.1.1...v1.1.2

v1.1.1

What's Changed

Full Changelog: celery/pytest-celery@v1.1.0...v1.1.1

v1.1.0

What's Changed

Key Highlights

  • New SQS broker using Localstack (Disabled by default).

... (truncated)

Changelog

Sourced from pytest-celery's changelog.

1.1.2

:release-date: 14 August, 2024 :release-by: Tomer Nosrati

What's Changed

Key Highlights

Fixed Redis container instabilities in #405

Other Changes

  • Build(deps): Bump botocore from 1.34.158 to 1.34.161 (#382)
  • Build(deps): Bump boto3 from 1.34.158 to 1.34.161 (#383)
  • Build(deps): Bump botocore from 1.34.161 to 1.34.162 (#384)
  • Build(deps): Bump setuptools from 72.1.0 to 72.2.0 (#381)
  • Build(deps-dev): Bump types-redis from 4.6.0.20240806 to 4.6.0.20240819 (#385)
  • Build(deps): Bump boto3 from 1.34.161 to 1.34.162 (#386)
  • Build(deps): Bump setuptools from 72.2.0 to 73.0.0 (#387)
  • Build(deps): Bump setuptools from 73.0.0 to 73.0.1 (#388)
  • Build(deps-dev): Bump mypy from 1.11.1 to 1.11.2 (#389)
  • Build(deps): Bump setuptools from 73.0.1 to 74.0.0 (#390)
  • Build(deps): Bump urllib3 from 1.26.19 to 1.26.20 (#391)
  • Build(deps): Bump setuptools from 74.0.0 to 74.1.0 (#392)
  • Build(deps-dev): Bump types-redis from 4.6.0.20240819 to 4.6.0.20240903 (#393)
  • Build(deps): Bump setuptools from 74.1.0 to 74.1.1 (#394)
  • Build(deps): Bump setuptools from 74.1.1 to 74.1.2 (#395)
  • Added docker cleanup auto-fixture to improve tests stability (#396)
  • Changed --reruns 3 -> 5 in the CI for hybrid_setup example (to mitigate docker failures) (#398)
  • Added "--reruns-delay 10" in the examples CI (#399)
  • Bumping Dependencies (inc. pyproject.toml) (#397)
  • Build(deps-dev): Bump pytest from 8.3.2 to 8.3.3 (#402)
  • blacksmith.sh: Migrate workflows to Blacksmith (#403)
  • Build(deps): Bump botocore from 1.35.14 to 1.35.18 (#404)
  • Fix Redis container from aborting randomly (#405)
  • Prepare for release: v1.1.2 (#406)

.. _version-1.1.1:

1.1.1

:release-date: 12 August, 2024 :release-by: Tomer Nosrati

What's Changed

... (truncated)

Commits
  • 34df9d7 Prepare for release: v1.1.2 (#406)
  • 6fb93a0 Fix Redis container from aborting randomly (#405)
  • b407343 Build(deps): Bump botocore from 1.35.14 to 1.35.18 (#404)
  • 53d2b1e blacksmith.sh: Migrate workflows to Blacksmith (#403)
  • abf01f0 [pre-commit.ci] pre-commit autoupdate
  • 09c4c0e Build(deps-dev): Bump pytest from 8.3.2 to 8.3.3 (#402)
  • 4775c23 Bumping Dependencies (inc. pyproject.toml) (#397)
  • 0dac54d Added "--reruns-delay 10" in the examples CI (#399)
  • 159ca66 Changed --reruns 3 -> 5 in the CI (to mitigate docker failures) (#398)
  • acd8010 Added docker cleanup auto-fixture to improve tests stability (#396)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pytest-celery](https://github.com/celery/pytest-celery) from 1.0.0 to 1.1.2.
- [Release notes](https://github.com/celery/pytest-celery/releases)
- [Changelog](https://github.com/celery/pytest-celery/blob/main/Changelog.rst)
- [Commits](celery/pytest-celery@v1.0.0...v1.1.2)

---
updated-dependencies:
- dependency-name: pytest-celery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 16, 2024 06:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 16, 2024
@dependabot dependabot bot requested a review from Uxio0 September 16, 2024 06:49
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2024

Superseded by #2217.

@dependabot dependabot bot closed this Sep 23, 2024
@dependabot dependabot bot deleted the dependabot/pip/pytest-celery-1.1.2 branch September 23, 2024 06:21
@github-actions github-actions bot locked and limited conversation to collaborators Sep 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants