Skip to content

Commit c75bbd2

Browse files
authored
Merge pull request #8 from gastromatic/fw/update_lovely
update lovely-pytest-docker, bump version to 0.0.9
2 parents 44f9bb3 + efc1c71 commit c75bbd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pytest-docker-postgres",
8-
version="0.0.8",
8+
version="0.0.9",
99
author="Gastromatic",
1010
author_email="[email protected]",
1111
description="Pytest fixtures for postgres in docker",
@@ -18,7 +18,7 @@
1818
# These may be too strict, feel free to make a PR and change them
1919
install_requires=[
2020
"pytest>=5.0",
21-
"lovely-pytest-docker>=0.0.5",
21+
"lovely-pytest-docker>=0.2.0",
2222
"sqlalchemy>=1.3.6",
2323
"sqlalchemy-utils>=0.34.1",
2424
],

0 commit comments

Comments
 (0)