diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed072a..02640fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 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 diff --git a/setup.cfg b/setup.cfg index ebde0ff..1faf59a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytest-docker -version = 1.0.0 +version = 1.0.1 description = Simple pytest fixtures for Docker and docker-compose based tests long_description = file: README.md long_description_content_type = text/markdown @@ -34,7 +34,7 @@ packages=pytest_docker install_requires = pytest >=4.0, <8.0 - attrs >=19, <22 + attrs >=19.2.0 [options.extras_require] docker-compose-v1 =