Skip to content

Commit c48b9b3

Browse files
chore(deps): bump the python-dependencies group with 4 updates
Updates the requirements on [requests](https://github.com/psf/requests), [ruff](https://github.com/astral-sh/ruff), [types-requests](https://github.com/python/typeshed) and [black](https://github.com/psf/black) to permit the latest version. Updates `requests` to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.34.0...v2.34.2) Updates `ruff` to 0.15.13 - [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.12...0.15.13) Updates `types-requests` to 2.33.0.20260518 - [Commits](https://github.com/python/typeshed/commits) Updates `black` to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@26.3.1...26.5.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: types-requests dependency-version: 2.33.0.20260518 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5c8b75e commit c48b9b3

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"pyarrow>=24.0.0",
1414
"pandas>=3.0.3",
1515
"certifi>=2026.4.22",
16-
"requests>=2.34.0",
16+
"requests>=2.34.2",
1717
]
1818
authors = [
1919
{name = "Spice AI, Inc.", email = "webmaster@spice.ai"}
@@ -41,16 +41,16 @@ Issues = "https://github.com/spiceai/spicepy/issues"
4141
test = [
4242
"pylint>=4.0.5",
4343
"flake8>=7.3.0",
44-
"ruff>=0.15.12",
44+
"ruff>=0.15.13",
4545
"mypy>=2.1.0",
4646
"pytest>=9.0.3",
4747
"pytest-cov>=7.1.0",
4848
"pytest-xdist>=3.8.0",
4949
"pytest-timeout>=2.4.0",
5050
"pytest_httpserver==1.1.5",
51-
"types-requests>=2.33.0.20260508",
51+
"types-requests>=2.33.0.20260518",
5252
"pandas-stubs>=3.0.0.260204",
53-
"black>=26.3.1",
53+
"black>=26.5.1",
5454
"bandit>=1.9.4",
5555
"pandas>=3.0.3",
5656
"pyarrow>=24.0.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pyarrow>=24.0.0
22
pandas>=3.0.3
33
certifi>=2026.4.22
4-
requests>=2.34.0
4+
requests>=2.34.2

test.requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Linting & Formatting
22
pylint>=3.3.1
33
flake8>=7.1.1
4-
ruff>=0.15.12
4+
ruff>=0.15.13
55
mypy>=2.1.0
66

77
# Testing
@@ -12,7 +12,7 @@ pytest-timeout>=2.3.1
1212
pytest_httpserver==1.1.5
1313

1414
# Type stubs
15-
types-requests>=2.33.0.20260508
15+
types-requests>=2.33.0.20260518
1616
pandas-stubs>=3.0.0.260204
1717

1818
# Security scanning

0 commit comments

Comments
 (0)