Skip to content

Commit

Permalink
Update ipython version
Browse files Browse the repository at this point in the history
  • Loading branch information
spapanik committed Jan 3, 2024
1 parent bb49c49 commit f76c766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ dj_settings = "^4.2"
packaging = "^23.0"

[tool.poetry.group.dev.dependencies]
ipdb = { version = "^0.13", python = "^3.9" }
ipython = { version = "^8.12", python = "^3.9" }
ipdb = { version = "^0.13", python = "^3.10" }
ipython = { version = "^8.12", python = "^3.10" }
pipdeptree = "^2.7"

[tool.poetry.group.lint.dependencies]
Expand Down

0 comments on commit f76c766

Please sign in to comment.