Skip to content

Commit 9081aa4

Browse files
build(deps): bump the all group with 2 updates
Bumps the all group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [requests](https://github.com/psf/requests). Updates `ruff` from 0.15.12 to 0.15.13 - [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.15.12...0.15.13) Updates `requests` from 2.34.0 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.34.0...v2.34.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbae396 commit 9081aa4

2 files changed

Lines changed: 33 additions & 26 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords = [
2020
"orchestration",
2121
]
2222
dependencies = [
23-
"requests (>=2.33.1,<3.0.0)",
23+
"requests (>=2.34.2,<3.0.0)",
2424
"pydantic (>=2.13.3,<3.0.0)",
2525
"pydantic-extra-types (>=2.6.0,<3.0.0)",
2626
"pydantic-settings (>=2.14.0,<3.0.0)",
@@ -40,7 +40,7 @@ packages = [{ include = "videoipath_automation_tool", from = "src" },
4040
{ include = "vipat_cli_scripts", from = "src" },]
4141

4242
[tool.poetry.group.dev.dependencies]
43-
ruff = "^0.15.12"
43+
ruff = "^0.15.13"
4444
pre-commit = "^4.6.0"
4545

4646
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)