Skip to content

Commit

Permalink
refactor: Use new Poetry group syntax (#259)
Browse files Browse the repository at this point in the history
* refactor: Use new Poetry group syntax

* refactor: Use consistent version range specifiers
  • Loading branch information
l0b0 authored Feb 11, 2024
1 parent 5e72e9a commit 230667c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -13,10 +13,10 @@ keywords = ["LINZ", "logging"]

[tool.poetry.dependencies]
python = "^3.8"
structlog = ">=22.1,<24.0"
structlog = "^23.2.0"
python-ulid = "^1.1.0"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
black = "^24.1.1"
isort = "^5.13.1"
pylint = "^3.0.2"
Expand Down

0 comments on commit 230667c

Please sign in to comment.