Skip to content

Commit

Permalink
Merge pull request #14 from pbs-data-solutions/dependabot/pip/mypy-1.8.0
Browse files Browse the repository at this point in the history
Bump mypy from 1.7.1 to 1.8.0
  • Loading branch information
sanders41 authored Jan 8, 2024
2 parents 43272bb + 0086258 commit b6bf1bd
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ uvicorn = {version = "0.25.0", extras = ["standard"]}

[tool.poetry.group.dev.dependencies]
httpx = "0.26.0"
mypy = "1.7.1"
mypy = "1.8.0"
pre-commit = "3.6.0"
pytest = "7.4.4"
pytest-asyncio = "0.21.1" # pinned to this version because newer version have an issue with the event loop closing early: https://github.com/pytest-dev/pytest-asyncio/issues/708
Expand Down

0 comments on commit b6bf1bd

Please sign in to comment.