Skip to content

Commit 0a5cd76

Browse files
authored
Update pyproject.toml
Signed-off-by: David Osipov <[email protected]>
1 parent 6da3ea2 commit 0a5cd76

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "PostQuantum-Feldman-VSS"
7-
version = "0.8.1b0"
7+
version = "0.8.1b1"
88
authors = [
99
{ name = "David Osipov", email = "[email protected]" },
1010
]
@@ -21,8 +21,6 @@ classifiers = [
2121
"License :: OSI Approved :: MIT License",
2222
"Operating System :: OS Independent",
2323
"Programming Language :: Python :: 3",
24-
"Programming Language :: Python :: 3.8",
25-
"Programming Language :: Python :: 3.9",
2624
"Programming Language :: Python :: 3.10",
2725
"Programming Language :: Python :: 3.11",
2826
"Programming Language :: Python :: 3.12",
@@ -43,9 +41,12 @@ dev = [
4341
"black >= 24.0",
4442
"isort >= 5.10",
4543
"flake8 >= 7.0",
44+
"bandit >= 1.7.4",
45+
"ruff >= 0.1.0",
46+
"mypy >= 1.0.0",
4647
"types-requests",
4748
"types-setuptools",
48-
"msgpack-types == 0.5.0"
49+
"msgpack-types >= 0.5.0",
4950
]
5051

5152
[project.urls]
@@ -122,4 +123,4 @@ target-version = ['py38', 'py39', 'py310', 'py311', 'py312', 'py313']
122123
[tool.flake8]
123124
max-line-length = 100
124125
extend-ignore = ["E203", "W503"]
125-
per-file-ignores = ["__init__.py:F401"]
126+
per-file-ignores = ["__init__.py:F401"]

0 commit comments

Comments
 (0)