Skip to content

Commit a860203

Browse files
Bump the python-minor group across 1 directory with 4 updates
Bumps the python-minor group with 4 updates in the / directory: [python-dotenv](https://github.com/theskumar/python-dotenv), [sentry-sdk](https://github.com/getsentry/sentry-python), [ruff](https://github.com/astral-sh/ruff) and [bandit](https://github.com/PyCQA/bandit). Updates `python-dotenv` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.2.1...v1.2.2) Updates `sentry-sdk` from 2.49.0 to 2.53.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.49.0...2.53.0) Updates `ruff` from 0.14.13 to 0.15.4 - [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.13...0.15.4) Updates `bandit` from 1.9.3 to 1.9.4 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.9.3...1.9.4) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: sentry-sdk dependency-version: 2.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8505fd commit a860203

File tree

2 files changed

+36
-37
lines changed

2 files changed

+36
-37
lines changed

poetry.lock

Lines changed: 32 additions & 33 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
@@ -10,9 +10,9 @@ packages = [{include = "pybot"}]
1010
[tool.poetry.dependencies]
1111
python = "^3.12"
1212
aiohttp = "^3.9"
13-
python-dotenv = "^1.0"
13+
python-dotenv = "^1.2"
1414
pyyaml = "^6.0"
15-
sentry-sdk = "^2.0"
15+
sentry-sdk = "^2.53"
1616
zipcodes = "^1.2"
1717

1818
[tool.poetry.group.dev.dependencies]
@@ -21,10 +21,10 @@ pytest-asyncio = "^1.0"
2121
pytest-aiohttp = "^1.0"
2222
pytest-mock = "^3.12"
2323
black = "^25.0"
24-
ruff = "^0.14"
24+
ruff = "^0.15"
2525
requests = "^2.31"
2626
pytest-cov = "^7.0.0"
27-
bandit = "^1.9.3"
27+
bandit = "^1.9.4"
2828
safety = "^3.7.0"
2929

3030
[tool.poetry.scripts]

0 commit comments

Comments
 (0)