Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jul 23, 2024
1 parent ca07ea5 commit ffb8033
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 70 deletions.
134 changes: 67 additions & 67 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ Sphinx = [
]

[tool.poetry.group.dev.dependencies]
mypy = "^1.10.1"
types-requests = "^2.32.0.20240622"
mypy = "^1.11.0"
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.2.2"
pytest = "^8.3.1"

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

0 comments on commit ffb8033

Please sign in to comment.