Skip to content

Commit b5d5f91

Browse files
committed
ignore deprecation
1 parent 76119f4 commit b5d5f91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.13",
2525
"Typing :: Typed",
2626
]
27-
dependencies = ["witty>=v0.2.0", "CT3>=3.3.3", "numpy", "setuptools>=75.8.0"]
27+
dependencies = ["witty>=v0.2.1", "CT3>=3.3.3", "numpy", "setuptools>=75.8.0"]
2828

2929
[dependency-groups]
3030
dev = [
@@ -70,4 +70,4 @@ pretty = true
7070

7171
[tool.pytest.ini_options]
7272
addopts = "-v --color=yes"
73-
filterwarnings = ["error"]
73+
filterwarnings = ["error", "ignore:'cgi' is deprecated"]

0 commit comments

Comments
 (0)