Skip to content

Commit

Permalink
Merge pull request #136 from jorenham/maintenance/update-dependencies
Browse files Browse the repository at this point in the history
bump `basedpyright` to `1.19.1`, `tox` to `4.23.2`
  • Loading branch information
jorenham authored Oct 24, 2024
2 parents 6f8c0c9 + 3974993 commit 8a13598
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
17 changes: 10 additions & 7 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 @@ -5,7 +5,7 @@ requires = ["poetry-core"]
[tool.poetry]
name = "scipy-stubs"
description = "Typing Stubs for SciPy"
version = "1.14.1.1"
version = "1.14.1.2.dev0"
authors = ["Joren Hammudoglu <jhammudoglu@gmail.com>"]
license = "BSD-3-Clause"
readme = "README.md"
Expand Down Expand Up @@ -40,11 +40,11 @@ scipy = {version = ">=1.10", optional = true}
scipy = "1.14.1"
poethepoet = "^0.29.0"
pre-commit = "^4.0.1"
tox = "^4.23.0"
tox = "^4.23.2"

[tool.poetry.group.lint.dependencies]
basedmypy = "^2.6.0"
basedpyright = "^1.19.0"
basedpyright = "^1.19.1"
ruff = "^0.7.0"

[tool.poetry.group.codegen]
Expand Down

0 comments on commit 8a13598

Please sign in to comment.