Skip to content

Commit 3ad1a03

Browse files
build(deps): Bump the uv-dependencies group across 1 directory with 3 updates
Updates the requirements on [gitpython](https://github.com/gitpython-developers/GitPython), [ruff](https://github.com/astral-sh/ruff) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `gitpython` from 3.1.50 to 3.1.52 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.50...3.1.52) Updates `ruff` from 0.15.18 to 0.15.22 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/0.15.22/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.18...0.15.22) Updates `setuptools` to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v82.0.1...v83.0.0) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-dependencies - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-dependencies - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development dependency-group: uv-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e777935 commit 3ad1a03

2 files changed

Lines changed: 27 additions & 27 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
requires-python = ">=3.10"
1111

1212
dependencies = [
13-
"gitpython>=3.1.50",
13+
"gitpython>=3.1.52",
1414
"pyyaml>=6.0.3",
1515
"httpx[socks]>=0.28.1",
1616
"packaging>=26.2",
@@ -21,7 +21,7 @@ dev = [
2121
"pytest>=9.1.1",
2222
"pytest-sugar>=1.1.1",
2323
"pytest-asyncio>=1.4.0",
24-
"ruff>=0.15.18",
24+
"ruff>=0.15.22",
2525
"pyrefly>=1.1.1",
2626
"types-pyyaml>=6.0.12.20260518",
2727
]
@@ -30,7 +30,7 @@ dev = [
3030
composekit = "composekit.__main__:main"
3131

3232
[build-system]
33-
requires = ["setuptools>=82.0.1"]
33+
requires = ["setuptools>=83.0.0"]
3434
build-backend = "setuptools.build_meta"
3535

3636
[tool.uv]

uv.lock

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

0 commit comments

Comments
 (0)