Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Aug 4, 2024
1 parent eab076e commit 1ea6ccb
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 59 deletions.
158 changes: 102 additions & 56 deletions poetry.lock

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

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,19 @@ python = "^3.8"
requests = "^2.32.3"
Sphinx = [
{version = "<7.2", python = "<3.9", optional = true},
{version = "^7.2", python = ">=3.9", optional = true}
{version = "^7.2", python = ">=3.9,<3.10", optional = true},
{version = "^8", python = ">=3.10", optional = true}
]

[tool.poetry.group.dev.dependencies]
mypy = "^1.11.0"
mypy = "^1.11.1"
types-requests = "^2.32.0.20240712"
ipython = [
{version = "<8.13.0", python = "<3.9"},
{version = "^8.18.0", python = ">=3.9"},
{version = "^8.19.0", python = ">=3.10"}
]
pytest = "^8.3.1"
pytest = "^8.3.2"

[tool.poetry.extras]
docs = ["Sphinx"]
Expand Down

0 comments on commit 1ea6ccb

Please sign in to comment.