Skip to content

Commit

Permalink
chore: 🔧 lockfile maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Nov 29, 2022
1 parent 24296a0 commit 54ef493
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 32 deletions.
54 changes: 27 additions & 27 deletions poetry.lock

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

8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ python = "^3.8"
pydantic = "^1.8.1"
redis = "^4.3.4"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
types-redis = "^4.3.21.5"
pytest = "^7.2"
pre-commit = "^2.20.0"
black = "^22.10"
Expand All @@ -35,10 +36,7 @@ isort = "^5.10.1"
pytest-cov = "^4.0.0"
mypy = "^0.991"
python-semantic-release = "^7.32.1"
ruff = "^0.0.120"

[tool.poetry.group.dev.dependencies]
types-redis = "^4.3.21.5"
ruff = "^0.0.146"

[tool.semantic_release]
version_variable = [
Expand Down

0 comments on commit 54ef493

Please sign in to comment.