Skip to content

Commit

Permalink
ci: Pin boto3-stubs to 1.17.90 due to a bug in 1.17.91 (#2942)
Browse files Browse the repository at this point in the history
  • Loading branch information
aahung authored Jun 10, 2021
1 parent 7c14c83 commit b8e7e7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ pytest-cov==2.10.1
# mypy adds new rules in new minor versions, which could cause our PR check to fail
# here we fix its version and upgrade it manually in the future
mypy==0.790
boto3-stubs[essential]~=1.14
# 1.17.91 has a bug, https://github.com/vemel/mypy_boto3_builder/pull/82
boto3-stubs[essential]==1.17.90.post1

# Test requirements
pytest==6.1.1
Expand Down

0 comments on commit b8e7e7c

Please sign in to comment.