Skip to content

Commit

Permalink
chore: mypy 1.11.0
Browse files Browse the repository at this point in the history
Probably needed for pydantic updates
  • Loading branch information
sfoster1 committed Sep 5, 2024
1 parent 8082363 commit b3f7e04
Show file tree
Hide file tree
Showing 16 changed files with 767 additions and 724 deletions.
2 changes: 1 addition & 1 deletion api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pyusb = "==1.2.1"
atomicwrites = { version = "==1.4.0", markers="sys_platform=='win32'" }
colorama = { version = "==0.4.4", markers="sys_platform=='win32'" }
coverage = "==7.4.1"
mypy = "==1.8.0"
mypy = "==1.11.0"
numpydoc = "==0.9.1"
pytest = "==7.4.4"
pytest-asyncio = "~=0.23.0"
Expand Down
58 changes: 29 additions & 29 deletions api/Pipfile.lock

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

2 changes: 1 addition & 1 deletion hardware/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pydantic-settings = "==2.4.0"
pytest = "==7.4.4"
pytest-lazy-fixture = "==0.6.3"
pytest-cov = "==4.1.0"
mypy = "==1.8.0"
mypy = "==1.11.0"
black = "==22.3.0"
flake8 = "==7.0.0"
flake8-annotations = "~=3.0.1"
Expand Down
58 changes: 29 additions & 29 deletions hardware/Pipfile.lock

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

2 changes: 1 addition & 1 deletion robot-server/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pytest-xdist = "~=2.5.0"
requests = "==2.27.1"
graphviz = "==0.19"
mock = "~=5.0.1"
mypy = "==1.8.0"
mypy = "==1.11.0"
flake8 = "==7.0.0"
flake8-annotations = "~=3.0.1"
flake8-docstrings = "~=1.7.0"
Expand Down
58 changes: 29 additions & 29 deletions robot-server/Pipfile.lock

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

2 changes: 1 addition & 1 deletion server-utils/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pytest-lazy-fixture = "==0.6.3"
pytest-xdist = "~=2.5.0"
requests = "==2.31.0"
mock = "==5.1.0"
mypy = "==1.8.0"
mypy = "==1.11.0"
flake8 = "==7.0.0"
flake8-annotations = "==3.0.1"
flake8-docstrings = "~=1.7.0"
Expand Down
Loading

0 comments on commit b3f7e04

Please sign in to comment.