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 Oct 31, 2024
1 parent 59376aa commit 7344a8d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "har2tree"
version = "1.26.2"
version = "1.26.3"
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.8,<3.13"
ete3 = "^3.1.3"
beautifulsoup4 = {version= "^4.12.3", extras = ["lxml", "charset_normalizer"]}
publicsuffixlist = "^1.0.2.20241026"
publicsuffixlist = "^1.0.2.20241029"
filetype = "^1.2.0"
numpy = [
{ version = "<1.25", python = "<3.9" },
Expand Down Expand Up @@ -54,7 +54,7 @@ mypy = "^1.13.0"
ipython = [
{version = "^8.19.0", python = ">=3.10"}
]
jupyterlab = "^4.2.5"
jupyterlab = "^4.3.0"
pytest-cov = "^5.0.0"
coverage = [
{version = "^7.6.4", python = ">=3.9"}
Expand Down

0 comments on commit 7344a8d

Please sign in to comment.