Skip to content

Commit c997dfa

Browse files
chore(deps): bump the all group across 1 directory with 3 updates
Bumps the all group with 3 updates in the / directory: [python-dotenv](https://github.com/theskumar/python-dotenv), [ruff](https://github.com/astral-sh/ruff) and [pytest](https://github.com/pytest-dev/pytest). Updates `python-dotenv` from 1.0.1 to 1.1.0 - [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.0.1...v1.1.0) Updates `ruff` from 0.9.4 to 0.11.6 - [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.9.4...0.11.6) Updates `pytest` from 8.3.4 to 8.3.5 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.4...8.3.5) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: ruff dependency-version: 0.11.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01a023a commit c997dfa

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ package-mode = false
99
[tool.poetry.dependencies]
1010
python = "^3.12"
1111
algokit-utils = "^3.0.0"
12-
python-dotenv = "^1.0.0"
12+
python-dotenv = "^1.1.0"
1313

1414
[tool.poetry.group.dev.dependencies]
15-
ruff = "^0.9.4"
16-
pytest = "^8.3.2"
15+
ruff = "^0.11.10"
16+
pytest = "^8.3.5"
1717
mypy = "^1.1.1"
1818
pre-commit = "^3.2.1"
1919
types-pyyaml = "^6.0.12.9"

0 commit comments

Comments
 (0)