Skip to content

Commit

Permalink
Update Black Package to >=22
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRicoPSU committed Dec 5, 2022
1 parent aed1dc1 commit b2ab470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pandas-genomics"
version = "0.11.1"
version = "0.11.2"
description = "Pandas ExtensionDtypes and ExtensionArray for working with genomics data"
license = "BSD-3-Clause"
authors = ["John McGuigan <jrm5100@psu.edu>"]
Expand Down Expand Up @@ -34,7 +34,7 @@ pytest = "^6"
flake8 = "^3.8.4"
pytest-cov = "^2.10.1"
pytest-xdist = "^2.1.0"
black = "^20.8b1"
black = ">=22"

[tool.poetry.extras]
docs = ["sphinx", "numpydoc", "sphinx_rtd_theme", "sphinx-copybutton", "ipython"]
Expand Down

0 comments on commit b2ab470

Please sign in to comment.