diff --git a/Pipfile b/Pipfile index 622a36838..146baa50e 100644 --- a/Pipfile +++ b/Pipfile @@ -74,7 +74,7 @@ toml = "==0.10.2" tomli = "==2.0.1" tqdm = "==4.62.3" typing-extensions = "==4.0.1" -unidecode = "==1.3.7" +unidecode = "==1.3.8" uritemplate = "==4.1.1" urllib3 = "==1.26.18" virtualenv = "==20.13.4" @@ -90,12 +90,12 @@ types-setuptools = "==57.4.18" types-markdown = "==3.3.31" # Lock dependencies astroid = "==2.11.7" -bandit = "==1.7.6" +bandit = "==1.7.7" dodgy = "==0.2.1" flake8 = "==3.9.2" flake8-polyfill = "==1.0.2" gitdb = "==4.0.11" -gitpython = "==3.1.40" +gitpython = "==3.1.41" isort = "==5.10.1" lazy-object-proxy = "==1.7.1" mccabe = "==0.6.1" @@ -110,7 +110,7 @@ pyflakes = "==2.3.1" pylint = "==2.13.9" pylint-celery = "==0.3" # version > "==2.5.3" are not working with pylint-plugin-utils -pylint-django = "==2.5.3" +pylint-django = "==2.5.5" pylint-flask = "==0.6" pylint-plugin-utils = "==0.7" pyyaml = "==6.0.1"