Skip to content

Commit bbf1ef2

Browse files
fix(deps): update python packages
1 parent 5a80311 commit bbf1ef2

File tree

2 files changed

+117
-55
lines changed

2 files changed

+117
-55
lines changed

poetry.lock

Lines changed: 116 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ isort = ">=5.10"
3737
# flake8 plugins should be listed here (in alphabetical order)
3838
flake8-black = ">=0.2.1"
3939
flake8-docstrings = ">=1.5.0"
40-
flake8-import-order = ">=0.18.1,<0.19.0" # we're not compatible with 0.19.0 yet due to #226
40+
flake8-import-order = ">=0.19.2,<0.20.0" # we're not compatible with 0.19.0 yet due to #226
4141
flake8-tidy-imports = ">=4.11.0"
4242
pep8-naming = ">=0.11.1"
4343

0 commit comments

Comments
 (0)