Skip to content

Commit

Permalink
dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Oct 10, 2024
1 parent 3de634d commit 7b56d41
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 50 deletions.
94 changes: 49 additions & 45 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ include = [
python = "^3.10"
python-ndn = "^0.4.2"
pyyaml = "^6.0"
setuptools = "^69.0.0"
setuptools = "^75.0.0"

# Extra dependencies [dev]
pytest = { version = "^8.0.0", optional = true }
pytest-cov = { version = "^4.1.0", optional = true }
pytest-cov = { version = "^5.0.0", optional = true }
plyvel = { version = "^1.5.0", optional = true }
pymongo = { version = "^4.4.1", optional = true }

# Extra dependencies [docs]
Sphinx = { version = "^7.1.2", optional = true }
sphinx-rtd-theme = { version = "^2.0.0", optional = true }
sphinx-autodoc-typehints = { version = "^1.24.0", optional = true }
Sphinx = { version = "^8.0.0", optional = true }
sphinx-rtd-theme = { version = "^3.0.0", optional = true }
sphinx-autodoc-typehints = { version = "^2.5.0", optional = true }

[tool.poetry.extras]
docs = ["Sphinx", "sphinx-rtd-theme", "sphinx-autodoc-typehints"]
Expand Down

0 comments on commit 7b56d41

Please sign in to comment.