Update Vangards to 0.3.1

This commit is contained in:
Chirstophe Mehay 2022-07-26 23:25:42 +02:00 committed by cmehay
parent 35ee048126
commit 7ccc5df943
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ onions = "onions:main"
python = ">=3.10,<3.11"
Jinja2 = ">=2.10"
importlib_metadata = ">=1.6.0"
vanguards = ">=0.3.1"
vanguards = "^0.3.1"
ipy = ">=1.00"
pytor = '^0.1.9'
pyentrypoint = "^0.8.0"
@ -37,8 +37,8 @@ tox = ">=3.15.0"
cryptography = ">=3.2"
pylint = ">=2.5.2"
ptpython = ">=3.0.2"
black = ">=19.10b0"
pre-commit = ">=2.3.0"
black = ">=22.6.0"
pre-commit = "^2.20.0"
pytest = ">=5.4.2"
pyfakefs = ">=4.0.2"