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 Feb 6, 2025
1 parent 18ae44a commit aefc4cd
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 48 deletions.
82 changes: 38 additions & 44 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "har2tree"
version = "1.27.9"
version = "1.27.10"
description = "HTTP Archive (HAR) to ETE Toolkit generator"
authors = [
{name="Raphaël Vinot", email="[email protected]"}
Expand All @@ -13,7 +13,7 @@ dynamic = [ "classifiers" ]

dependencies = [
"ete3 (>=3.1.3)",
"beautifulsoup4[charset-normalizer,lxml] (>=4.13.1)",
"beautifulsoup4[charset-normalizer,lxml] (>=4.13.3)",
"publicsuffixlist (>=1.0.2.20250202)",
"filetype (>=1.2.0)",
# poetry up fails with the version of numpy forced for python < 3.10.
Expand Down Expand Up @@ -44,10 +44,10 @@ classifiers = [
docs = ["Sphinx (>=8.1.3) ; python_version >= \"3.10\"", "six (>=1.17.0)"]

[tool.poetry.group.dev.dependencies]
mypy = "^1.14.1"
mypy = "^1.15.0"
pytest-cov = "^6.0.0"
coverage = "^7.6.10"
types-beautifulsoup4 = "^4.12.0.20241020"
types-beautifulsoup4 = "^4.12.0.20250204"

[build-system]
requires = ["poetry-core>=2.0"]
Expand Down

0 comments on commit aefc4cd

Please sign in to comment.