Skip to content

Commit

Permalink
Merge pull request #8 from gastromatic/fw/update_lovely
Browse files Browse the repository at this point in the history
update lovely-pytest-docker, bump version to 0.0.9
  • Loading branch information
faweis committed Feb 5, 2021
2 parents 44f9bb3 + efc1c71 commit c75bbd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pytest-docker-postgres",
version="0.0.8",
version="0.0.9",
author="Gastromatic",
author_email="mjboamail@gmail.com",
description="Pytest fixtures for postgres in docker",
Expand All @@ -18,7 +18,7 @@
# These may be too strict, feel free to make a PR and change them
install_requires=[
"pytest>=5.0",
"lovely-pytest-docker>=0.0.5",
"lovely-pytest-docker>=0.2.0",
"sqlalchemy>=1.3.6",
"sqlalchemy-utils>=0.34.1",
],
Expand Down

0 comments on commit c75bbd2

Please sign in to comment.