Skip to content

Commit

Permalink
Unpin dev dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
smkent committed Nov 10, 2022
1 parent cbebf09 commit 8b9a549
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
26 changes: 20 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ pytest = "*"
pytest-cov = "*"
pytest-github-actions-annotate-failures = "*"
pytest-sugar = "*"
types-requests = "^2.28.9"
pytest-mock = "^3.8.2"
responses = "^0.21.0"
types-requests = "*"
pytest-mock = "*"
responses = "*"

[tool.poetry.scripts]
safeway-coupons = "safeway_coupons.app:main"
Expand Down

0 comments on commit 8b9a549

Please sign in to comment.