Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrosss committed Oct 19, 2023
1 parent c4904ee commit 9308b67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ python = "^3.8.1"
pyparsing = "^3.0.7"

[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
flake8 = "^6.0.0"
pylint = "^2.17.4"
reorder-python-imports = "^3.9.0"
black = "^23.10.0"
flake8 = "^6.1.0"
pylint = "^3.0.1"
reorder-python-imports = "^3.12.0"
bump2version = "^1.0.1"
pre-commit = "^3.3.3"
pytest = "^7.3.2"
pre-commit = "^3.5.0"
pytest = "^7.4.2"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 9308b67

Please sign in to comment.