Skip to content

Commit 5f449b7

Browse files
Bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [pypdf](https://github.com/py-pdf/pypdf), [babel](https://github.com/python-babel/babel) and [ruff](https://github.com/astral-sh/ruff). Updates `pypdf` from 5.2.0 to 5.3.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.2.0...5.3.0) Updates `babel` from 2.16.0 to 2.17.0 - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](python-babel/babel@v2.16.0...v2.17.0) Updates `ruff` from 0.9.4 to 0.9.9 - [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.9.4...0.9.9) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: babel dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 91afead commit 5f449b7

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

poetry.lock

+27-27
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.2.0"
21+
pypdf = "^5.3.0"
2222

2323
[tool.poetry.group.dev.dependencies]
24-
babel = "~=2.16.0"
24+
babel = "~=2.17.0"
2525
mypy = "~=1.14.1"
2626
poethepoet = "^0.32.2"
2727
pytest = "^8.3.4"
28-
ruff = "^0.9.4"
28+
ruff = "^0.9.9"
2929

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

0 commit comments

Comments
 (0)