Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-parton committed Oct 13, 2023
1 parent ec92e72 commit 9ad04da
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 51 deletions.
70 changes: 25 additions & 45 deletions poetry.lock

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

9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ Changelog = "https://github.com/john-parton/chardetng-py/releases"
[tool.poetry.dependencies]
python = "^3.8"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
numpydoc = "^1.5.0"
maturin = "^1.1.0"
Pygments = ">=2.10.0"
black = ">=21.10b0"
coverage = {extras = ["toml"], version = ">=6.2"}
Expand All @@ -50,11 +49,9 @@ sphinx = ">=4.3.2"
sphinx-autobuild = ">=2021.3.14"
typeguard = ">=2.13.3"
xdoctest = {extras = ["colors"], version = ">=0.15.10"}
ruff = "^0.0.272"

[tool.poetry.group.dev.dependencies]
ruff = "^0.0.292"
sphinx-toolbox = "^3.5.0"
maturin = "^1.2.3"
maturin = "^1.3.0"

[tool.coverage.paths]
source = ["src", "*/site-packages"]
Expand Down

0 comments on commit 9ad04da

Please sign in to comment.