Skip to content

Bump the python-dependencies group across 1 directory with 19 updates#363

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/python-dependencies-9f686f6621
Closed

Bump the python-dependencies group across 1 directory with 19 updates#363
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/python-dependencies-9f686f6621

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2026

Bumps the python-dependencies group with 17 updates in the / directory:

Package From To
gcsfs 2025.10.0 2026.1.0
google-auth 2.43.0 2.47.0
ruamel-yaml 0.18.16 0.19.1
ssb-datadoc-model 8.0.0 8.0.3
universal-pathlib 0.3.6 0.3.8
urllib3 2.5.0 2.6.3
pre-commit 4.5.0 4.5.1
ruff 0.14.7 0.14.11
furo 2025.9.25 2025.12.19
sphinx-click 6.1.0 6.2.0
faker 38.2.0 40.1.0
mypy 1.19.0 1.19.1
pandas-stubs 2.3.3.251201 2.3.3.251219
pyarrow-stubs 20.0.0.20251107 20.0.0.20251215
types-docker 7.1.0.20251129 7.1.0.20260109
types-requests 2.32.4.20250913 2.32.4.20260107
types-setuptools 80.9.0.20250822 80.9.0.20251223

Updates gcsfs from 2025.10.0 to 2026.1.0

Commits

Updates google-auth from 2.43.0 to 2.47.0

Release notes

Sourced from google-auth's releases.

google-auth 2.47.0

2.47.0 (2026-01-06)

Features

  • drop cachetools dependency in favor of simple local implementation (#1590) (5c07e1c4)

Bug Fixes

google-auth 2.46.0

2.46.0 (2026-01-05)

Features

  • Recognize workload certificate config in has_default_client_cert_source for mTLS for Agentic Identities (#1907) (0b9107d5)

Bug Fixes

  • Fix test coverage for mtls_helper (#1886) (02e71631)

  • use .read() instead of .content.read() in aiohttp transport (#1899) (12f4470f)

  • add types to default and verify_token and Request init based on comments in the source code. (#1588) (59a5f588)

  • fix the document of secure_authorized_session (#1536) (5d001470)

  • raise RefreshError for missing token in impersonated credentials (#1897) (94d04e09)

  • remove setup.cfg configuration for creating universal wheels (#1693) (c767531c)

Documentation

  • update urllib3 docstrings for v2 compatibility (#1903) (3f1aeea2)

google-auth 2.45.0

2.45.0 (2025-12-15)

Features

  • Adding Agent Identity bound token support and handling certificate mismatches with retries (#1890) (b32c934e)

google-auth 2.44.0

2.44.0 (2025-12-12)

Features

... (truncated)

Changelog

Sourced from google-auth's changelog.

2.47.0 (2026-01-06)

Features

Bug Fixes

2.46.0 (2026-01-05)

Documentation

Features

Bug Fixes

2.45.0 (2025-12-15)

Features

2.44.0 (2025-12-13)

Features

... (truncated)

Commits
  • f32301a chore: librarian release pull request: 20260106T130342Z (#1922)
  • 25f4ca6 chore: remove Python 3.7 support (#1919)
  • 60dc200 fix: Python 3.8 support (#1918)
  • 5c07e1c feat: drop cachetools dependency in favor of simple local implementation (#...
  • 2cbc2a2 chore: librarian release pull request: 20260105T122553Z (#1913)
  • 5b7b5d8 chore: librarian update image pull request: 20260105T112538Z (#1912)
  • 7dbf05a chore: rename _refresh_token to _perform_refresh_token (#1900)
  • 855a45a chore(deps): update all dependencies (#1894)
  • 77c8bc4 tests: make the TLS tests skip when pyopenssl isn't available (#1873)
  • 0b9107d feat: Recognize workload certificate config in has_default_client_cert_source...
  • Additional commits viewable in compare view

Updates ruamel-yaml from 0.18.16 to 0.19.1

Updates ssb-datadoc-model from 8.0.0 to 8.0.3

Release notes

Sourced from ssb-datadoc-model's releases.

python-v8.0.3

Changes

📓 Model

🐍 Python

🚀 Features

🪲 Fixes

👷 Continuous Integration

  • Move pseudonymization metadata into Variable structure (#64) @​skykanin

python-v8.0.2

Changes

📓 Model

... (truncated)

Commits
  • a04b301 Merge pull request #81 from statisticsnorway/fix/fix-version
  • 2d21418 [GENERATE] Pydantic models from JSON Schema
  • 9b6487e Fix typo
  • 39e0c73 [GENERATE] Pydantic models from JSON Schema
  • 61c924f Revert formatting of stable_identifier_version to date
  • 6216bfe Merge pull request #80 from statisticsnorway/release/v8.0.2
  • 838739f [GENERATE] Pydantic models from JSON Schema
  • 1d670b9 v8.0.2
  • 1174a50 Merge pull request #79 from statisticsnorway/fix/stable-id-version
  • 16318d8 [GENERATE] Pydantic models from JSON Schema
  • Additional commits viewable in compare view

Updates universal-pathlib from 0.3.6 to 0.3.8

Release notes

Sourced from universal-pathlib's releases.

v0.3.8

What's Changed

New Contributors

Full Changelog: fsspec/universal_pathlib@v0.3.7...v0.3.8

v0.3.7

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from universal-pathlib's changelog.

[0.3.8] - 2026-01-11

Added

  • tests: add missing pathlib abc tests (#511)
  • tests: split base test cases into joinable/readable/writable tests (#507)
  • docs: describe UPath/s3fs behavior with is_dir() (#503)

Fixed

  • upath.implementations.cloud: fix S3Path copy to local with name collision of file/dir (#533)
  • upath.core: fix behaviour of UPath.parent and UPath.parents (#529)
  • upath.implementations.github: adjust GitHubPath error reporting (#522)
  • upath.implementations.cloud: fix error handling on HfPath (#521)
  • upath.implementations.zip: disable write mode in universal-pathlib (#520)
  • upath.implementations.tar: fix error handling for write methods (#519)
  • upath.implementations.http: fix HTTPPath error handling for unsupported methods (#518)
  • upath.implementations.data: fix DataPath error handling for unsupported methods (#517)
  • upath.core: fix touch() method (#515)
  • upath.extensions: fix is_relative_to() for extensions (#510)
  • upath.extensions: fix error behavior for hardlink_to() backport and symlink_to() (#508)
  • upath: fix iterdir() behaviour when raising NotADirectoryError for all UPath subclasses (#506)
  • tests: xfail on name resolution error in github suite (#523)
  • tests: fix GitHub tests without a network connection (#509)

Changed

  • upath: adjust behavior of UPath.copy() and UPath.copy_into() with str and Path targets (#530)
  • upath.core: handover cached fs instances in with_segments() (#516)
  • tests: split test suite according to abcs and cleanup tests (#513)
  • tests: remove two unused helper functions introduced in #492 (#505)
  • ci: do not hardcode Python executable name (#504)
  • ci: updated development dependencies (#501)

[0.3.7] - 2025-12-03

Added

  • upath.implementations.ftp: added FTPPath support (#485)
  • tests: added comprehensive warning checks in test suite (#487)
  • tests: added xfail handling for network connectivity issues (#492)

Fixed

  • upath: fixed trailing slash behavior for cloud paths (#488)
  • upath.core: fixed rename implementation for relative paths (#493)
  • upath.implementations.memory: fixed MemoryPath root (#495)
  • upath.implementations.ftp: added support for FTP modification time info format (#485)
  • upath.implementations.local: fixed rename return type on Python 3.14+ (#493)
  • upath.extensions: fixed .cwd() behavior for ProxyUPath (#493)
  • upath.extensions: fixed typing of .cwd() method (#493)
  • docs: fixed typing example in README (#484)
  • pypi: fixed maintainer display on PyPI (#486)

Changed

... (truncated)

Commits
  • 89d2e6d cut release 0.3.8 (#534)
  • c4c1fe3 Fix S3Path copy to Local: name collision of file / dir (#533)
  • 9ceaf2f Adjust behavior of UPath.copy and UPath.copy_into with str and Path targets (...
  • 4ff77c7 Fix behaviour of UPath.parent and UPath.parents (#529)
  • fb7703d tests: xfail on name resolution error in github suite (#523)
  • 3fd061c upath.implementations.github: adjust GitHubPath error reporting (#522)
  • ef8888a upath.implementations.cloud: fix error handling on HfPath (#521)
  • 043248d upath.implementations.zip: disable write mode in universal-pathlib (#520)
  • f9d9445 upath.implementations.tar: fix error handling for write methods (#519)
  • 22e598a Fix HTTPPath error handling for unsupported methods (#518)
  • Additional commits viewable in compare view

Updates urllib3 from 2.5.0 to 2.6.3

Release notes

Sourced from urllib3's releases.

2.6.3

🚀 urllib3 is fundraising for HTTP/2 support

urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul.

Thank you for your support.

Changes

2.6.2

🚀 urllib3 is fundraising for HTTP/2 support

urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul.

Thank you for your support.

Changes

  • Fixed HTTPResponse.read_chunked() to properly handle leftover data in the decoder's buffer when reading compressed chunked responses. (urllib3/urllib3#3734)

2.6.1

🚀 urllib3 is fundraising for HTTP/2 support

urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul.

Thank you for your support.

Changes

  • Restore previously removed HTTPResponse.getheaders() and HTTPResponse.getheader() methods. (#3731)

2.6.0

🚀 urllib3 is fundraising for HTTP/2 support

urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul.

Thank you for your support.

Security

  • Fixed a security issue where streaming API could improperly handle highly compressed HTTP content ("decompression bombs") leading to excessive resource consumption even when a small amount of data was requested. Reading small chunks of compressed data is safer and much more efficient now. (CVE-2025-66471 reported by @​Cycloctane, 8.9 High, GHSA-2xpw-w6gg-jr37)
  • Fixed a security issue where an attacker could compose an HTTP response with virtually unlimited links in the Content-Encoding header, potentially leading to a denial of service (DoS) attack by exhausting system resources during decoding. The number of allowed chained encodings is now limited to 5. (CVE-2025-66418 reported by @​illia-v, 8.9 High, GHSA-gm62-xv2j-4w53)

[!IMPORTANT]

  • If urllib3 is not installed with the optional urllib3[brotli] extra, but your environment contains a Brotli/brotlicffi/brotlipy package anyway, make sure to upgrade it to at least Brotli 1.2.0 or brotlicffi 1.2.0.0 to benefit from the security fixes and avoid warnings. Prefer using urllib3[brotli] to install a compatible Brotli package automatically.

... (truncated)

Changelog

Sourced from urllib3's changelog.

2.6.3 (2026-01-07)

  • Fixed a high-severity security issue where decompression-bomb safeguards of the streaming API were bypassed when HTTP redirects were followed. (GHSA-38jv-5279-wg99 <https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99>__)
  • Started treating Retry-After times greater than 6 hours as 6 hours by default. ([#3743](https://github.com/urllib3/urllib3/issues/3743) <https://github.com/urllib3/urllib3/issues/3743>__)
  • Fixed urllib3.connection.VerifiedHTTPSConnection on Emscripten. ([#3752](https://github.com/urllib3/urllib3/issues/3752) <https://github.com/urllib3/urllib3/issues/3752>__)

2.6.2 (2025-12-11)

  • Fixed HTTPResponse.read_chunked() to properly handle leftover data in the decoder's buffer when reading compressed chunked responses. ([#3734](https://github.com/urllib3/urllib3/issues/3734) <https://github.com/urllib3/urllib3/issues/3734>__)

2.6.1 (2025-12-08)

  • Restore previously removed HTTPResponse.getheaders() and HTTPResponse.getheader() methods. ([#3731](https://github.com/urllib3/urllib3/issues/3731) <https://github.com/urllib3/urllib3/issues/3731>__)

2.6.0 (2025-12-05)

Security

  • Fixed a security issue where streaming API could improperly handle highly compressed HTTP content ("decompression bombs") leading to excessive resource consumption even when a small amount of data was requested. Reading small chunks of compressed data is safer and much more efficient now. (GHSA-2xpw-w6gg-jr37 <https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37>__)
  • Fixed a security issue where an attacker could compose an HTTP response with virtually unlimited links in the Content-Encoding header, potentially leading to a denial of service (DoS) attack by exhausting system resources during decoding. The number of allowed chained encodings is now limited to 5. (GHSA-gm62-xv2j-4w53 <https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53>__)

.. caution::

  • If urllib3 is not installed with the optional urllib3[brotli] extra, but your environment contains a Brotli/brotlicffi/brotlipy package anyway, make sure to upgrade it to at least Brotli 1.2.0 or brotlicffi 1.2.0.0 to benefit from the security fixes and avoid warnings. Prefer using

... (truncated)

Commits
  • 0248277 Release 2.6.3
  • 8864ac4 Merge commit from fork
  • 70cecb2 Fix Scorecard issues related to vulnerable dev dependencies (#3755)
  • 41f249a Move "v2.0 Migration Guide" to the end of the table of contents (#3747)
  • fd4dffd Patch VerifiedHTTPSConnection for Emscripten (#3752)
  • 13f0bfd Handle massive values in Retry-After when calculating time to sleep for (#3743)
  • 8c480bf Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#3748)
  • 4b40616 Bump actions/cache from 4.3.0 to 5.0.1 (#3750)
  • 82b8479 Bump actions/download-artifact from 6.0.0 to 7.0.0 (#3749)
  • 34284cb Mention experimental features in the security policy (#3746)
  • Additional commits viewable in compare view

Updates pre-commit from 4.5.0 to 4.5.1

Release notes

Sourced from pre-commit's releases.

pre-commit v4.5.1

Fixes

  • Fix language: python with repo: local without additional_dependencies.
Changelog

Sourced from pre-commit's changelog.

4.5.1 - 2025-12-16

Fixes

  • Fix language: python with repo: local without additional_dependencies.
Commits
  • 8a0630c v4.5.1
  • fcbc745 Merge pull request #3597 from pre-commit/empty-setup-py
  • 51592ee fix python local template when artifact dirs are present
  • 67e8faf Merge pull request #3596 from pre-commit/pre-commit-ci-update-config
  • c251e6b [pre-commit.ci] pre-commit autoupdate
  • 98ccafa Merge pull request #3593 from pre-commit/pre-commit-ci-update-config
  • 4895355 [pre-commit.ci] pre-commit autoupdate
  • 2cedd58 Merge pull request #3588 from pre-commit/pre-commit-ci-update-config
  • 465192d [pre-commit.ci] pre-commit autoupdate
  • fd42f96 Merge pull request #3586 from pre-commit/zipapp-sha256-file-not-needed
  • Additional commits viewable in compare view

Updates ruff from 0.14.7 to 0.14.11

Release notes

Sourced from ruff's releases.

0.14.11

Release Notes

Released on 2026-01-08.

Preview features

  • Consolidate diagnostics for matched disable/enable suppression comments (#22099)
  • Report diagnostics for invalid/unmatched range suppression comments (#21908)
  • [airflow] Passing positional argument into airflow.lineage.hook.HookLineageCollector.create_asset is not allowed (AIR303) (#22046)
  • [refurb] Mark FURB192 fix as always unsafe (#22210)
  • [ruff] Add non-empty-init-module (RUF067) (#22143)

Bug fixes

  • Fix GitHub format for multi-line diagnostics (#22108)
  • [flake8-unused-arguments] Mark **kwargs in TypeVar as used (ARG001) (#22214)

Rule changes

  • Add help: subdiagnostics for several Ruff rules that can sometimes appear to disagree with ty (#22331)
  • [pylint] Demote PLW1510 fix to display-only (#22318)
  • [pylint] Ignore identical members (PLR1714) (#22220)
  • [pylint] Improve diagnostic range for PLC0206 (#22312)
  • [ruff] Improve fix title for RUF102 invalid rule code (#22100)
  • [flake8-simplify]: Avoid unnecessary builtins import for SIM105 (#22358)

Configuration

  • Allow Python 3.15 as valid target-version value in preview (#22419)
  • Check required-version before parsing rules (#22410)
  • Include configured src directories when resolving graphs (#22451)

Documentation

  • Update T201 suggestion to not use root logger to satisfy LOG015 (#22059)
  • Fix iter example in unsafe fixes doc (#22118)
  • [flake8_print] better suggestion for basicConfig in T201 docs (#22101)
  • [pylint] Restore the fix safety docs for PLW0133 (#22211)
  • Fix Jupyter notebook discovery info for editors (#22447)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.14.11

Released on 2026-01-08.

Preview features

  • Consolidate diagnostics for matched disable/enable suppression comments (#22099)
  • Report diagnostics for invalid/unmatched range suppression comments (#21908)
  • [airflow] Passing positional argument into airflow.lineage.hook.HookLineageCollector.create_asset is not allowed (AIR303) (#22046)
  • [refurb] Mark FURB192 fix as always unsafe (#22210)
  • [ruff] Add non-empty-init-module (RUF067) (#22143)

Bug fixes

  • Fix GitHub format for multi-line diagnostics (#22108)
  • [flake8-unused-arguments] Mark **kwargs in TypeVar as used (ARG001) (#22214)

Rule changes

  • Add help: subdiagnostics for several Ruff rules that can sometimes appear to disagree with ty (#22331)
  • [pylint] Demote PLW1510 fix to display-only (#22318)
  • [pylint] Ignore identical members (PLR1714) (#22220)
  • [pylint] Improve diagnostic range for PLC0206 (

Bumps the python-dependencies group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [gcsfs](https://github.com/fsspec/gcsfs) | `2025.10.0` | `2026.1.0` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.43.0` | `2.47.0` |
| ruamel-yaml | `0.18.16` | `0.19.1` |
| [ssb-datadoc-model](https://github.com/statisticsnorway/ssb-datadoc-model) | `8.0.0` | `8.0.3` |
| [universal-pathlib](https://github.com/fsspec/universal_pathlib) | `0.3.6` | `0.3.8` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.5.0` | `2.6.3` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.5.0` | `4.5.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.7` | `0.14.11` |
| [furo](https://github.com/pradyunsg/furo) | `2025.9.25` | `2025.12.19` |
| [sphinx-click](https://github.com/click-contrib/sphinx-click) | `6.1.0` | `6.2.0` |
| [faker](https://github.com/joke2k/faker) | `38.2.0` | `40.1.0` |
| [mypy](https://github.com/python/mypy) | `1.19.0` | `1.19.1` |
| [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `2.3.3.251201` | `2.3.3.251219` |
| [pyarrow-stubs](https://github.com/zen-xu/pyarrow-stubs) | `20.0.0.20251107` | `20.0.0.20251215` |
| [types-docker](https://github.com/typeshed-internal/stub_uploader) | `7.1.0.20251129` | `7.1.0.20260109` |
| [types-requests](https://github.com/typeshed-internal/stub_uploader) | `2.32.4.20250913` | `2.32.4.20260107` |
| [types-setuptools](https://github.com/typeshed-internal/stub_uploader) | `80.9.0.20250822` | `80.9.0.20251223` |



Updates `gcsfs` from 2025.10.0 to 2026.1.0
- [Commits](fsspec/gcsfs@2025.10.0...2026.1.0)

Updates `google-auth` from 2.43.0 to 2.47.0
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.43.0...v2.47.0)

Updates `ruamel-yaml` from 0.18.16 to 0.19.1

Updates `ssb-datadoc-model` from 8.0.0 to 8.0.3
- [Release notes](https://github.com/statisticsnorway/ssb-datadoc-model/releases)
- [Commits](statisticsnorway/ssb-datadoc-model@v8.0.0...v8.0.3)

Updates `universal-pathlib` from 0.3.6 to 0.3.8
- [Release notes](https://github.com/fsspec/universal_pathlib/releases)
- [Changelog](https://github.com/fsspec/universal_pathlib/blob/main/CHANGELOG.md)
- [Commits](fsspec/universal_pathlib@v0.3.6...v0.3.8)

Updates `urllib3` from 2.5.0 to 2.6.3
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.5.0...2.6.3)

Updates `pre-commit` from 4.5.0 to 4.5.1
- [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@v4.5.0...v4.5.1)

Updates `ruff` from 0.14.7 to 0.14.11
- [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.14.7...0.14.11)

Updates `furo` from 2025.9.25 to 2025.12.19
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](pradyunsg/furo@2025.09.25...2025.12.19)

Updates `sphinx-click` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/click-contrib/sphinx-click/releases)
- [Commits](click-contrib/sphinx-click@6.1.0...6.2.0)

Updates `faker` from 38.2.0 to 40.1.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v38.2.0...v40.1.0)

Updates `mypy` from 1.19.0 to 1.19.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.19.0...v1.19.1)

Updates `pandas-stubs` from 2.3.3.251201 to 2.3.3.251219
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](pandas-dev/pandas-stubs@v2.3.3.251201...v2.3.3.251219)

Updates `pyarrow-stubs` from 20.0.0.20251107 to 20.0.0.20251215
- [Release notes](https://github.com/zen-xu/pyarrow-stubs/releases)
- [Commits](zen-xu/pyarrow-stubs@20.0.0.20251107...20.0.0.20251215)

Updates `types-docker` from 7.1.0.20251129 to 7.1.0.20260109
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `types-requests` from 2.32.4.20250913 to 2.32.4.20260107
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `types-setuptools` from 80.9.0.20250822 to 80.9.0.20251223
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `fsspec` from 2025.10.0 to 2026.1.0
- [Commits](fsspec/filesystem_spec@2025.10.0...2026.1.0)

Updates `google-cloud-storage` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/googleapis/python-storage/releases)
- [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-storage@v3.6.0...v3.7.0)

---
updated-dependencies:
- dependency-name: gcsfs
  dependency-version: 2026.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: google-auth
  dependency-version: 2.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: ruamel-yaml
  dependency-version: 0.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: ssb-datadoc-model
  dependency-version: 8.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: universal-pathlib
  dependency-version: 0.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: urllib3
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pre-commit
  dependency-version: 4.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-version: 0.14.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: furo
  dependency-version: 2025.12.19
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: sphinx-click
  dependency-version: 6.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: faker
  dependency-version: 40.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: mypy
  dependency-version: 1.19.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pandas-stubs
  dependency-version: 2.3.3.251219
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pyarrow-stubs
  dependency-version: 20.0.0.20251215
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: types-docker
  dependency-version: 7.1.0.20260109
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: types-requests
  dependency-version: 2.32.4.20260107
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: types-setuptools
  dependency-version: 80.9.0.20251223
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: fsspec
  dependency-version: 2026.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: google-cloud-storage
  dependency-version: 3.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jan 13, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 13, 2026 09:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jan 13, 2026
@mmwinther
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 21, 2026

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 22, 2026
@dependabot dependabot bot deleted the dependabot/uv/python-dependencies-9f686f6621 branch January 22, 2026 11:02
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant