Skip to content

Commit 0070000

Browse files
Revert "tools: remove flake8-bandit"
1 parent d47e097 commit 0070000

File tree

3 files changed

+149
-29
lines changed

3 files changed

+149
-29
lines changed

poetry.lock

Lines changed: 147 additions & 28 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ taskipy = "^1.6.0"
3434
black = "^21.7b0"
3535
flake8 = "~=3.8"
3636
flake8-annotations = "~=2.3"
37+
flake8-bandit = "^2.1.2"
3738
flake8-bugbear = "~=20.1"
3839
flake8-docstrings = "~=1.5"
3940
flake8-isort = "^4.0.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ idna==3.2 ; python_version >= "3.5"
1818
multidict==5.2.0 ; python_version >= "3.6"
1919
pycares==4.1.2
2020
pycparser==2.20 ; python_version >= "2.7" and python_version != "3.0" and python_version != "3.1" and python_version != "3.2" and python_version != "3.3"
21-
pydantic==1.8.2 ; python_full_version >= "3.6.1"
21+
pydantic==1.9.0 ; python_full_version >= "3.6.1"
2222
pyreadline3==3.3 ; sys_platform == "win32"
2323
python-dateutil==2.8.2 ; python_version != "3.0"
2424
python-dotenv==0.19.0 ; python_version >= "3.5"

0 commit comments

Comments
 (0)