Skip to content

Commit cec134f

Browse files
build(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates
Bumps the dev-dependencies group with 4 updates in the / directory: [ruff](https://github.com/astral-sh/ruff), [boto3](https://github.com/boto/boto3), [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader) and [ipython](https://github.com/ipython/ipython). Updates `ruff` from 0.13.2 to 0.14.0 - [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.13.2...0.14.0) Updates `boto3` from 1.40.40 to 1.40.50 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.40.40...1.40.50) Updates `types-python-dateutil` from 2.9.0.20250822 to 2.9.0.20251008 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `ipython` from 9.5.0 to 9.6.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.5.0...9.6.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: boto3 dependency-version: 1.40.50 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: types-python-dateutil dependency-version: 2.9.0.20251008 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ipython dependency-version: 9.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa68b0c commit cec134f

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

poetry.lock

Lines changed: 37 additions & 37 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.1.1"
2626
httpx = "^0.28.1"
2727
pytest-httpx = "^0.35.0"
2828
pytest-httpserver = "^1.1.2"
29-
ruff = "^0.13.2"
29+
ruff = "^0.14.0"
3030
petname = "^2.6"
3131
black = "^25.9.0"
32-
boto3 = "^1.40.40"
32+
boto3 = "^1.40.50"
3333
moto = "^5.1.10"
3434
pyparsing = "^3.2.4"
35-
types-python-dateutil = "^2.9.0.20250822"
35+
types-python-dateutil = "^2.9.0.20251008"
3636
aws-lambda-powertools = "^3.21.0"
3737

3838

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

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

0 commit comments

Comments
 (0)