Skip to content

Commit 5c85d7e

Browse files
build(frontend): combine five Dependabot updates (#418)
* Build(deps-dev): Update setuptools requirement in /frontend Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v60.0.0...v84.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Build(deps): Bump pre-commit from 3.7.1 to 4.6.2 in /frontend Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1 to 4.6.2. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.7.1...v4.6.2) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Build(deps): Bump pytz from 2024.1 to 2026.3.post1 in /frontend Bumps [pytz](https://github.com/stub42/pytz) from 2024.1 to 2026.3.post1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@release_2024.1...release_2026.3.post1) --- updated-dependencies: - dependency-name: pytz dependency-version: 2026.3.post1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Build(deps): Update fastapi[standard] requirement in /frontend Updates the requirements on [fastapi[standard]](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.136.3...0.141.1) --- updated-dependencies: - dependency-name: fastapi[standard] dependency-version: 0.141.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Build(deps): Bump pyarrow from 24.0.0 to 25.0.1 in /frontend Bumps [pyarrow](https://github.com/apache/arrow) from 24.0.0 to 25.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-24.0.0...apache-arrow-25.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 25.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d240d9d commit 5c85d7e

2 files changed

Lines changed: 47 additions & 54 deletions

File tree

‎frontend/pyproject.toml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[build-system]
2-
requires = ['setuptools>=60', 'Cython==3.0.7', 'wheel==0.48.0']
2+
requires = ['setuptools>=84.0.0', 'Cython==3.0.7', 'wheel==0.48.0']
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ora-frontend"
77
version = "1.0.0"
88
requires-python = ">=3.12"
99
dependencies = [
10-
"fastapi[standard]>=0.136.3",
11-
"pyarrow>=23.0.1",
10+
"fastapi[standard]>=0.141.1",
11+
"pyarrow>=25.0.1",
1212
"starlette>=1.6.0",
1313
"gitpython>=3.1.62",
1414
"streamlit>=1.64.0",
@@ -35,10 +35,10 @@ classifiers = [
3535

3636
[project.optional-dependencies]
3737
test = [
38-
"pytz==2024.1",
38+
"pytz==2026.3.post1",
3939
"mypy==2.3.1",
4040
"types-requests==2.33.0.20260906",
41-
"pre-commit==3.7.1",
41+
"pre-commit==4.6.2",
4242
"ruff==0.16.8",
4343
"types-Flask-Cors==6.0.0.20250809",
4444
]

0 commit comments

Comments
 (0)