Skip to content

Bump the python-dependencies group across 1 directory with 27 updates#91

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/uv/python-dependencies-7b32408d88
Closed

Bump the python-dependencies group across 1 directory with 27 updates#91
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/uv/python-dependencies-7b32408d88

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

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

Package From To
alembic 1.15.1 1.16.5
cryptography 44.0.2 44.0.3
dill 0.3.9 0.4.0
fastapi-throttle 0.1.4 0.1.8
folium 0.19.5 0.20.0
google-genai 1.22.0 1.32.0
matplotlib 3.10.5 3.10.6
ollama 0.4.7 0.5.3
pandas 2.2.3 2.3.2
plotly 6.0.0 6.3.0
polyline 2.0.2 2.0.3
psycopg2-binary 2.9.9 2.9.10
pydantic-ai 0.3.4 0.8.1
python-dotenv 1.0.1 1.1.1
requests 2.32.3 2.32.5
scikit-learn 1.7.0 1.7.1
scipy 1.15.3 1.16.1
shapely 2.0.7 2.1.1
sqlalchemy 2.0.38 2.0.43
stravalib 2.3.0 2.4
coverage 7.6.12 7.10.6
ipykernel 6.29.5 6.30.1
ipython 9.0.1 9.5.0
pre-commit 4.2.0 4.3.0
pytest 8.3.5 8.4.1
ruff 0.9.9 0.12.11
streamlit 1.43.2 1.49.1

Updates alembic from 1.15.1 to 1.16.5

Release notes

Sourced from alembic's releases.

1.16.5

Released: August 27, 2025

bug

  • [bug] [mysql] Fixed Python-side autogenerate rendering of index expressions in MySQL dialect by aligning it with SQLAlchemy's MySQL index expression rules. Pull request courtesy david-fed.

    References: #1492

  • [bug] [config] Fixed issue where new pyproject.toml config would fail to parse the integer value used for the truncate_slug_length parameter. Pull request courtesy Luís Henrique Allebrandt Schunemann.

    References: #1709

1.16.4

Released: July 10, 2025

bug

  • [bug] [config] Fixed issue in new pyproject.toml support where boolean values, such as those used for the recursive_version_locations and sourceless configuration parameters, would not be accepted.

    References: #1694

1.16.3

Released: July 8, 2025

usecase

  • [usecase] [commands] Added new pyproject_async template, combining the new pyproject template with the async template. Pull request courtesy Alc-Alc.

    References: #1683

  • [usecase] [autogenerate] Add "module" post-write hook. This hook type is almost identical to the console_scripts hook, except it's running python -m black instead of using black's console_script. It is mainly useful for tools without console scripts (e.g. ruff), but has semantics closer to the console_scripts hook in that it finds the ruff module available to the running interpreter instead of finding an executable by path. Pull request

... (truncated)

Commits

Updates cryptography from 44.0.2 to 44.0.3

Changelog

Sourced from cryptography's changelog.

44.0.3 - 2025-05-02


* Fixed compilation when using LibreSSL 4.1.0.

.. _v44-0-2:

Commits

Updates dill from 0.3.9 to 0.4.0

Commits

Updates fastapi-throttle from 0.1.4 to 0.1.8

Release notes

Sourced from fastapi-throttle's releases.

v0.1.8

What's Changed

Full Changelog: AliYmn/fastapi-throttle@v0.1.7...v0.1.8

v0.1.7

What's Changed

New Contributors

Full Changelog: AliYmn/fastapi-throttle@v0.1.6...v0.1.7

v0.1.6

Full Changelog: AliYmn/fastapi-throttle@v0.1.5...v0.1.6

v0.1.5

What's Changed

New Contributors

Full Changelog: AliYmn/fastapi-throttle@v0.1.4...v0.1.5

Commits
  • 78b1525 Merge pull request #5 from AliYmn/f-1
  • 8db015b chore: add redis-py and pytest-asyncio as test dependencies
  • 9e15d2a feat: add rate limit headers, proxy support and custom key function with tests
  • 4883247 docs: add advanced usage examples and configuration options for rate limiting
  • 1612b0a chore: bump version to 0.1.8 and fix key_func type formatting in docs
  • bb48c64 refactor: optimize request history management with efficient key pruning and ...
  • abfee5e feat: add proxy support, custom key functions, and rate limit headers to Rate...
  • 4d686a1 chore: update project dependencies in requirements.txt
  • 3f14ff2 docs: update README with badges, TOC and additional sections
  • bdf20ed chore: update requirements.txt with latest package versions
  • Additional commits viewable in compare view

Updates folium from 0.19.5 to 0.20.0

Release notes

Sourced from folium's releases.

v0.20.0

What's Changed

Full Changelog: python-visualization/folium@v0.19.7...v0.20.0

v0.19.7

What's Changed

New Contributors

Full Changelog: python-visualization/folium@v0.19.6...v0.19.7

v0.19.6

What's Changed

... (truncated)

Commits
  • 5c46067 Issue 1359 (#2159)
  • 2de8ff2 Coverage testing (#2158)
  • c1d4b64 Merge pull request #2163 from python-visualization/dependabot/github_actions/...
  • 3af17e9 Bump actions/setup-python from 4 to 5 in the github-actions group
  • 0287421 Merge pull request #2161 from hansthen/issue_1715
  • 5904750 Update after review comments
  • b8af05f Updated after review comment
  • 5e7da4b More trial and error
  • 79f548f Try fixing failing CI
  • 22aa1e5 Update README to point to the extra plugin
  • Additional commits viewable in compare view

Updates google-genai from 1.22.0 to 1.32.0

Release notes

Sourced from google-genai's releases.

v1.32.0

1.32.0 (2025-08-27)

Features

  • Add sdkHttpResponse.headers to *Delete responses. (0101d47)
  • Add add_watermark field for recontext_image (Virtual Try-On, Product Recontext) (0428877)
  • Add GenerateContentResponse.parts, Part.as_image(), and Blob.as_image() (75c0955)
  • Add output_gcs_uri to Imagen upscale_image (3fecf29)
  • Add the response body for generateContent (8cc4754)
  • Add the response body for generateContent (917cc2c)
  • Add VALIDATED mode into FunctionCallingConfigMode (f6bf934)
  • Add VideoGenerationReferenceType enum for generate_videos (cd53aff)
  • Support GenerateVideosSource for Veo GenerateVideos (a6c2bb7)
  • Support tunings.cancel in the genai SDK for Python, Java, JS, and Go (ffd8b06)

Documentation

  • Fix typo in README (0cef3e6)
  • Prompt and schema fix for json schema sample (6efd242)
  • Regenerate docs for 1.31.0 (51903d4)
  • Update TokensInfo docstring (921afa1)
  • Updating Imagen 4 code snippet (630262b)
  • Updating Veo model to Veo 3 and adding instruction to edit images using the native image-out model (codegen instructions). (b34a5c6)

v1.31.0

1.31.0 (2025-08-18)

Features

  • Support Imagen image segmentation on Vertex (a3c46f5)
  • Support Veo 2 Reference Images to Video Generation on Vertex (3712351)

Bug Fixes

  • Fix the bug to support Gemini Batch inlined requests system instruction (3abf441)

v1.30.0

1.30.0 (2025-08-13)

Features

  • Add evaluation support to Vertex tuning (95293eb)
  • Enable continuous fine-tuning on a pre-tuned model in the SDK. (72dc46b)
  • Support document name in grounding metadata (5f6746d)

... (truncated)

Changelog

Sourced from google-genai's changelog.

1.32.0 (2025-08-27)

Features

  • Add sdkHttpResponse.headers to *Delete responses. (0101d47)
  • Add add_watermark field for recontext_image (Virtual Try-On, Product Recontext) (0428877)
  • Add GenerateContentResponse.parts, Part.as_image(), and Blob.as_image() (75c0955)
  • Add output_gcs_uri to Imagen upscale_image (3fecf29)
  • Add VALIDATED mode into FunctionCallingConfigMode (f6bf934)
  • Add VideoGenerationReferenceType enum for generate_videos (cd53aff)
  • Support GenerateVideosSource for Veo GenerateVideos (a6c2bb7)
  • Support tunings.cancel in the genai SDK for Python, Java, JS, and Go (ffd8b06)

Documentation

  • Fix typo in README (0cef3e6)
  • Prompt and schema fix for json schema sample (6efd242)
  • Regenerate docs for 1.31.0 (51903d4)
  • Update TokensInfo docstring (921afa1)
  • Updating Imagen 4 code snippet (630262b)
  • Updating Veo model to Veo 3 and adding instruction to edit images using the native image-out model (codegen instructions). (b34a5c6)

1.31.0 (2025-08-18)

Features

  • Support Imagen image segmentation on Vertex (a3c46f5)
  • Support Veo 2 Reference Images to Video Generation on Vertex (3712351)

Bug Fixes

  • Fix the bug to support Gemini Batch inlined requests system instruction (3abf441)

1.30.0 (2025-08-13)

Features

  • Add evaluation support to Vertex tuning (95293eb)
  • Enable continuous fine-tuning on a pre-tuned model in the SDK. (72dc46b)
  • Support document name in grounding metadata (5f6746d)
  • Support exclude_domains in Google Search and Enterprise Web Search (7e4ec28)

Bug Fixes

... (truncated)

Commits
  • 9ebf30a chore(main): release 1.32.0 (#1282)
  • 75c0955 feat: add GenerateContentResponse.parts, Part.as_image(), and Blob.as_image()
  • cd53aff feat: Add VideoGenerationReferenceType enum for generate_videos
  • 630262b docs: Updating Imagen 4 code snippet
  • ffd8b06 feat: support tunings.cancel in the genai SDK for Python, Java, JS, and Go
  • 8cc4754 feat: add the response body for generateContent
  • 0cef3e6 docs: fix typo in README
  • 3fecf29 feat: Add output_gcs_uri to Imagen upscale_image
  • 917cc2c feat: add the response body for generateContent
  • f6bf934 feat: Add VALIDATED mode into FunctionCallingConfigMode
  • Additional commits viewable in compare view

Updates matplotlib from 3.10.5 to 3.10.6

Release notes

Sourced from matplotlib's releases.

REL: v3.10.6

This is a bugfix release in the 3.10.x series.

Highlights from this release include:

- Fix regression of hi-dpi support for Qt
- Fix race condition in TexManager.make_dvi & make_png
- Various documentation and other bugfixes
Commits
  • 5cd38c3 REL: v3.10.6
  • b2358e7 Release prep v3.10.6
  • 2e04783 Merge branch 'v3.10.5-doc' into v3.10.x
  • d3365af Github stats v3.10.6
  • 81ed659 Merge pull request #30489 from meeseeksmachine/auto-backport-of-pr-30486-on-v...
  • 5351097 Merge pull request #30488 from meeseeksmachine/auto-backport-of-pr-30486-on-v...
  • 6b800b8 Merge pull request #30487 from meeseeksmachine/auto-backport-of-pr-30484-on-v...
  • 25a97fd Backport PR #30486: doc: Update warnings about python-build-standalone
  • 4b79495 Backport PR #30486: doc: Update warnings about python-build-standalone
  • a55b817 Backport PR #30484: FIX: be more cautious about checking widget size
  • Additional commits viewable in compare view

Updates ollama from 0.4.7 to 0.5.3

Release notes

Sourced from ollama's releases.

v0.5.3

What's Changed

Full Changelog: ollama/ollama-python@v0.5.2...v0.5.3

v0.5.2

What's Changed

New Contributors

Full Changelog: ollama/ollama-python@v0.5.1...v0.5.2

v0.5.1

What's Changed

Full Changelog: ollama/ollama-python@v0.5.0...v0.5.1

v0.5.0

What's Changed

New Contributors

Full Changelog: ollama/ollama-python@v0.4.9...v0.5.0

v0.4.9

What's Changed

New Contributors

Full Changelog: ollama/ollama-python@v0.4.8...v0.4.9

v0.4.8

What's Changed

... (truncated)

Commits
  • 53ff3cd Merge pull request #553 from ollama/drifkin/thinking-levels
  • aa4b476 add support for 'high'/'medium'/'low' think values
  • 34e98bd types: relax type for tools (#550)
  • dad9e1c examples: add gpt-oss tools (#549)
  • fe91357 examples: update to use gemma3 (#543)
  • d7978cb pyproject.toml: add license metadata to package (#526)
  • b23d79d types: add context_length to ProcessResponse (#538)
  • 33488ee types/examples: add tool_name to message and examples (#537)
  • 63ca747 Merge pull request #525 from hwittenborn/main
  • 4c11d50 Remove unused messages variable from thinking-generate example
  • Additional commits viewable in compare view

Updates pandas from 2.2.3 to 2.3.2

Release notes

Sourced from pandas's releases.

Pandas 2.3.2

We are pleased to announce the release of pandas 2.3.2. This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.3.2 supports Python 3.9 and higher.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Pandas 2.3.1

We are pleased to announce the release of pandas 2.3.1. This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.3.1 supports Python 3.9 and higher.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Pandas 2.3.0

We are pleased to announce the release of pandas 2.3.0. This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.3.0 supports Python 3.10 and higher.

The release will be available on the defaults and conda-forge channels:

conda install -c conda-forge pandas

Or via PyPI:

... (truncated)

Commits
  • 4665c10 RLS: 2.3.2
  • 633c68b DOC: fix syntax in whatsnew file
  • 456ad47 Backport PR #62152 on branch 2.3.x (DOC: prepare 2.3.2 whatsnew notes for rel...
  • 6cae644 [backport 2.3.x] DOC: move and reword whatsnew note for replace fix (GH-57865...
  • a91c50a Backport PR #62147 on branch 2.3.x (DOC: correct and rewrite string migration...
  • f7a2cfd [backport 2.3.x] BUG/DEPR: logical operation with bool and string (#61995) (#...
  • 7981a43 Backport PR #62124 on branch 2.3.x (CI/BLD: don't use strict xfail for '%m.%Y...
  • fafbcbd [backport 2.3.x] BUG(CoW): also raise for chained assignment for .at / .iat (...
  • 3ac64a7 [backport 2.3.x] BUG: Fix Series.str.contains with compiled regex on Arrow st...
  • 1f2dc4f [backport 2.3.x] BUG: fix Series.str.fullmatch() and Series.str.match() with ...
  • Additional commits viewable in compare view

Updates plotly from 6.0.0 to 6.3.0

Release notes

Sourced from plotly's releases.

v6.3.0

Updated

  • Updated Plotly.js from version 3.0.1 to version 3.1.0. See the plotly.js release notes for more information. [#5318]

Added

  • Exposed plotly.io.get_chrome() as a function which can be called from within a Python script. [#5282]

Fixed

  • Resolved issue causing extraneous engine deprecation warnings [#5287], with thanks to @​jdbeel for the contribution!

v6.2.0

Added

  • Add SRI (Subresource Integrity) hash support for CDN script tags when using include_plotlyjs='cdn'. This enhances security by ensuring browser verification of CDN-served plotly.js files [#5165] (with thanks to @​ddworken)

Fixed

  • Allow setting Plotly.js path via pio.defaults [#5207]

Changed

  • Refactor validation code to reduce bundle size [#5214] (with thanks to @​bmaranville)
  • Add deprecation warnings when using Kaleido v0 or deprecated image export features [#5177]

v6.1.2

Fixed

  • Fix type checking and code highlighting for graph_objects classes [#5199]

v6.1.1

Fixed

  • Prevent swallowing of ValueError when creating a figure with subplots [#3888]
  • Fix issue causing fig.write_image() to not generate an image [#5193]

v6.1.0

Updated

  • Add support for Kaleido>=v1.0.0 for image generation [#5062, #5177]
  • Reduce package bundle size by 18-24% via changes to code generation [#4978]

Fixed

  • Fix third-party widget display issues in v6 [#5102]
  • Add handling for case where jupyterlab or notebook is not installed [#5104]
  • Fix issue causing Plotly.js script to be embedded multiple times in Jupyter notebooks [#5112]
  • Re-add MIME renderer JupyterLab extension with JupyterLab 4 support to reduce file sizes for offline notebooks [#5096]
  • Fix issue preventing plots from rendering in HTML notebook export when using 'vscode+notebook' renderer [#5154]

v6.1.0rc0

Updated

  • Add support for Kaleido>=v1.0.0 for image generation, and deprecate support for Kaleido<1 and Orca [#5062]
  • Reduce package bundle size by 18-24% via changes to code generation [#4978]

Fixed

  • Fix third-party widget display issues in v6 [#5102]
  • Add handling for case where jupyterlab or notebook is not installed [#5104]

... (truncated)

Changelog

Sourced from plotly's changelog.

[6.3.0] - 2025-08-12

Updated

  • Updated Plotly.js from version 3.0.1 to version 3.1.0. See the plotly.js release notes for more information. [#5318]

Added

  • Exposed plotly.io.get_chrome() as a function which can be called from within a Python script. [#5282]

Fixed

  • Resolved issue causing extraneous engine deprecation warnings [#5287], with thanks to @​jdbeel for the contribution!

[6.2.0] - 2025-06-26

Added

  • Add SRI (Subresource Integrity) hash support for CDN script tags when using include_plotlyjs='cdn'. This enhances security by ensuring browser verification of CDN-served plotly.js files [#5165] (with thanks to @​ddworken)

Fixed

  • Allow setting Plotly.js path via pio.defaults [#5207]

Changed

  • Refactor validation code to reduce bundle size [#5214] (with thanks to @​bmaranville)
  • Add deprecation warnings when using Kaleido v0 or deprecated image export features [#5177]

[6.1.2] - 2025-05-27

Fixed

  • Fix type checking and code highlighting for graph_objects classes [#5199]

[6.1.1] - 2025-05-20

Fixed

  • Prevent swallowing of ValueError when creating a figure with subplots [#3888]
  • Fix issue causing fig.write_image() to not generate an image [#5193]

[6.1.0] - 2025-05-15

Updated

  • Add support for Kaleido>=v1.0.0 for image generation [#5062, #5177]
  • Reduce package bundle size by 18-24% via changes to code generation [#4978]

Fixed

  • Fix third-party widget display issues in v6 [#5102]
  • Add handling for case where jupyterlab or notebook is not installed [#5104]
  • Fix issue causing Plotly.js script to be embedded multiple times in Jupyter notebooks [#5112]
  • Re-add MIME renderer JupyterLab extension with JupyterLab 4 support to reduce file sizes for offline notebooks [#5096]
  • Fix issue preventing plots from rendering in HTML notebook export when using 'vscode+notebook' renderer [#5154]

[6.0.1] - 2025-03-14

... (truncated)

Commits
  • 53572f6 Update uv lock file
  • 3b5a65f version changes for v6.3.0
  • 6b7565b Merge pull request #5318 from plotly/update-plotlyjs-3.1.0
  • c2225b7 add DeprecationWarning for upcoming change in locationmode 'country names'
  • deef7a3 update plotly/labextension
  • 0589b22 upgrade plotly.js to 3.1.0
  • 694b036 Merge pull request #5308 from plotly/update-doc-string
  • 480a1af Merge pull request #5287 from jdbeel/update-external-renderer-default
  • c07de25 Merge branch 'main' into update-external-renderer-default
  • 9f4b774 Update _json.py
  • Additional commits viewable in compare view

Updates polyline from 2.0.2 to 2.0.3

Release notes

Sourced from polyline's releases.

v2.0.3

Remove deprecated toml dependency in favor of native tomllib (or tomli on older Python versions).

Commits
  • 824df38 Merge pull request #19 from frederickjansen/new-python-ci
  • b99530f Add imghdr to build docs on Python 3.13
  • d07c791 Build on Python 3.13 and PyPy 3.11
  • c500221 Merge pull request #18 from a-detiste/master
  • fbc11b0 drop usage of old "toml" library
  • See full diff in compare view

Updates psycopg2-binary from 2.9.9 to 2.9.10

Changelog

Sourced from psycopg2-binary's changelog.

Current release

What's new in psycopg 2.9.10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Add support for Python 3.13.
  • Receive notifications on commit (:ticket:[#1728](https://github.com/psycopg/psycopg2/issues/1728)).
  • ~psycopg2.errorcodes map and ~psycopg2.errors classes updated to PostgreSQL 17.
  • Drop support for Python 3.7.

What's new in psycopg 2.9.9 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Add support for Python 3.12.
  • Drop support for Python 3.6.

What's new in psycopg 2.9.8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Wheel package bundled with PostgreSQL 16 libpq in order to add support for recent features, such as sslcertmode.

What's new in psycopg 2.9.7 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Fix propagation of exceptions raised during module initialization (:ticket:[#1598](https://github.com/psycopg/psycopg2/issues/1598)).
  • Fix building when pg_config returns an empty string (:ticket:[#1599](https://github.com/psycopg/psycopg2/issues/1599)).
  • Wheel package bundled with OpenSSL 1.1.1v.

Wh...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 2, 2025
@dependabot dependabot bot force-pushed the dependabot/uv/python-dependencies-7b32408d88 branch from b3ccd9a to 0a0063f Compare September 8, 2025 16:50
@dependabot dependabot bot requested a review from niklasvm as a code owner September 8, 2025 16:50
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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

| Package | From | To |
| --- | --- | --- |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.15.1` | `1.16.5` |
| [cryptography](https://github.com/pyca/cryptography) | `44.0.2` | `44.0.3` |
| [dill](https://github.com/uqfoundation/dill) | `0.3.9` | `0.4.0` |
| [fastapi-throttle](https://github.com/AliYmn/fastapi-throttle) | `0.1.4` | `0.1.8` |
| [folium](https://github.com/python-visualization/folium) | `0.19.5` | `0.20.0` |
| [google-genai](https://github.com/googleapis/python-genai) | `1.22.0` | `1.32.0` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.5` | `3.10.6` |
| [ollama](https://github.com/ollama/ollama-python) | `0.4.7` | `0.5.3` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.3` | `2.3.2` |
| [plotly](https://github.com/plotly/plotly.py) | `6.0.0` | `6.3.0` |
| [polyline](https://github.com/frederickjansen/polyline) | `2.0.2` | `2.0.3` |
| [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.9` | `2.9.10` |
| [pydantic-ai](https://github.com/pydantic/pydantic-ai) | `0.3.4` | `0.8.1` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.1.1` |
| [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.5` |
| [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.7.0` | `1.7.1` |
| [scipy](https://github.com/scipy/scipy) | `1.15.3` | `1.16.1` |
| [shapely](https://github.com/shapely/shapely) | `2.0.7` | `2.1.1` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.38` | `2.0.43` |
| [stravalib](https://github.com/stravalib/stravalib) | `2.3.0` | `2.4` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.12` | `7.10.6` |
| [ipykernel](https://github.com/ipython/ipykernel) | `6.29.5` | `6.30.1` |
| [ipython](https://github.com/ipython/ipython) | `9.0.1` | `9.5.0` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.3.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `8.4.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.9` | `0.12.11` |
| [streamlit](https://github.com/streamlit/streamlit) | `1.43.2` | `1.49.1` |



Updates `alembic` from 1.15.1 to 1.16.5
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Updates `cryptography` from 44.0.2 to 44.0.3
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@44.0.2...44.0.3)

Updates `dill` from 0.3.9 to 0.4.0
- [Release notes](https://github.com/uqfoundation/dill/releases)
- [Commits](uqfoundation/dill@0.3.9...0.4.0)

Updates `fastapi-throttle` from 0.1.4 to 0.1.8
- [Release notes](https://github.com/AliYmn/fastapi-throttle/releases)
- [Commits](AliYmn/fastapi-throttle@v0.1.4...v0.1.8)

Updates `folium` from 0.19.5 to 0.20.0
- [Release notes](https://github.com/python-visualization/folium/releases)
- [Changelog](https://github.com/python-visualization/folium/blob/main/CHANGES.txt)
- [Commits](python-visualization/folium@v0.19.5...v0.20.0)

Updates `google-genai` from 1.22.0 to 1.32.0
- [Release notes](https://github.com/googleapis/python-genai/releases)
- [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-genai@v1.22.0...v1.32.0)

Updates `matplotlib` from 3.10.5 to 3.10.6
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.10.5...v3.10.6)

Updates `ollama` from 0.4.7 to 0.5.3
- [Release notes](https://github.com/ollama/ollama-python/releases)
- [Commits](ollama/ollama-python@v0.4.7...v0.5.3)

Updates `pandas` from 2.2.3 to 2.3.2
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.3...v2.3.2)

Updates `plotly` from 6.0.0 to 6.3.0
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md)
- [Commits](plotly/plotly.py@v6.0.0...v6.3.0)

Updates `polyline` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/frederickjansen/polyline/releases)
- [Commits](frederickjansen/polyline@v2.0.2...v2.0.3)

Updates `psycopg2-binary` from 2.9.9 to 2.9.10
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.9...2.9.10)

Updates `pydantic-ai` from 0.3.4 to 0.8.1
- [Release notes](https://github.com/pydantic/pydantic-ai/releases)
- [Changelog](https://github.com/pydantic/pydantic-ai/blob/main/docs/changelog.md)
- [Commits](pydantic/pydantic-ai@v0.3.4...v0.8.1)

Updates `python-dotenv` from 1.0.1 to 1.1.1
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.0.1...v1.1.1)

Updates `requests` from 2.32.3 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.3...v2.32.5)

Updates `scikit-learn` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.7.0...1.7.1)

Updates `scipy` from 1.15.3 to 1.16.1
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.15.3...v1.16.1)

Updates `shapely` from 2.0.7 to 2.1.1
- [Release notes](https://github.com/shapely/shapely/releases)
- [Changelog](https://github.com/shapely/shapely/blob/main/CHANGES.txt)
- [Commits](shapely/shapely@2.0.7...2.1.1)

Updates `sqlalchemy` from 2.0.38 to 2.0.43
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `stravalib` from 2.3.0 to 2.4
- [Release notes](https://github.com/stravalib/stravalib/releases)
- [Changelog](https://github.com/stravalib/stravalib/blob/main/changelog.md)
- [Commits](stravalib/stravalib@v2.3...v2.4)

Updates `coverage` from 7.6.12 to 7.10.6
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.6.12...7.10.6)

Updates `ipykernel` from 6.29.5 to 6.30.1
- [Release notes](https://github.com/ipython/ipykernel/releases)
- [Changelog](https://github.com/ipython/ipykernel/blob/v6.30.1/CHANGELOG.md)
- [Commits](ipython/ipykernel@v6.29.5...v6.30.1)

Updates `ipython` from 9.0.1 to 9.5.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@9.0.1...9.5.0)

Updates `pre-commit` from 4.2.0 to 4.3.0
- [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.2.0...v4.3.0)

Updates `pytest` from 8.3.5 to 8.4.1
- [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.5...8.4.1)

Updates `ruff` from 0.9.9 to 0.12.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.9.9...0.12.11)

Updates `streamlit` from 1.43.2 to 1.49.1
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](streamlit/streamlit@1.43.2...1.49.1)

---
updated-dependencies:
- dependency-name: alembic
  dependency-version: 1.16.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: cryptography
  dependency-version: 44.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: dill
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: fastapi-throttle
  dependency-version: 0.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: folium
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: google-genai
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: matplotlib
  dependency-version: 3.10.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ollama
  dependency-version: 0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pandas
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: plotly
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: polyline
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: psycopg2-binary
  dependency-version: 2.9.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pydantic-ai
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: python-dotenv
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: scikit-learn
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: scipy
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: shapely
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: sqlalchemy
  dependency-version: 2.0.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: stravalib
  dependency-version: '2.4'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: coverage
  dependency-version: 7.10.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: ipykernel
  dependency-version: 6.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: ipython
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pre-commit
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pytest
  dependency-version: 8.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-version: 0.12.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: streamlit
  dependency-version: 1.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/uv/python-dependencies-7b32408d88 branch from 0a0063f to 068e535 Compare September 22, 2025 16:46
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

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

@dependabot dependabot bot closed this Sep 29, 2025
@dependabot dependabot bot deleted the dependabot/uv/python-dependencies-7b32408d88 branch September 29, 2025 16:31
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.

0 participants