Skip to content

Commit

Permalink
fixed type in ipython dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MeyerBender committed Nov 21, 2024
1 parent 655bc56 commit b0cf8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bandit = "^1.7.4"
safety = "^2.1.1"

[tool.poetry.extras]
docs = ["Sphinx", "sphinx-book-theme", "sphinxcontrib-napoleon", "nbsphinx", "Ipython"]
docs = ["Sphinx", "sphinx-book-theme", "sphinxcontrib-napoleon", "nbsphinx", "IPython"]

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

0 comments on commit b0cf8f7

Please sign in to comment.