Skip to content

Commit 03a8249

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-node-7.0.0
2 parents a9df52a + fbc21ed commit 03a8249

2 files changed

Lines changed: 69 additions & 69 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"hatchling==1.31.0"
3+
"hatchling==1.32.0"
44
]
55
build-backend = "hatchling.build"
66

@@ -14,8 +14,8 @@ dependencies = [
1414
"mdutils==1.8.1",
1515
"prettytable==3.18.0",
1616
"GitPython==3.1.59",
17-
"packaging==26.2",
18-
"python-dotenv==1.2.2",
17+
"packaging==26.3",
18+
"python-dotenv==1.2.3",
1919
"socketdev==3.5.0",
2020
"beautifulsoup4==4.15.0",
2121
"markdown==3.10.3",
@@ -47,11 +47,11 @@ test = [
4747
"pytest-watch==4.2.0"
4848
]
4949
dev = [
50-
"ruff==0.16.1",
50+
"ruff==0.16.3",
5151
"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"
52+
"uv==0.12.5", # for dependency management
53+
"pre-commit==4.6.2",
54+
"hatch==1.18.0"
5555
]
5656

5757
[project.scripts]

0 commit comments

Comments
 (0)