Skip to content

Commit

Permalink
Merge pull request #1016 from miketheman/miketheman/fix-deps
Browse files Browse the repository at this point in the history
Update minimum required `port-for`
  • Loading branch information
fizyk authored Sep 5, 2024
2 parents a03fc46 + 12e5452 commit ea2fe16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/1015.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Set minimum version of `port-for` dependecy in pyproject.toml for client installations.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
]
dependencies = [
"pytest >= 6.2",
"port-for >= 0.6.0",
"port-for >= 0.7.3",
"mirakuru",
"setuptools",
"psycopg >= 3.0.0"
Expand Down

0 comments on commit ea2fe16

Please sign in to comment.