Skip to content

Commit afbc12c

Browse files
chore: bump the patch-updates group with 3 updates
Bumps the patch-updates group with 3 updates: [python-dotenv](https://github.com/theskumar/python-dotenv), [commitizen](https://github.com/commitizen-tools/commitizen) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `python-dotenv` from 1.1.0 to 1.1.1 - [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.1.0...v1.1.1) Updates `commitizen` from 4.8.2 to 4.8.3 - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](commitizen-tools/commitizen@v4.8.2...v4.8.3) Updates `mkdocs-material` from 9.6.14 to 9.6.15 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.14...9.6.15) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: commitizen dependency-version: 4.8.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: mkdocs-material dependency-version: 9.6.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c410c8e commit afbc12c

File tree

2 files changed

+47
-45
lines changed

2 files changed

+47
-45
lines changed

poetry.lock

Lines changed: 44 additions & 42 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
@@ -10,7 +10,7 @@ lightman = "lightman_ai.cli:entry_point"
1010
[tool.poetry.dependencies]
1111
python = ">=3.13,<4"
1212
httpx = "^0.28.0"
13-
python-dotenv = "^1.0.1"
13+
python-dotenv = "^1.1.1"
1414
pydantic-ai = {version = "^0.2.0", extras = ["logfire"]}
1515
click = "^8.1.7"
1616
stamina = "^25.1.0"
@@ -24,8 +24,8 @@ mypy = "^1.1.1"
2424
ruff = "^0.11.0"
2525
pytest-cov = "^5.0.0"
2626
ipdb = "^0.13.13"
27-
commitizen = "^4.0.0"
28-
mkdocs-material = "^9.1.3"
27+
commitizen = "^4.8.3"
28+
mkdocs-material = "^9.6.15"
2929
codespell = "^2.2.4"
3030
pre-commit = "^3.2.2"
3131
pytest-asyncio = "^0.26.0"

0 commit comments

Comments
 (0)