There was an error while loading. Please reload this page.
2 parents a9df52a + fbc21ed commit 03a8249Copy full SHA for 03a8249
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
requires = [
3
- "hatchling==1.31.0"
+ "hatchling==1.32.0"
4
]
5
build-backend = "hatchling.build"
6
@@ -14,8 +14,8 @@ dependencies = [
14
"mdutils==1.8.1",
15
"prettytable==3.18.0",
16
"GitPython==3.1.59",
17
- "packaging==26.2",
18
- "python-dotenv==1.2.2",
+ "packaging==26.3",
+ "python-dotenv==1.2.3",
19
"socketdev==3.5.0",
20
"beautifulsoup4==4.15.0",
21
"markdown==3.10.3",
@@ -47,11 +47,11 @@ test = [
47
"pytest-watch==4.2.0"
48
49
dev = [
50
- "ruff==0.16.1",
+ "ruff==0.16.3",
51
"twine==7.0.0", # for building
52
- "uv==0.12.0", # for dependency management
53
- "pre-commit==4.6.1",
54
- "hatch==1.17.1"
+ "uv==0.12.5", # for dependency management
+ "pre-commit==4.6.2",
+ "hatch==1.18.0"
55
56
57
[project.scripts]
0 commit comments