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

2
poetry.lock generated
View file

@ -712,7 +712,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = ">=3.10,<3.11"
content-hash = "44628730fc402f5a621ad5adc21330b87a84cb136b2a563612637332599b5db6"
content-hash = "36c0058037c95211518d11eab3681a27a2f6e4314b40a7122715e8c741499989"
[metadata.files]
appdirs = [

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"