Skip to content

Commit b09bd60

Browse files
chore(deps): bump the python-deps group with 3 updates (#565)
Bumps the python-deps group with 3 updates: [click](https://github.com/pallets/click), [openai](https://github.com/openai/openai-python) and [ruff](https://github.com/astral-sh/ruff). Updates `click` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](pallets/click@8.4.1...8.4.2) Updates `openai` from 2.43.0 to 2.44.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v2.43.0...v2.44.0) Updates `ruff` from 0.15.18 to 0.15.20 - [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.18...0.15.20) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: openai dependency-version: 2.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Andrew Miller <MAM@lbl.gov>
1 parent 3ded29f commit b09bd60

2 files changed

Lines changed: 35 additions & 35 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525

2626
dependencies = [
27-
"click>=8.4.1",
27+
"click>=8.4.2",
2828
"kgx>=2.1.0",
2929
"pandas>=3.0.3",
3030
"pymongo>=4.17.0",
@@ -53,12 +53,12 @@ dev = [
5353
"rdflib>=7.1.4",
5454
"semsql>=0.4.0",
5555
"tqdm>=4.68.3",
56-
"openai>=2.43.0",
56+
"openai>=2.44.0",
5757
# Testing
5858
"pytest>=9.1.1",
5959
# Code quality tools
6060
"black>=26.5.1",
61-
"ruff>=0.15.18",
61+
"ruff>=0.15.20",
6262
"mypy>=2.1.0",
6363
"pre-commit>=4.6.0",
6464
"types-PyYAML>=6.0.12",
@@ -69,7 +69,7 @@ literature = [
6969
"linkml>=1.11.1",
7070
"oaklib>=0.6.23",
7171
"pandas>=3.0.3",
72-
"openai>=2.43.0",
72+
"openai>=2.44.0",
7373
"semsql>=0.4.0",
7474
]
7575
databases = [

uv.lock

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

0 commit comments

Comments
 (0)