Skip to content

Commit a064cd7

Browse files
build(deps-dev): bump the dev-dependencies group with 4 updates
Bumps the dev-dependencies group with 4 updates: [ruff](https://github.com/astral-sh/ruff), [black](https://github.com/psf/black), [boto3](https://github.com/boto/boto3) and [ipython](https://github.com/ipython/ipython). Updates `ruff` from 0.14.7 to 0.14.8 - [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.14.7...0.14.8) Updates `black` from 25.11.0 to 25.12.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.11.0...25.12.0) Updates `boto3` from 1.42.0 to 1.42.4 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.42.0...1.42.4) Updates `ipython` from 9.7.0 to 9.8.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.7.0...9.8.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: boto3 dependency-version: 1.42.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ipython dependency-version: 9.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1789092 commit a064cd7

File tree

2 files changed

+65
-64
lines changed

2 files changed

+65
-64
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ python-dotenv = "^1.2.1"
2626
httpx = "^0.28.1"
2727
pytest-httpx = "^0.35.0"
2828
pytest-httpserver = "^1.1.2"
29-
ruff = "^0.14.7"
29+
ruff = "^0.14.8"
3030
petname = "^2.6"
31-
black = "^25.11.0"
32-
boto3 = "^1.42.0"
31+
black = "^25.12.0"
32+
boto3 = "^1.42.4"
3333
moto = "^5.1.10"
3434
pyparsing = "^3.2.4"
3535
types-python-dateutil = "^2.9.0.20251115"
3636
aws-lambda-powertools = "^3.23.0"
3737

3838

3939
[tool.poetry.group.local.dependencies]
40-
ipython = "^9.7.0"
40+
ipython = "^9.8.0"
4141

4242
[tool.ruff]
4343
lint.select = [

0 commit comments

Comments
 (0)