Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Dec 22, 2023
1 parent df15367 commit ccbfd83
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 57 deletions.
129 changes: 74 additions & 55 deletions poetry.lock

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

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ Sphinx = [
]

[tool.poetry.group.dev.dependencies]
mypy = "^1.7.1"
mypy = "^1.8.0"
types-requests = "^2.31.0.10"
ipython = [
{version = "<8.13.0", python = "<3.9"},
{version = "^8.13.0", python = ">=3.9"}
{version = "^8.18.0", python = ">=3.9"},
{version = "^8.19.0", python = ">=3.10"}
]
pytest = "^7.4.3"

Expand Down

0 comments on commit ccbfd83

Please sign in to comment.