Skip to content

Commit

Permalink
OPT: Update all non-major dependencies ⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and eigenein committed Dec 5, 2023
1 parent c93cedb commit 1c760c3
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 69 deletions.
128 changes: 65 additions & 63 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,23 @@ zstd = ["zstd"]
optional = true

[tool.poetry.group.dev.dependencies]
freezegun = "1.2.2"
mypy = "1.7.0"
freezegun = "1.3.1"
mypy = "1.7.1"
pytest = "7.4.3"
pytest-asyncio = "0.21.1"
pytest-asyncio = "0.23.2"
pytest-cov = "4.1.0"
ruff = "0.1.5"
ruff = "0.1.7"
types-redis = "^4.4.0.4"

[tool.poetry.group.docs]
optional = true

[tool.poetry.group.docs.dependencies]
mkdocs-material = "9.4.8"
mkdocs-material = "9.4.14"
pillow = "10.1.0"
cairosvg = "2.7.1"
mkdocs-git-revision-date-localized-plugin = "1.2.1"
mkdocstrings = { version = "0.23.0", extras = ["python"] }
mkdocstrings = { version = "0.24.0", extras = ["python"] }
mkdocs-autorefs = "0.5.0"
black = "23.11.0"

Expand Down

0 comments on commit 1c760c3

Please sign in to comment.