Skip to content

Commit 30a0a85

Browse files
committed
chg: Bump deps, sync version with lookyloo
1 parent 84450ff commit 30a0a85

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

poetry.lock

+8-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "har2tree"
3-
version = "1.24.2"
3+
version = "1.25.0"
44
description = "HTTP Archive (HAR) to ETE Toolkit generator"
55
authors = ["Raphaël Vinot <[email protected]>"]
66
license = "BSD-3-Clause"
@@ -24,7 +24,7 @@ classifiers = [
2424
python = ">=3.8,<3.13"
2525
ete3 = "^3.1.3"
2626
beautifulsoup4 = {version= "^4.12.3", extras = ["lxml", "charset_normalizer"]}
27-
publicsuffixlist = "^1.0.1.20240701"
27+
publicsuffixlist = "^1.0.1.20240702"
2828
filetype = "^1.2.0"
2929
numpy = [
3030
{ version = "<1.25", python = "<3.9" },

0 commit comments

Comments
 (0)