Skip to content

Commit d977dbd

Browse files
Bump the python-packages group across 1 directory with 2 updates
Bumps the python-packages group with 2 updates in the / directory: [ruff](https://github.com/astral-sh/ruff) and [botocore](https://github.com/boto/botocore). Updates `ruff` from 0.15.10 to 0.15.12 - [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.10...0.15.12) Updates `botocore` from 1.42.89 to 1.42.96 - [Commits](boto/botocore@1.42.89...1.42.96) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.42.93 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6512415 commit d977dbd

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

poetry.lock

Lines changed: 23 additions & 23 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
@@ -18,7 +18,7 @@ dependencies = [
1818
"geoalchemy2 (>=0.14.0,<0.19.0)",
1919
"flask-htmx (>=0.4.0,<0.5.0)",
2020
"opensearch-py (>=3.0.0,<4.0.0)",
21-
"botocore (>=1.42.89,<2.0.0)",
21+
"botocore (>=1.42.96,<2.0.0)",
2222
"beautifulsoup4 (>=4.14.2,<5.0.0)",
2323
"flask-talisman (>=1.1.0,<2.0.0)",
2424
"haversine (>=2.9.0,<3.0.0)",
@@ -34,7 +34,7 @@ packages = [
3434

3535
[tool.poetry.group.dev.dependencies]
3636
black = "^26.3.1"
37-
ruff = "^0.15.10"
37+
ruff = "^0.15.12"
3838
isort = "^8.0.1"
3939
beautifulsoup4 = "^4.14.2"
4040
moto = {version = ">=5.0.0,<6.0.0", extras = ["s3"]}

0 commit comments

Comments
 (0)