Skip to content

Commit

Permalink
chg: bump deps, version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Dec 13, 2024
1 parent 4be3f8d commit b842da2
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 38 deletions.
78 changes: 42 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "har2tree"
version = "1.27.4"
version = "1.27.5"
description = "HTTP Archive (HAR) to ETE Toolkit generator"
authors = ["Raphaël Vinot <[email protected]>"]
license = "BSD-3-Clause"
Expand All @@ -24,7 +24,7 @@ classifiers = [
python = ">=3.9,<3.14"
ete3 = "^3.1.3"
beautifulsoup4 = {version= "^4.12.3", extras = ["lxml", "charset_normalizer"]}
publicsuffixlist = "^1.0.2.20241210"
publicsuffixlist = "^1.0.2.20241213"
filetype = "^1.2.0"
numpy = [
{ version = "<2.1", python = "<3.10" },
Expand Down

0 comments on commit b842da2

Please sign in to comment.