Skip to content

Commit

Permalink
bump pin of python-type-stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Apr 18, 2024
1 parent c8034cc commit 8537843
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ nox = "^2022.11.21"
pandas-stubs = "^2.2.0.240218"
pylint = "^2.15.8"
pytest = "^7.1.0"
python-type-stubs = { git = "https://github.com/gerlichlab/python-type-stubs.git", branch = "main" }
python-type-stubs = { git = "https://github.com/gerlichlab/python-type-stubs", tag = "v0.1.0" }

[tool.poetry.group.format]
optional = true
Expand All @@ -80,7 +80,7 @@ nox = "^2022.11.21"
pandas-stubs = "^2.2.0.240218"
pylint = "^2.15.8"
pytest = "^7.1.0"
python-type-stubs = { git = "https://github.com/gerlichlab/python-type-stubs.git", branch = "main" }
python-type-stubs = { git = "https://github.com/gerlichlab/python-type-stubs", tag = "v0.1.0" }

[tool.black]
target-version = ["py310"]
Expand Down

0 comments on commit 8537843

Please sign in to comment.