Skip to content

Commit

Permalink
chore(deps): Relax attrs dependency (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luminaar committed Sep 14, 2022
1 parent e53a7e0 commit 519b155
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -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 =
Expand Down

0 comments on commit 519b155

Please sign in to comment.