Skip to content

Commit

Permalink
chore(builds): Speed up poetry commands by setting proper botocore ve…
Browse files Browse the repository at this point in the history
…rsion (#859)

* fix(dependencies): Fix poetry lock

* new lock file

* chore(build): Speed up docker build nby setting proper botocore version

* add new lock file

* removing line from the other PR
  • Loading branch information
themarcelor authored Jan 13, 2021
1 parent 12c05d7 commit a2637c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -16,7 +16,7 @@ authlib = "^0.11"
authutils = "^4.0.0"
bcrypt = "^3.1.4"
boto3 = "~1.9.91"
botocore = "~1.12.91"
botocore = "^1.12.253"
cached_property = "^1.5.1"
cdiserrors = "<2.0.0"
cdislogging = "^1.0.0"
Expand Down

0 comments on commit a2637c3

Please sign in to comment.