Skip to content

Commit

Permalink
Reverting mypy version due to issue with lambda parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
tblock79 committed Jun 10, 2024
1 parent b1a1c8e commit 4077f35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base
mypy
mypy<1.9.0
typing_extensions
hupper
watchdog
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ attrs==23.2.0
# via aiohttp
babel==2.15.0
# via sphinx
boto3==1.34.122
boto3==1.34.123
# via -r requirements.in
botocore==1.34.122
botocore==1.34.123
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -117,7 +117,7 @@ multidict==6.0.5
# via
# aiohttp
# yarl
mypy==1.10.0
mypy==1.8.0
# via -r requirements.in
mypy-extensions==1.0.0
# via mypy
Expand Down

0 comments on commit 4077f35

Please sign in to comment.