Skip to content

deps(ibis): bump the all group across 1 directory with 7 updates #1085

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the all group with 7 updates in the /ibis-server directory:

Package From To
fastapi 0.115.8 0.115.11
ibis-framework 10.1.0 10.2.0
gql 3.5.1 3.5.2
oracledb 2.5.1 3.0.0
pytest 8.3.4 8.3.5
testcontainers 4.9.1 4.9.2
ruff 0.9.7 0.9.10

Updates fastapi from 0.115.8 to 0.115.11

Release notes

Sourced from fastapi's releases.

0.115.11

Fixes

Translations

  • 🌐 Add Russian translation for docs/ru/docs/tutorial/middleware.md. PR #13412 by @​alv2017.

Internal

0.115.10

Fixes

  • ♻️ Update internal annotation usage for compatibility with Pydantic 2.11. PR #13314 by @​Viicos.

Upgrades

Translations

0.115.9

Fixes

  • 🐛 Ensure that HTTPDigest only raises an exception when auto_error is True. PR #2939 by @​arthurio.

Refactors

... (truncated)

Commits
  • 3824664 🔖 Release version 0.115.11
  • a01ed2f 📝 Update release notes
  • a2c2e33 📝 Update release notes
  • 74fe89b 🐛 Add docs examples and tests (support) for Annotated custom validations, l...
  • f5056f8 📝 Update release notes
  • 60f0586 📝 Update release notes
  • b7d3f2a 📝 Update release notes
  • ea57612 👥 Update FastAPI GitHub topic repositories (#13439)
  • 1865447 👥 Update FastAPI People - Contributors and Translators (#13432)
  • 89e0c10 👥 Update FastAPI People - Sponsors (#13433)
  • Additional commits viewable in compare view

Updates ibis-framework from 10.1.0 to 10.2.0

Release notes

Sourced from ibis-framework's releases.

10.2.0

10.2.0 (2025-03-03)

Features

  • examples: expand examples functionality to more backends (#10916) (90a174b)

Bug Fixes

  • bigquery: ensure that count distinct can be used in window functions without a specified window (#10911) (c9120e1)
  • build: ensure that legacy tools can recognize the validity of the Ibis license (#10905) (c29d83a)
  • datatypes: document "!" as meaning non-nullable, enable nullable arg for type hints (#10893) (601aabe)
  • examples: ensure that examples work on mssql and avoid using overwrite (#10909) (8336483)
  • pyarrow-conversion: ensure that non-nullability is preserved (#10897) (b2c5a0c)
  • snowflake: use schema when constructing pyarrow table (#10903) (8b9b143)

Documentation

  • add an example with literal in "Getting started" (#10918) (b69061b)
  • build: disable misbehaving duckdb spatial optimizer (#10898) (c37116f)
  • selectors: render the module instead of hand-picking the documented components (#10892) (d841481)

Refactors

  • duckdb: simplify loading and installation of extensions (#10900) (421972a)

Performance

Changelog

Sourced from ibis-framework's changelog.

10.2.0 (2025-03-03)

Features

  • examples: expand examples functionality to more backends (#10916) (90a174b)

Bug Fixes

  • bigquery: ensure that count distinct can be used in window functions without a specified window (#10911) (c9120e1)
  • build: ensure that legacy tools can recognize the validity of the Ibis license (#10905) (c29d83a)
  • datatypes: document "!" as meaning non-nullable, enable nullable arg for type hints (#10893) (601aabe)
  • examples: ensure that examples work on mssql and avoid using overwrite (#10909) (8336483)
  • pyarrow-conversion: ensure that non-nullability is preserved (#10897) (b2c5a0c)
  • snowflake: use schema when constructing pyarrow table (#10903) (8b9b143)

Documentation

  • add an example with literal in "Getting started" (#10918) (b69061b)
  • build: disable misbehaving duckdb spatial optimizer (#10898) (c37116f)
  • selectors: render the module instead of hand-picking the documented components (#10892) (d841481)

Refactors

  • duckdb: simplify loading and installation of extensions (#10900) (421972a)

Performance

Commits
  • 21e2854 chore(release): 10.2.0
  • 83cb363 ci(athena): use internal ibis APIs for creating testing data (#10931)
  • 1829169 ci(athena): use a different database for each python version to avoid clobber...
  • a220b47 chore(deps): bump and relock
  • 31bda40 chore(deps): update actions/create-github-app-token action to v1.11.6
  • b50bb48 test(athena): ensure that tables are dropped before loading (#10924)
  • f43a64b chore(deps): update astral-sh/setup-uv action to v5.3.1 (#10922)
  • e803319 chore(deps): update flake.lock (#10923)
  • b84571e chore(deps): update dependency ipython to v9 (#10920)
  • fd7705a chore(deps): update bitnami/minio docker tag to v2025.2.28 (#10919)
  • Additional commits viewable in compare view

Updates gql from 3.5.1 to 3.5.2

Release notes

Sourced from gql's releases.

v3.5.2

Now supporting graphql-core v3.2.4 again (See issue #534)

  • Allow graphql-core 3.2.4 by retrofitting introspection commits #535
Commits

Updates oracledb from 2.5.1 to 3.0.0

Release notes

Sourced from oracledb's releases.

v3.0.0

python-oracledb 3.0.0 is now released. This release adds a number of new features and corrects a number of issues. Highlights are as follows:

  • initial support for AQ in thin mode
  • an Apache Arrow PyCapsule interface for efficient data exchange with external libraries
  • support for Oracle Database 23.7 SPARSE VECTOR
  • namespace package oracledb.plugins that can be used for extension of python-oracledb
  • support for centralized configuration providers (Oracle Cloud Infrastructure Object Storage and Microsoft Azure App Configuration) as well as file-based configurations
  • cloud native authentication support through the integration of Oracle Cloud Infrastructure (OCI) and Azure SDKs

See the full release notes for all of the details.

Binaries are being built and will be available on PyPI once they have completed building.

Commits
  • dd22851 Preparing to release python-oracledb 3.0.0.
  • 40d0880 Align syntax with node-oracledb and other drivers.
  • 6e4214c Update ODPI-C.
  • 46b91d5 Fix typing issues with setters for oracledb.defaults.fetch_lobs and
  • 8986c09 Fix key used for determining authentication with OCI config provider.
  • c21c983 Focus on Arrow in documentation.
  • f987c6d Test improvements.
  • b94d10b Update ODPI-C.
  • 0643c18 Update third party licenses to take into account the new plugins.
  • d009ddd Do not send request boundaries for databases that do not support them.
  • Additional commits viewable in compare view

Updates pytest from 8.3.4 to 8.3.5

Release notes

Sourced from pytest's releases.

8.3.5

pytest 8.3.5 (2025-03-02)

Bug fixes

  • #11777: Fixed issue where sequences were still being shortened even with -vv verbosity.
  • #12888: Fixed broken input when using Python 3.13+ and a libedit build of Python, such as on macOS or with uv-managed Python binaries from the python-build-standalone project. This could manifest e.g. by a broken prompt when using Pdb, or seeing empty inputs with manual usage of input() and suspended capturing.
  • #13026: Fixed AttributeError{.interpreted-text role="class"} crash when using --import-mode=importlib when top-level directory same name as another module of the standard library.
  • #13053: Fixed a regression in pytest 8.3.4 where, when using --import-mode=importlib, a directory containing py file with the same name would cause an ImportError
  • #13083: Fixed issue where pytest could crash if one of the collected directories got removed during collection.

Improved documentation

  • #12842: Added dedicated page about using types with pytest.

    See types{.interpreted-text role="ref"} for detailed usage.

Contributor-facing changes

  • #13112: Fixed selftest failures in test_terminal.py with Pygments >= 2.19.0
  • #13256: Support for Towncrier versions released in 2024 has been re-enabled when building Sphinx docs -- by webknjaz{.interpreted-text role="user"}.
Commits

Updates testcontainers from 4.9.1 to 4.9.2

Release notes

Sourced from testcontainers's releases.

testcontainers: v4.9.2

4.9.2 (2025-02-26)

Bug Fixes

  • Change env var disabling OpenSearch security plugin (#773) (2620d7f)
  • core: create_label test (#771) (7517297)
  • core: multiple container start invocations with custom labels (#769) (3e783a8)
  • keycloak: Fixed Keycloak testcontainer for latest version v26.1.0 (#766) (b1642e9)
  • scylla: scylla get cluster method (#778) (46913c1)

Documentation

Changelog

Sourced from testcontainers's changelog.

4.9.2 (2025-02-26)

Bug Fixes

  • Change env var disabling OpenSearch security plugin (#773) (2620d7f)
  • core: create_label test (#771) (7517297)
  • core: multiple container start invocations with custom labels (#769) (3e783a8)
  • keycloak: Fixed Keycloak testcontainer for latest version v26.1.0 (#766) (b1642e9)
  • scylla: scylla get cluster method (#778) (46913c1)

Documentation

Commits
  • a0785d7 chore(main): release testcontainers 4.9.2 (#770)
  • 46913c1 fix(scylla): scylla get cluster method (#778)
  • 7517297 fix(core): create_label test (#771)
  • 2620d7f fix: Change env var disabling OpenSearch security plugin (#773)
  • b1642e9 fix(keycloak): Fixed Keycloak testcontainer for latest version v26.1.0 (#766)
  • f0bb0f5 docs: Fixed typo in CONTRIBUTING.md (#767)
  • 3e783a8 fix(core): multiple container start invocations with custom labels (#769)
  • See full diff in compare view

Updates ruff from 0.9.7 to 0.9.10

Release notes

Sourced from ruff's releases.

0.9.10

Release Notes

Preview features

  • [ruff] Add new rule RUF059: Unused unpacked assignment (#16449)
  • [syntax-errors] Detect assignment expressions before Python 3.8 (#16383)
  • [syntax-errors] Named expressions in decorators before Python 3.9 (#16386)
  • [syntax-errors] Parenthesized keyword argument names after Python 3.8 (#16482)
  • [syntax-errors] Positional-only parameters before Python 3.8 (#16481)
  • [syntax-errors] Tuple unpacking in return and yield before Python 3.8 (#16485)
  • [syntax-errors] Type parameter defaults before Python 3.13 (#16447)
  • [syntax-errors] Type parameter lists before Python 3.12 (#16479)
  • [syntax-errors] except* before Python 3.11 (#16446)
  • [syntax-errors] type statements before Python 3.12 (#16478)

Bug fixes

  • Escape template filenames in glob patterns in configuration (#16407)
  • [flake8-simplify] Exempt unittest context methods for SIM115 rule (#16439)
  • Formatter: Fix syntax error location in notebooks (#16499)
  • [pyupgrade] Do not offer fix when at least one target is global/nonlocal (UP028) (#16451)
  • [flake8-builtins] Ignore variables matching module attribute names (A001) (#16454)
  • [pylint] Convert code keyword argument to a positional argument in fix for (PLR1722) (#16424)

CLI

  • Move rule code from description to check_name in GitLab output serializer (#16437)

Documentation

  • [pydocstyle] Clarify that D417 only checks docstrings with an arguments section (#16494)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.9.10

Preview features

  • [ruff] Add new rule RUF059: Unused unpacked assignment (#16449)
  • [syntax-errors] Detect assignment expressions before Python 3.8 (#16383)
  • [syntax-errors] Named expressions in decorators before Python 3.9 (#16386)
  • [syntax-errors] Parenthesized keyword argument names after Python 3.8 (#16482)
  • [syntax-errors] Positional-only parameters before Python 3.8 (#16481)
  • [syntax-errors] Tuple unpacking in return and yield before Python 3.8 (#16485)
  • [syntax-errors] Type parameter defaults before Python 3.13 (#16447)
  • [syntax-errors] Type parameter lists before Python 3.12 (#16479)
  • [syntax-errors] except* before Python 3.11 (#16446)
  • [syntax-errors] type statements before Python 3.12 (#16478)

Bug fixes

  • Escape template filenames in glob patterns in configuration (#16407)
  • [flake8-simplify] Exempt unittest context methods for SIM115 rule (#16439)
  • Formatter: Fix syntax error location in notebooks (#16499)
  • [pyupgrade] Do not offer fix when at least one target is global/nonlocal (UP028) (#16451)
  • [flake8-builtins] Ignore variables matching module attribute names (A001) (#16454)
  • [pylint] Convert code keyword argument to a positional argument in fix for (PLR1722) (#16424)

CLI

  • Move rule code from description to check_name in GitLab output serializer (#16437)

Documentation

  • [pydocstyle] Clarify that D417 only checks docstrings with an arguments section (#16494)

0.9.9

Preview features

  • Fix caching of unsupported-syntax errors (#16425)

Bug fixes

  • Only show unsupported-syntax errors in editors when preview mode is enabled (#16429)

0.9.8

Preview features

  • Start detecting version-related syntax errors in the parser (#16090)

Rule changes

... (truncated)

Commits
  • 0dfa810 Bump 0.9.10 (#16556)
  • 9cd0cde Assert that formatted code doesn't introduce any new unsupported syntax error...
  • 05a4c29 print MDTEST_TEST_FILTER value in single-quotes (and escaped) (#16548)
  • b3c884f [syntax-errors] Parenthesized keyword argument names after Python 3.8 (#16482)
  • 6c14225 [syntax-errors] Tuple unpacking in return and yield before Python 3.8 (#1...
  • 0a627ef [red-knot] Never is callable and iterable. Arbitrary attributes can be access...
  • a25be46 Clarify that D417 only checks docstrings with an arguments section (#16494)
  • ce0018c Add OsSystem support to mdtests (#16518)
  • 48f906e Add tests for case-sensitive module resolution (#16517)
  • ebd172e [red-knot] Several failing tests for generics (#16509)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 7 updates in the /ibis-server directory:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.8` | `0.115.11` |
| [ibis-framework](https://github.com/ibis-project/ibis) | `10.1.0` | `10.2.0` |
| [gql](https://github.com/graphql-python/gql) | `3.5.1` | `3.5.2` |
| [oracledb](https://github.com/oracle/python-oracledb) | `2.5.1` | `3.0.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` |
| [testcontainers](https://github.com/testcontainers/testcontainers-python) | `4.9.1` | `4.9.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.7` | `0.9.10` |



Updates `fastapi` from 0.115.8 to 0.115.11
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.8...0.115.11)

Updates `ibis-framework` from 10.1.0 to 10.2.0
- [Release notes](https://github.com/ibis-project/ibis/releases)
- [Changelog](https://github.com/ibis-project/ibis/blob/main/docs/release_notes_generated.qmd)
- [Commits](ibis-project/ibis@10.1.0...10.2.0)

Updates `gql` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/graphql-python/gql/releases)
- [Commits](graphql-python/gql@v3.5.1...v3.5.2)

Updates `oracledb` from 2.5.1 to 3.0.0
- [Release notes](https://github.com/oracle/python-oracledb/releases)
- [Commits](oracle/python-oracledb@v2.5.1...v3.0.0)

Updates `pytest` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.4...8.3.5)

Updates `testcontainers` from 4.9.1 to 4.9.2
- [Release notes](https://github.com/testcontainers/testcontainers-python/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-python@testcontainers-v4.9.1...testcontainers-v4.9.2)

Updates `ruff` from 0.9.7 to 0.9.10
- [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.9.7...0.9.10)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ibis-framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: gql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: oracledb
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: testcontainers
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ibis python Pull requests that update Python code labels Mar 10, 2025
Copy link

coderabbitai bot commented Mar 10, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@goldmedal goldmedal merged commit 00dc03e into main Mar 12, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/pip/ibis-server/all-9ab1676dca branch March 12, 2025 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ibis python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant