update dependencies

This commit is contained in:
David Lord 2023-06-27 07:11:22 -07:00
parent ec2b2394dc
commit aca7d5637d
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
7 changed files with 17 additions and 19 deletions

View file

@ -54,8 +54,6 @@ version = {attr = "flask.__version__"}
testpaths = ["tests"]
filterwarnings = [
"error",
# change in Python 3.12 causes warning from inside pytest
"ignore:ast:DeprecationWarning",
]
[tool.coverage.run]