diff options
author | Renovate Bot <bot@renovateapp.com> | 2021-07-08 08:56:37 +0000 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-07-08 07:58:34 -0700 |
commit | d5dcf1cb7e703ec732e12e41d2971726f27a4bdc (patch) | |
tree | e2239d3d64e45a8bd73d372f8d8d20dc478f3d9a | |
parent | 85713bbbecdcec577a72749d2e495f823791b00f (diff) | |
download | gitlab-d5dcf1cb7e703ec732e12e41d2971726f27a4bdc.tar.gz |
chore(deps): update dependency isort to v5.9.2
-rw-r--r-- | requirements-lint.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-lint.txt b/requirements-lint.txt index 089e6f8..4dac442 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,6 +1,6 @@ black==20.8b1 flake8==3.9.2 -isort==5.9.1 +isort==5.9.2 mypy==0.910 types-PyYAML==5.4.3 types-requests==2.25.0 |