Update dependencies to fix security flags

This commit is contained in:
2023-03-01 16:43:09 -05:00
parent 4f69c8b3b2
commit d711a17596
3 changed files with 123 additions and 28 deletions

View File

@@ -48,7 +48,7 @@ tox = "^3.8.0"
bandit = "^1.6.2"
black = "^22.3.0"
blacken-docs = "^1.8.0"
ipython = "^7.18.1"
ipython = {version = "^8.10.1", python = "^3.8"}
mdformat = "^0.6"
mdformat-gfm = "^0.2"
mypy = "^0.930"
@@ -58,7 +58,7 @@ pylint = "^2.13.0"
pytest = "^6.0.2"
pytest-cov = "^2.10.1"
reorder-python-imports = "^2.3.5"
safety = "^1.9.0"
safety = "^2.2.0"
toml = "^0.10.1"
tox = "^3.20.0"
types-toml = "^0.10.1"