Skip to content

Commit d112427

Browse files
chore(deps): update all dependencies
1 parent 59d6773 commit d112427

File tree

6 files changed

+61
-59
lines changed

6 files changed

+61
-59
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version-file: ".python-version"
2323
- name: Install Poetry
24-
uses: snok/install-poetry@v1.3.4
24+
uses: snok/install-poetry@v1.4.1
2525
with:
2626
version: 1.8.3
2727
virtualenvs-create: true

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: ${{ matrix.python-version }}
3030
architecture: x64
3131
- name: Install Poetry
32-
uses: snok/install-poetry@v1.3.4
32+
uses: snok/install-poetry@v1.4.1
3333
with:
3434
version: ${{ matrix.poetry-version }}
3535
virtualenvs-create: true

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.4
1+
3.12.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.4-slim-bookworm as python-base
1+
FROM python:3.12.5-slim-bookworm as python-base
22

33
ENV PYTHONUNBUFFERED=1 \
44
PYTHONDONTWRITEBYTECODE=1 \

poetry.lock

Lines changed: 54 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ myapplication = "myapplication.main:main"
1818
python = "^3.12"
1919

2020
[tool.poetry.group.dev.dependencies]
21-
pytest = "8.2.2"
21+
pytest = "8.3.2"
2222
pytest-cov = "5.0.0"
23-
mypy = "1.10.0"
23+
mypy = "1.11.1"
2424
bandit = "1.7.9"
2525
docformatter = "1.7.5"
26-
ruff = "0.4.9"
26+
ruff = "0.5.6"
2727

2828
[build-system]
2929
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)