Skip to content

Commit 036f588

Browse files
committed
chg: Bump deps, properly use poetry 2.0
1 parent 935dec1 commit 036f588

File tree

2 files changed

+40
-37
lines changed

2 files changed

+40
-37
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ authors = [
66
{name="Raphaël Vinot", email="[email protected]"}
77
]
88
license = "BSD-3-Clause"
9-
repository = "https://github.com/Lookyloo/har2tree"
10-
documentation = "https://har2tree.readthedocs.io/en/latest/"
119
readme = "README.md"
1210
requires-python = ">=3.9"
1311

@@ -16,15 +14,20 @@ dynamic = [ "classifiers" ]
1614
dependencies = [
1715
"ete3 (>=3.1.3)",
1816
"beautifulsoup4 [lxml,charset_normalizer] (>=4.12.3)",
19-
"publicsuffixlist (>=1.0.2.20250107)",
17+
"publicsuffixlist (>=1.0.2.20250127)",
2018
"filetype (>=1.2.0)",
21-
"numpy (<2.1) ; python_version <= '3.9'",
22-
"numpy (>=2.2) ; python_version >= '3.10'",
19+
"numpy (<2.1) ; python_version == \"3.9\"",
20+
"numpy (>=2.2.2) ; python_version >= \"3.10\"",
2321
"w3lib (>=2.2.1)",
2422
"tinycss2 (>=1.4.0)",
25-
"legacy-cgi (>=2.6) ; python_version >= '3.13,<4.0'",
23+
"legacy-cgi (>=2.6.2) ; python_version >= \"3.13,<4.0\"",
2624
]
2725

26+
[project.urls]
27+
repository = "https://github.com/Lookyloo/har2tree"
28+
issues = "https://github.com/Lookyloo/har2tree/issues"
29+
documentation = "https://har2tree.readthedocs.io/en/latest/"
30+
2831
[tool.poetry]
2932
classifiers = [
3033
'Operating System :: POSIX :: Linux',
@@ -36,7 +39,7 @@ classifiers = [
3639
]
3740

3841
[project.optional-dependencies]
39-
docs = ["Sphinx (>=8) ; python_version >= '3.10'", "six (>=1.17.0)"]
42+
docs = ["Sphinx (>=8.1.3) ; python_version >= \"3.10\"", "six (>=1.17.0)"]
4043

4144
[tool.poetry.group.dev.dependencies]
4245
mypy = "^1.14.1"

0 commit comments

Comments
 (0)