Skip to content

Commit

Permalink
build: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Sep 29, 2024
1 parent bf8129e commit a50c6a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ typing-extensions = "*"
[tool.poetry.group.dev.dependencies]
mypy = "*"
ruff = "*"
pytest = "^7.0"
pytest = "*"
pytest-cov = "*"
types-requests = "*"
types-tabulate = "*"
gspread = "^5.12.4" # used in examples
gspread = "*" # used in examples

[tool.mypy]
files = ["aw_client", "tests", "examples"]
Expand Down

0 comments on commit a50c6a1

Please sign in to comment.