Skip to content

Commit

Permalink
Merge pull request #66 from smkent/update-deps
Browse files Browse the repository at this point in the history
Update project dependencies via `poetry update`
  • Loading branch information
smkent authored Nov 10, 2022
2 parents a6df361 + 8b9a549 commit 9878917
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 56 deletions.
127 changes: 74 additions & 53 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 9878917

Please sign in to comment.