Skip to content

Commit 48ab0aa

Browse files
author
Nikita Filonov
committed
Update pyproject.toml
1 parent 1a78a14 commit 48ab0aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 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 = "ui-coverage-tool"
7-
version = "0.32.0"
7+
version = "0.33.0"
88
description = "UI Coverage Tool is an innovative, no-overhead solution for tracking and visualizing UI test coverage — directly on your actual application, not static snapshots."
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
license = { file = "LICENSE" }
@@ -46,10 +46,10 @@ classifiers = [
4646
requires-python = ">=3.11"
4747

4848
dependencies = [
49-
"click==8.1.8",
50-
"pyyaml==6.0.2",
51-
"pydantic==2.11.3",
52-
"pydantic-settings==2.8.1"
49+
"click",
50+
"pyyaml",
51+
"pydantic",
52+
"pydantic-settings"
5353
]
5454

5555
[project.urls]

0 commit comments

Comments
 (0)