Skip to content

Commit 903bdfe

Browse files
Bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [pypdf](https://github.com/py-pdf/pypdf), [poethepoet](https://github.com/nat-n/poethepoet) and [ruff](https://github.com/astral-sh/ruff). Updates `pypdf` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](py-pdf/pypdf@5.1.0...5.2.0) Updates `poethepoet` from 0.32.0 to 0.32.2 - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](nat-n/poethepoet@v0.32.0...v0.32.2) Updates `ruff` from 0.8.4 to 0.9.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.8.4...0.9.4) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: poethepoet dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d1fd67 commit 903bdfe

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

poetry.lock

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ exclude = ["src/facturx/test_*"]
1818

1919
[tool.poetry.dependencies]
2020
python = "^3.11"
21-
pypdf = "^5.1.0"
21+
pypdf = "^5.2.0"
2222

2323
[tool.poetry.group.dev.dependencies]
2424
babel = "~=2.16.0"
2525
mypy = "~=1.14.1"
26-
poethepoet = "^0.32.0"
26+
poethepoet = "^0.32.2"
2727
pytest = "^8.3.4"
28-
ruff = "^0.8.4"
28+
ruff = "^0.9.4"
2929

3030
[tool.poe.tasks]
3131
i18n-extract = "pybabel extract -o messages.pot src"

0 commit comments

Comments
 (0)