iterative / dvc-ssh

SSH/SFTP plugin for dvc
Apache License 2.0
1 stars 3 forks source link

build(deps-dev): update pytest-docker requirement from <2,>=1 to >=1,<4 #62

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Updates the requirements on pytest-docker to permit the latest version.

Release notes

Sourced from pytest-docker's releases.

v3.1.1

Type annotation for docker_compose_file fixed.

Changelog

Sourced from pytest-docker's changelog.

Changelog

Version 2.0.0

Breaking changes:

  • Default command changed from docker-compose to docker compose, so the V2 is the default one.

Version 1.0.1

Chore:

  • Set dependency on attrs to be the same as in pytest

Version 1.0.0

Breaking changes:

  • Default behavior is not to install docker-compose at all when installing pytest-docker with PIP. Use the docker-compose-v1 extra.

Feat:

  • Add support for Docker Compose v2 via a new pytest fixture, docker_compose_command that should return docker compose.

Version 0.13.0

Feat:

  • In get_docker_ip(), if DOCKER_HOST is using the unix: scheme then return "127.0.0.1"

Version 0.12.0

Changes:

  • Add docker_setup fixture to allow custom setup actions for docker-compose (contributed by @​raddessi)

Version 0.11.0

Changes:

Version 0.10.3

Changes:

... (truncated)

Commits
  • 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)
  • eed92e9 chore: version bump
  • f53073b chore: pytest dependency relaxed to include v8
  • b67c5a7 feat!: Python 3.8 required
  • daede13 chore: Pytest v8 added to test matrix
  • 56e6537 chore: version bump
  • dd78a70 feat: ability to supply multiple commands for docker_setup and `docker_clea...
  • Additional commits viewable in compare view


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 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[bot] commented 6 months ago

The following labels could not be found: maintenance.