Skip to content

Commit 80e6c12

Browse files
chore(deps): bump the python-deps group across 1 directory with 6 updates (#554)
Bumps the python-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tqdm](https://github.com/tqdm/tqdm) | `4.68.1` | `4.68.3` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [openai](https://github.com/openai/openai-python) | `2.41.0` | `2.43.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.16` | `0.15.18` | | [notebook](https://github.com/jupyter/notebook) | `7.5.7` | `7.6.0` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.9` | `3.11.0` | Updates `tqdm` from 4.68.1 to 4.68.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.68.1...v4.68.3) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.1) Updates `openai` from 2.41.0 to 2.43.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.41.0...v2.43.0) Updates `ruff` from 0.15.16 to 0.15.18 - [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.16...0.15.18) Updates `notebook` from 7.5.7 to 7.6.0 - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.5.7...@jupyter-notebook/tree@7.6.0) Updates `matplotlib` from 3.10.9 to 3.11.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.9...v3.11.0) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: notebook dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: openai dependency-version: 2.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: ruff dependency-version: 0.15.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: tqdm dependency-version: 4.68.3 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>
1 parent cf83775 commit 80e6c12

2 files changed

Lines changed: 119 additions & 105 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"rdflib>=7.1.4",
3434
"requests>=2.34.2",
3535
"rich>=13.0.0",
36-
"tqdm>=4.68.1",
36+
"tqdm>=4.68.3",
3737
]
3838

3939
[project.urls]
@@ -44,21 +44,21 @@ Documentation = "https://github.com/berkeleybop/metpo/blob/main/README.md"
4444

4545
[project.optional-dependencies]
4646
test = [
47-
"pytest>=9.0.3",
47+
"pytest>=9.1.1",
4848
]
4949
dev = [
5050
"oaklib>=0.6.23",
5151
"pandas>=3.0.3",
5252
"pymongo>=4.17.0",
5353
"rdflib>=7.1.4",
5454
"semsql>=0.4.0",
55-
"tqdm>=4.68.1",
56-
"openai>=2.41.0",
55+
"tqdm>=4.68.3",
56+
"openai>=2.43.0",
5757
# Testing
58-
"pytest>=9.0.3",
58+
"pytest>=9.1.1",
5959
# Code quality tools
6060
"black>=26.5.1",
61-
"ruff>=0.15.16",
61+
"ruff>=0.15.18",
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.41.0",
72+
"openai>=2.43.0",
7373
"semsql>=0.4.0",
7474
]
7575
databases = [
@@ -78,11 +78,11 @@ databases = [
7878
]
7979
notebooks = [
8080
"jupyter>=1.1.1",
81-
"notebook>=7.5.7",
82-
"matplotlib>=3.10.9",
81+
"notebook>=7.6.0",
82+
"matplotlib>=3.11.0",
8383
"numpy>=2.4.6",
8484
"python-levenshtein>=0.27.1",
85-
"tqdm>=4.68.1",
85+
"tqdm>=4.68.3",
8686
]
8787

8888
[project.scripts]

0 commit comments

Comments
 (0)