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-docker from 2.2.0 to 3.2.0 #513

Merged
merged 1 commit into from
Feb 8, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2025

Bumps pytest-docker from 2.2.0 to 3.2.0.

Release notes

Sourced from pytest-docker's releases.

v3.2.0

What's Changed

New Contributors

Full Changelog: avast/pytest-docker@v3.1.2...v3.2.0

v3.1.2

What's Changed

New Contributors

Full Changelog: avast/pytest-docker@v3.1.1...v3.1.2

v3.1.1

Type annotation for docker_compose_file fixed.

v3.1.0

Types for mypy.

v3.0.0

Python 3.8+ is now required, and Python 3.6 and 3.7 support was dropped. This comes with pytest v8 support.

Commits
  • 06dc166 version bump
  • 1069382 feat: option to ignore stderr when executing commands added (#115)
  • d1f2f65 version bump
  • dfef46d Added an example on how to reuse the project name to make it easier to debug ...
  • bdf164d chore: Python 3.13 support (#116)
  • d8939c8 docs: how to use multiple compose files (#113)
  • 0651ad6 version bump
  • 697d3d8 allow docker_compose_files to be a list
  • 3066c53 chore: Python 3.12 support
  • 0b89c76 feat: add types for mypy (#101)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 8, 2025
Copy link

codecov bot commented Feb 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.96%. Comparing base (2451f84) to head (3d63c5a).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #513   +/-   ##
=======================================
  Coverage   91.96%   91.96%           
=======================================
  Files          27       27           
  Lines        2228     2228           
=======================================
  Hits         2049     2049           
  Misses        179      179           

@dependabot dependabot bot force-pushed the dependabot/pip/pytest-docker-3.2.0 branch 2 times, most recently from 0bdbb0a to 8f80a73 Compare February 8, 2025 23:15
Bumps [pytest-docker](https://github.com/avast/pytest-docker) from 2.2.0 to 3.2.0.
- [Release notes](https://github.com/avast/pytest-docker/releases)
- [Changelog](https://github.com/avast/pytest-docker/blob/master/CHANGELOG.md)
- [Commits](avast/pytest-docker@v2.2.0...v3.2.0)

---
updated-dependencies:
- dependency-name: pytest-docker
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-docker-3.2.0 branch from 8f80a73 to 3d63c5a Compare February 8, 2025 23:19
@michaelhly michaelhly merged commit 0341444 into master Feb 8, 2025
7 checks passed
@michaelhly michaelhly deleted the dependabot/pip/pytest-docker-3.2.0 branch February 8, 2025 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

1 participant