Skip to content

Commit

Permalink
Merge pull request #56 from ForrestWeiswolf/update-to-docker-6
Browse files Browse the repository at this point in the history
Update docker to 6.0.0
  • Loading branch information
jtdoepke authored Jun 6, 2023
2 parents 814c739 + 9a160d0 commit 73dc8ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ services:
- docker
language: python
python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-localstack"
version = "0.6.0"
version = "1.0.0"
description = "Pytest plugin for AWS integration tests"
authors = ["Mintel Group Ltd."]
license = "MIT"
Expand Down Expand Up @@ -30,9 +30,9 @@ include = ["CHANGELOG.rst", "LICENSE"]
localstack = "pytest_localstack"

[tool.poetry.dependencies]
python = "^3.6.2"
python = "^3.7.0"
botocore = "^1.4.31,!=1.4.45"
docker = "^4.0.0"
docker = "^6.0.0"
pluggy = "^0.12.0"
pytest = "^6.0.0" # need caplog (+ warnings for tests)

Expand Down

0 comments on commit 73dc8ab

Please sign in to comment.