Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2023
1 parent 8fbdb5c commit fde9dcc
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.5
3.12.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.5-slim-bookworm as python-base
FROM python:3.12.0-slim-bookworm as python-base

ENV PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1 \
Expand Down
136 changes: 66 additions & 70 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ python = "^3.11"
[tool.poetry.dev-dependencies]
pytest = "7.4.2"
pytest-cov = "4.1.0"
black = "23.9.1"
mypy = "1.5.1"
black = "23.10.1"
mypy = "1.6.1"
bandit = "1.7.5"
docformatter = "1.7.5"
ruff = "0.0.289"
ruff = "0.1.2"

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

0 comments on commit fde9dcc

Please sign in to comment.