Skip to content

Commit 3ae26e3

Browse files
dependabot[bot]github-actions[bot]d33bspre-commit-ci-lite[bot]
authored
Bump the python-packages group with 3 updates (#192)
* Bump the python-packages group with 3 updates Bumps the python-packages group with 3 updates: [pyarrow](https://github.com/apache/arrow), [httpcore](https://github.com/encode/httpcore) and [dunamai](https://github.com/mtkennerly/dunamai). Updates `pyarrow` from 23.0.0 to 23.0.1 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-23.0.0...apache-arrow-23.0.1) Updates `httpcore` from 0.18.0 to 1.0.9 - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](encode/httpcore@0.18.0...1.0.9) Updates `dunamai` from 1.25.0 to 1.26.0 - [Release notes](https://github.com/mtkennerly/dunamai/releases) - [Changelog](https://github.com/mtkennerly/dunamai/blob/master/CHANGELOG.md) - [Commits](mtkennerly/dunamai@v1.25.0...v1.26.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: httpcore dependency-version: 1.0.9 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: dunamai dependency-version: 1.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com> * chore: auto-apply pre-commit fixes * move to monthly updates * Update coverage-badge.svg * [pre-commit.ci lite] apply automatic fixes --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: d33bs <ekgto445@gmail.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent 580e628 commit 3ae26e3

4 files changed

Lines changed: 72 additions & 72 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ updates:
1212
- package-ecosystem: "github-actions"
1313
directory: "/"
1414
schedule:
15-
# Check for updates to GitHub Actions every week
16-
interval: "weekly"
15+
# Check for updates to GitHub Actions every month
16+
interval: "monthly"
1717

1818
# Perform checks and updates for python poetry environment.
1919
# See here for more information:
2020
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#pip-and-pip-compile
2121
- package-ecosystem: "pip"
2222
directory: "/"
2323
schedule:
24-
# Check for updates to poetry lockfile every week
25-
interval: "weekly"
24+
# Check for updates to poetry lockfile every month
25+
interval: "monthly"
2626
groups:
2727
python-packages:
2828
patterns:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
- id: yamllint
5151
exclude: pre-commit-config.yaml
5252
- repo: https://github.com/rhysd/actionlint
53-
rev: v1.7.10
53+
rev: v1.7.11
5454
hooks:
5555
- id: actionlint
5656
- repo: https://github.com/astral-sh/ruff-pre-commit

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ coverage = "^7.6.0"
5959
jupyterlab = "^4.3.0"
6060
jupytext = "^1.16.4"
6161
# jupyterlab/httpx requires a modern httpcore; avoid resolver selecting 0.13.x
62-
httpcore = ">=0.18,<0.19"
62+
httpcore = ">=0.18,<1.1"
6363
black = ">=24.10,<27.0"
6464
isort = ">=5.13.2,<8.0.0"
6565
jupyterlab-code-formatter = "^3.0.2"

0 commit comments

Comments
 (0)