Skip to content

Commit fa23292

Browse files
committed
0.2.1
1 parent 6013b29 commit fa23292

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

pyproject.toml

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

55
[project]
66
name = "pyupgradecheck"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Check your installed Python packages for version compatibility"
99
readme = "README.md"
1010
requires-python = ">=3.9"
@@ -15,6 +15,7 @@ dependencies = [
1515
"halo",
1616
"httpx",
1717
"rich-argparse",
18+
"hypothesis>=6.141.1",
1819
]
1920
keywords = ["python", "compatibility", "pypi", "upgrade", "cli", "dependency"]
2021
classifiers = [

pyupgradecheck/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"
22

33
from .checker import (check_environment, check_pkg_compatibility,
44
get_installed_packages)

uv.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)