Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 14, 2025

Bumps the poetry group with 46 updates in the / directory:

Package From To
sanic 24.12.0 25.3.0
pydantic 2.11.3 2.12.5
datamodel-code-generator 0.28.5 0.43.1
sqlalchemy 2.0.40 2.0.45
alembic 1.15.2 1.17.2
asyncpg 0.30.0 0.31.0
kubernetes 31.0.0 33.1.0
python-ulid 3.0.0 3.1.0
python-gitlab 5.6.0 7.0.0
psycopg 3.2.6 3.3.2
urllib3 2.6.0 2.6.2
authlib 1.6.0 1.6.6
kubernetes-asyncio 32.3.0 33.3.0
marshmallow 3.26.1 4.1.1
escapism 1.0.1 1.1.0
sentry-sdk 2.26.1 2.47.0
authzed 1.21.1 1.24.0
cryptography 44.0.2 46.0.3
setuptools 75.9.1 80.9.0
kr8s 0.20.7 0.20.14
werkzeug 3.1.3 3.1.4
aiofiles 24.1.0 25.1.0
protobuf 5.29.4 6.33.2
poetry 2.1.2 2.2.1
parsy 2.1 2.2
posthog 3.25.0 7.0.1
markdown-code-runner 2.2.0 2.4.0
bandit 1.8.3 1.9.2
mypy 1.15.0 1.19.0
pytest 8.3.5 8.4.2
pytest-cov 6.1.1 7.0.0
pre-commit 4.2.0 4.5.0
aiosqlite 0.20.0 0.22.0
types-pyyaml 6.0.12.20250402 6.0.12.20250915
schemathesis 3.39.7 4.7.5
pytest-asyncio 0.21.2 1.3.0
pytest-postgresql 6.1.1 7.0.2
ruff 0.8.6 0.14.9
debugpy 1.8.14 1.8.18
pytest-xdist 3.6.1 3.8.0
types-requests 2.32.0.20250328 2.32.4.20250913
types-aiofiles 24.1.0.20250326 25.1.0.20251011
pytest-mock 3.14.0 3.15.1
uvloop 0.21.0 0.22.1
syrupy 4.9.1 5.0.0
ruamel-yaml 0.18.14 0.18.16

Bumps the poetry group with 25 updates in the /projects/renku_data_service directory:

Package From To
sanic 24.12.0 25.3.0
pydantic 2.11.3 2.12.5
datamodel-code-generator 0.24.2 0.43.1
sqlalchemy 2.0.40 2.0.45
alembic 1.15.2 1.17.2
asyncpg 0.30.0 0.31.0
kubernetes 31.0.0 33.1.0
python-ulid 3.0.0 3.1.0
python-gitlab 5.6.0 7.0.0
psycopg 3.2.6 3.3.2
authlib 1.6.0 1.6.6
kubernetes-asyncio 32.3.0 33.3.0
marshmallow 3.26.1 4.1.1
escapism 1.0.1 1.1.0
sentry-sdk 2.26.1 2.47.0
authzed 1.21.1 1.24.0
cryptography 44.0.2 46.0.3
setuptools 75.9.1 80.9.0
kr8s 0.20.7 0.20.14
werkzeug 3.1.3 3.1.4
aiofiles 24.1.0 25.1.0
protobuf 5.29.4 6.33.2
parsy 2.1 2.2
posthog 3.25.0 7.0.1
markdown-code-runner 2.2.0 2.4.0

Bumps the poetry group with 25 updates in the /projects/secrets_storage directory:

Package From To
sanic 24.12.0 25.3.0
pydantic 2.11.3 2.12.5
datamodel-code-generator 0.24.2 0.43.1
sqlalchemy 2.0.40 2.0.45
alembic 1.15.2 1.17.2
asyncpg 0.30.0 0.31.0
kubernetes 31.0.0 33.1.0
python-ulid 3.0.0 3.1.0
python-gitlab 5.6.0 7.0.0
psycopg 3.2.6 3.3.2
authlib 1.6.0 1.6.6
kubernetes-asyncio 32.3.2 33.3.0
marshmallow 3.26.1 4.1.1
escapism 1.0.1 1.1.0
sentry-sdk 2.26.1 2.47.0
authzed 1.21.1 1.24.0
cryptography 44.0.2 46.0.3
setuptools 75.9.1 80.9.0
kr8s 0.20.7 0.20.14
werkzeug 3.1.3 3.1.4
aiofiles 24.1.0 25.1.0
protobuf 5.29.4 6.33.2
parsy 2.1 2.2
posthog 3.25.0 7.0.1
markdown-code-runner 2.2.0 2.4.0

Updates sanic from 24.12.0 to 25.3.0

Release notes

Sourced from sanic's releases.

Version 25.3

What's Changed

New Contributors

Full Changelog: sanic-org/sanic@v24.12.0...v25.3.0

Commits

Updates pydantic from 2.11.3 to 2.12.5

Release notes

Sourced from pydantic's releases.

v2.12.5 2025-11-26

v2.12.5 (2025-11-26)

This is the fifth 2.12 patch release, addressing an issue with the MISSING sentinel and providing several documentation improvements.

The next 2.13 minor release will be published in a couple weeks, and will include a new polymorphic serialization feature addressing the remaining unexpected changes to the serialize as any behavior.

  • Fix pickle error when using model_construct() on a model with MISSING as a default value by @​ornariece in #12522.
  • Several updates to the documentation by @​Viicos.

Full Changelog: pydantic/pydantic@v2.12.4...v2.12.5

v2.12.4 2025-11-05

v2.12.4 (2025-11-05)

This is the fourth 2.12 patch release, fixing more regressions, and reverting a change in the build() method of the AnyUrl and Dsn types.

This patch release also fixes an issue with the serialization of IP address types, when serialize_as_any is used. The next patch release will try to address the remaining issues with serialize as any behavior by introducing a new polymorphic serialization feature, that should be used in most cases in place of serialize as any.

Full Changelog: pydantic/pydantic@v2.12.3...v2.12.4

v2.12.3 2025-10-17

v2.12.3 (2025-10-17)

What's Changed

This is the third 2.13 patch release, fixing issues related to the FieldInfo class, and reverting a change to the supported after model validator function signatures.

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.12.5 (2025-11-26)

GitHub release

This is the fifth 2.12 patch release, addressing an issue with the MISSING sentinel and providing several documentation improvements.

The next 2.13 minor release will be published in a couple weeks, and will include a new polymorphic serialization feature addressing the remaining unexpected changes to the serialize as any behavior.

  • Fix pickle error when using model_construct() on a model with MISSING as a default value by @​ornariece in #12522.
  • Several updates to the documentation by @​Viicos.

v2.12.4 (2025-11-05)

GitHub release

This is the fourth 2.12 patch release, fixing more regressions, and reverting a change in the build() method of the AnyUrl and Dsn types.

This patch release also fixes an issue with the serialization of IP address types, when serialize_as_any is used. The next patch release will try to address the remaining issues with serialize as any behavior by introducing a new polymorphic serialization feature, that should be used in most cases in place of serialize as any.

v2.12.3 (2025-10-17)

GitHub release

... (truncated)

Commits
  • bd2d0dd Prepare release v2.12.5
  • 7d0302e Document security implications when using create_model()
  • e9ef980 Fix typo in Standard Library Types documentation
  • f2c20c0 Add pydantic-docs dev dependency, make use of versioning blocks
  • a76c1aa Update documentation about JSON Schema
  • 8cbc72c Add documentation about custom __init__()
  • 99eba59 Add additional test for FieldInfo.get_default()
  • c710769 Special case MISSING sentinel in smart_deepcopy()
  • 20a9d77 Do not delete mock validator/serializer in rebuild_dataclass()
  • c86515a Update parts of the model and revalidate_instances documentation
  • Additional commits viewable in compare view

Updates datamodel-code-generator from 0.28.5 to 0.43.1

Release notes

Sourced from datamodel-code-generator's releases.

0.43.1

What's Changed

Full Changelog: koxudaxi/datamodel-code-generator@0.43.0...0.43.1

0.43.0

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.42.2...0.43.0

0.42.2

What's Changed

Full Changelog: koxudaxi/datamodel-code-generator@0.42.1...0.42.2

0.42.1

What's Changed

... (truncated)

Commits
  • fd9728f Fix allOf partial property overrides to inherit parent types instead of Any (...
  • 3eae20d Add support for x-enumNames extension (#2653)
  • 2df42fb Fix discriminator to use enum value instead of model name for single-value en...
  • 35871c2 Add validation error for --use-specialized-enum when target Python version < ...
  • 8bbc4df Add --use-frozen-field option for JSON Schema readOnly support (#2650)
  • f639855 Fix nullable propagation from $ref schema targets (#2649)
  • 27929ad Fix incorrect import when module and class have the same name (#2648)
  • 5de9bf7 Fix allOf merging logic to handle single $ref inheritance with property overr...
  • 737281a Add bundled schema with $id and update local fragment resolution logic (#2646)
  • 9b7863d Fix enum default values to use short names in nested package paths (#2644)
  • Additional commits viewable in compare view

Updates sqlalchemy from 2.0.40 to 2.0.45

Release notes

Sourced from sqlalchemy's releases.

2.0.45

Released: December 9, 2025

orm

  • [orm] [bug] Fixed issue where calling Mapper.add_property() within mapper event hooks such as MapperEvents.instrument_class(), MapperEvents.after_mapper_constructed(), or MapperEvents.before_mapper_configured() would raise an AttributeError because the mapper's internal property collections were not yet initialized. The Mapper.add_property() method now handles early-stage property additions correctly, allowing properties including column properties, deferred columns, and relationships to be added during mapper initialization events. Pull request courtesy G Allajmi.

    References: #12858

  • [orm] [bug] Fixed issue in Python 3.14 where dataclass transformation would fail when a mapped class using MappedAsDataclass included a relationship() referencing a class that was not available at runtime (e.g., within a TYPE_CHECKING block). This occurred when using Python 3.14's PEP 649 deferred annotations feature, which is the default behavior without a from __future__ import annotations directive.

    References: #12952

examples

  • [examples] [bug] Fixed the "short_selects" performance example where the cache was being used in all the examples, making it impossible to compare performance with and without the cache. Less important comparisons like "lambdas" and "baked queries" have been removed.

sql

  • [sql] [bug] Some improvements to the _sql.ClauseElement.params() method to replace bound parameters in a query were made, however the ultimate issue in #12915 involving ORM _orm.aliased() cannot be fixed fully until 2.1, where the method is being rewritten to work without relying on Core cloned traversal.

    References: #12915

  • [sql] [bug] Fixed issue where using the ColumnOperators.in_() operator with a nested CompoundSelect statement (e.g. an INTERSECT of UNION queries) would raise a NotImplementedError when the

... (truncated)

Commits

Updates alembic from 1.15.2 to 1.17.2

Release notes

Sourced from alembic's releases.

1.17.2

Released: November 14, 2025

feature

  • [feature] [operations] Added Operations.implementation_for.replace parameter to Operations.implementation_for(), allowing replacement of existing operation implementations. This allows for existing operations such as CreateTableOp to be extended directly. Pull request courtesy justanothercatgirl.

    References: #1750

bug

  • [bug] [mssql] Fixed issue in SQL Server dialect where the DROP that's automatically emitted for existing default constraints during an ALTER COLUMN needs to take place before not just the modification of the column's default, but also before the column's type is changed.

    References: #1744

1.17.1

Released: October 28, 2025

usecase

  • [usecase] [commands] Added command.current.check_heads parameter to command.current() command, available from the command line via the --check-heads option to alembic current. This tests if all head revisions are applied to the database and raises DatabaseNotAtHead (or from the command line, exits with a non-zero exit code) if this is not the case. The parameter operates equvialently to the cookbook recipe cookbook_check_heads. Pull request courtesy Stefan Scherfke.

    References: #1705

bug

  • [bug] [commands] Disallow ':' character in custom revision identifiers. Previously, using a colon in a revision ID (e.g., 'REV:1') would create the revision, however revisions with colons in them are not correctly interpreted by other commands, as it overlaps with the revision range syntax. Pull request courtesy Kim Wooseok with original implementation by Hrushikesh Patil.

... (truncated)

Commits

Updates asyncpg from 0.30.0 to 0.31.0

Release notes

Sourced from asyncpg's releases.

v0.31.0

Enable Python 3.14 with experimental subinterpreter/freethreading support.

Improvements

  • Add Python 3.14 support, experimental subinterpreter/freethreading support (#1279) (by @​elprans in 9e42642b)

  • Avoid performing type introspection on known types (#1243) (by @​elprans in 5c9986c4)

  • Make prepare() not use named statements by default when cache is disabled (#1245) (by @​elprans in 5b14653e)

  • Implement connection service file functionality (#1223) (by @​AndrewJackson2020 in 1d63bb15)

Fixes

Other

Commits

Updates kubernetes from 31.0.0 to 33.1.0

Release notes

Sourced from kubernetes's releases.

Kubernetes Python Client v33.1.0 Stable Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v33.1.0.zip
cd client-python-v33.1.0
python setup.py install

Then follow examples in https://github.com/kubernetes-client/python/tree/release-33.0/examples

Changelog: https://github.com/kubernetes-client/python/blob/release-33.0/CHANGELOG.md

Kubernetes Python Client v33.1.0 Beta 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v33.1.0b1.zip
cd client-python-v33.1.0b1
python setup.py install

Then follow examples in https://github.com/kubernetes-client/python/tree/release-33.0/examples

Changelog: https://github.com/kubernetes-client/python/blob/release-33.0/CHANGELOG.md

Kubernetes Python Client v33.1.0 Alpha 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v33.1.0a1.zip
cd client-python-v33.1.0a1
</tr></table> 

... (truncated)

Changelog

Sourced from kubernetes's changelog.

v33.1.0

Kubernetes API Version: v1.33.1

v33.1.0b1

Kubernetes API Version: v1.33.1

v33.1.0a1

Kubernetes API Version: v1.33.1

API Change

  • A new alpha feature gate, MutableCSINodeAllocatableCount, has been introduced.

    When this feature gate is enabled, the CSINode.Spec.Drivers[*].Allocatable.Count field becomes mutable, and a new field, NodeAllocatableUpdatePeriodSeconds, is available in the CSIDriver object. This allows periodic updates to a node's reported allocatable volume capacity, preventing stateful pods from becoming stuck due to outdated information that kube-scheduler relies on. (kubernetes/kubernetes#130007, @​torredil) [SIG Apps, Node, Scheduling and Storage]

  • Added feature gate DRAPartitionableDevices, when enabled, Dynamic Resource Allocation support partitionable devices allocation. (kubernetes/kubernetes#130764, @​cici37) [SIG API Machinery, Architecture, Auth, CLI, Cloud Provider, Cluster Lifecycle, Instrumentation, Network, Node, Scheduling, Storage and Testing]

  • Added DRA support for a "one-of" prioritized list of selection criteria to satisfy a device request in a resource claim. (kubernetes/kubernetes#128586, @​mortent) [SIG API Machinery, Apps, Etcd, Node, Scheduling and Testing]

  • Added a /flagz endpoint for kubelet endpoint (kubernetes/kubernetes#128857, @​zhifei92) [SIG Architecture, Instrumentation and Node]

  • Added a new tolerance field to HorizontalPodAutoscaler, overriding the cluster-wide default. Enabled via the HPAConfigurableTolerance alpha feature gate. (kubernetes/kubernetes#130797, @​jm-franc) [SIG API Machinery, Apps, Autoscaling, Etcd, Node, Scheduling and Testing]

  • Added support for configuring custom stop signals with a new StopSignal container lifecycle (kubernetes/kubernetes#130556, @​sreeram-venkitesh) [SIG API Machinery, Apps, Node and Testing]

  • Added support for in-place vertical scaling of Pods with sidecars (containers defined within initContainers where the restartPolicy is set to Always). (kubernetes/kubernetes#128367, @​vivzbansal) [SIG API Machinery, Apps, CLI, Node, Scheduling and Testing]

  • CPUManager Policy Options support is GA (kubernetes/kubernetes#130535, @​ffromani) [SIG API Machinery, Node and Testing]

  • Changed the Pod API to support hugepage resources at spec level for pod-level resources. (kubernetes/kubernetes#130577, @​KevinTMtz) [SIG Apps, CLI, Node, Scheduling, Storage and Testing]

  • DRA API: The maximum number of pods that can use the same ResourceClaim is now 256 instead of 32. Downgrading a cluster where this relaxed limit is in use to Kubernetes 1.32.0 is not supported, as version 1.32.0 would refuse to update ResourceClaims with more than 32 entries in the status.reservedFor field. (kubernetes/kubernetes#129543, @​pohly) [SIG API Machinery, Node and Testing]

  • DRA: CEL expressions using attribute strings exceeded the cost limit because their cost estimation was incomplete. (kubernetes/kubernetes#129661, @​pohly) [SIG Node]

  • DRA: Device taints enable DRA drivers or admins to mark device as unusable, which prevents allocating them. Pods may also get evicted at runtime if a device becomes unusable, depending on the severity of the taint and whether the claim tolerates the taint. (kubernetes/kubernetes#130447, @​pohly) [SIG API Machinery, Apps, Architecture, Auth, Etcd, Instrumentation, Node, Scheduling and Testing]

  • DRA: Starting Kubernetes 1.33, only users with access to an admin namespace with the kubernetes.io/dra-admin-access label are authorized to create ResourceClaim or ResourceClaimTemplate objects with the adminAccess field in this admin namespace if they want to and only they can reference these ResourceClaims or ResourceClaimTemplates in their pod or deployment specs. (kubernetes/kubernetes#130225, @​ritazh) [SIG API Machinery, Apps, Auth, Node and Testing]

  • DRA: when asking for "All" devices on a node, Kubernetes <= 1.32 proceeded to schedule pods onto nodes with no devices by not allocating any devices for those pods. Kubernetes 1.33 changes that to only picking nodes which have at least one device. Users who want the "proceed with scheduling also without devices" semantic can use the upcoming prioritized list feature with one sub-request for "all" devices and a second alternative with "count: 0". (kubernetes/kubernetes#129560, @​bart0sh) [SIG API Machinery and Node]

  • Expanded the on-disk kubelet credential provider configuration to allow an optional tokenAttribute field to be configured. When it is set, the kubelet will provision a token with the given audience bound to the current pod and its service account. This KSA token along with required annotations on the KSA defined in configuration will be sent to the credential provider plugin via its standard input (along with the image information that is already sent today). The KSA annotations to be sent are configurable in the kubelet credential provider configuration. (kubernetes/kubernetes#128372, @​aramase) [SIG API Machinery, Auth, Node and Testing]

  • Fixed the example validation rule in godoc:

    When configuring a JWT authenticator:

    If username.expression uses 'claims.email', then 'claims.email_verified' must be used in username.expression or extra[].valueExpression or claimValidationRules[].expression. An example claim validation rule expression that matches the validation automatically applied when username.claim is set to 'email' is 'claims.?email_verified.orValue(true) == true'. By explicitly comparing the value to true, we let type-checking see the result will be a boolean, and to make sure a non-boolean email_verified claim will be caught at runtime. (kubernetes/kubernetes#130875, @​aramase) [SIG Auth and Release]

  • For the InPlacePodVerticalScaling feature, the API server will no longer set the resize status to Proposed upon receiving a resize request. (kubernetes/kubernetes#130574, @​natasha41575) [SIG Apps, Node and Testing]

  • Graduate the MatchLabelKeys (MismatchLabelKeys) feature in PodAffinity (PodAntiAffinity) to GA (kubernetes/kubernetes#130463, @​sanposhiho) [SIG API Machinery, Apps, Node, Scheduling and Testing]

  • Graduated image volume sources to beta:

    • Allowed subPath/subPathExpr for image volumes
    • Added kubelet metrics kubelet_image_volume_requested_total, kubelet_image_volume_mounted_succeed_total and kubelet_image_volume_mounted_errors_total (kubernetes/kubernetes#130135, @​saschagrunert) [SIG API Machinery, Apps, Node and Testing]
  • Implemented a new status field, .status.terminatingReplicas, for Deployments and ReplicaSets to track terminating pods. The new field is present when the DeploymentPodReplacementPolicy feature gate is enabled. (kubernetes/kubernetes#128546, @​atiratree) [SIG API Machinery, Apps and Testing]

  • Implemented validation for NodeSelectorRequirement values in Kubernetes when creating pods. (kubernetes/kubernetes#128212, @​AxeZhan) [SIG Apps and Scheduling]

  • Improved how the API server responds to list requests where the response format negotiates to Protobuf. List responses in Protobuf are marshalled one element at the time, drastically reducing memory needed to serve large collections. Streaming list responses can be disabled via the StreamingCollectionEncodingToProtobuf feature gate. (kubernetes/kubernetes#129407, @​serathius) [SIG API Machinery, Apps, Architecture, Auth, CLI, Cloud Provider, Network, Node, Release, Scheduling, Storage and Testing]

... (truncated)

Commits
  • 8f5578e Merge pull request #2412 from yliaog/automated-release-of-33.1.0-upstream-rel...
  • 5a367e9 updated compatibility matrix and maintenance status
  • f00d2b7 generated client change
  • 9d712b4 update changelog
  • 45eb341 update version constants for 33.1.0 release
  • 58551e4 Merge pull request #2408 from yliaog/automated-release-of-33.1.0b1-upstream-r...
  • bd6c752 updated compatibility matrix
  • de8ee89 generated client change
  • fec5585 update changelog
  • 78aee45 update version constants for 33.1.0b1 release
  • Additional commits viewable in compare view

Updates python-ulid from 3.0.0 to 3.1.0

Release notes

Sourced from python-ulid's releases.

3.1.0

Changed

  • Added Python 3.13 to the trove classifiers.
  • Optimze @property to @cached_property @​WH-2099
  • When generating ULIDs within the same millisecond, the library will ensure monotonic sort order by incrementing the randomness component by 1 bit. This process is described in the spec.

Fixed

  • Sharpen regular expression for Pydantic @​aplhk.
  • Fix Sphinx warnings when referencing ULID from an external project. @​BoboTiG .
Changelog

Sourced from python-ulid's changelog.

3.1.0_ - 2025-08-18

Changed

* Added Python 3.13 to the trove classifiers.
* Optimze ``@property`` to ``@cached_property`` `@WH-2099 <https://github.com/WH-2099>`_.
* When generating ULIDs within the same millisecond, the library will ensure monotonic sort order by
  incrementing the randomness component by 1 bit. This process is descrbied in the
  `spec <https://github.com/ulid/spec/blob/master/README.md#monotonicity>`_.

Fixed

* Sharpen regular expression for Pydantic `@aplhk &lt;https://github.com/aplhk&gt;`_.
* Fix Sphinx warnings when referencing ULID from an external project. `@BoboTiG &lt;https://github.com/BoboTiG&gt;`_.
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/mdomke/python-ulid/commit/12277593be322123b2f6ff39fbe329a3eb0b7c15&quot;&gt;&lt;code&gt;1227759&lt;/code&gt;&lt;/a> chore: Always specify byteorder for Python 3.9</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/14683ee0df6e4a2966ceb32d3497bc5d3a9d7079&quot;&gt;&lt;code&gt;14683ee&lt;/code&gt;&lt;/a> Implement same ms monotonic sort order</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/51b4ab8dace5661a1689f4bcaaefbc529d0c4632&quot;&gt;&lt;code&gt;51b4ab8&lt;/code&gt;&lt;/a> chore: Add changelog for 3.1.0</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/c36c65f7730422591f6302a60d6a00324c7ba9a2&quot;&gt;&lt;code&gt;c...

Description has been truncated

Bumps the poetry group with 46 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [sanic](https://github.com/sanic-org/sanic) | `24.12.0` | `25.3.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.3` | `2.12.5` |
| [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) | `0.28.5` | `0.43.1` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.40` | `2.0.45` |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.15.2` | `1.17.2` |
| [asyncpg](https://github.com/MagicStack/asyncpg) | `0.30.0` | `0.31.0` |
| [kubernetes](https://github.com/kubernetes-client/python) | `31.0.0` | `33.1.0` |
| [python-ulid](https://github.com/mdomke/python-ulid) | `3.0.0` | `3.1.0` |
| [python-gitlab](https://github.com/python-gitlab/python-gitlab) | `5.6.0` | `7.0.0` |
| [psycopg](https://github.com/psycopg/psycopg) | `3.2.6` | `3.3.2` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.6.0` | `2.6.2` |
| [authlib](https://github.com/authlib/authlib) | `1.6.0` | `1.6.6` |
| [kubernetes-asyncio](https://github.com/tomplus/kubernetes_asyncio) | `32.3.0` | `33.3.0` |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.26.1` | `4.1.1` |
| [escapism](https://github.com/jupyterhub/escapism) | `1.0.1` | `1.1.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.26.1` | `2.47.0` |
| [authzed](https://github.com/authzed/authzed-py) | `1.21.1` | `1.24.0` |
| [cryptography](https://github.com/pyca/cryptography) | `44.0.2` | `46.0.3` |
| [setuptools](https://github.com/pypa/setuptools) | `75.9.1` | `80.9.0` |
| [kr8s](https://github.com/kr8s-org/kr8s) | `0.20.7` | `0.20.14` |
| [werkzeug](https://github.com/pallets/werkzeug) | `3.1.3` | `3.1.4` |
| [aiofiles](https://github.com/Tinche/aiofiles) | `24.1.0` | `25.1.0` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.4` | `6.33.2` |
| [poetry](https://github.com/python-poetry/poetry) | `2.1.2` | `2.2.1` |
| [parsy](https://github.com/python-parsy/parsy) | `2.1` | `2.2` |
| [posthog](https://github.com/posthog/posthog-python) | `3.25.0` | `7.0.1` |
| [markdown-code-runner](https://github.com/basnijholt/markdown-code-runner) | `2.2.0` | `2.4.0` |
| [bandit](https://github.com/PyCQA/bandit) | `1.8.3` | `1.9.2` |
| [mypy](https://github.com/python/mypy) | `1.15.0` | `1.19.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `8.4.2` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.1.1` | `7.0.0` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.5.0` |
| [aiosqlite](https://github.com/omnilib/aiosqlite) | `0.20.0` | `0.22.0` |
| [types-pyyaml](https://github.com/typeshed-internal/stub_uploader) | `6.0.12.20250402` | `6.0.12.20250915` |
| [schemathesis](https://github.com/schemathesis/schemathesis) | `3.39.7` | `4.7.5` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.21.2` | `1.3.0` |
| [pytest-postgresql](https://github.com/dbfixtures/pytest-postgresql) | `6.1.1` | `7.0.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.6` | `0.14.9` |
| [debugpy](https://github.com/microsoft/debugpy) | `1.8.14` | `1.8.18` |
| [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) | `3.6.1` | `3.8.0` |
| [types-requests](https://github.com/typeshed-internal/stub_uploader) | `2.32.0.20250328` | `2.32.4.20250913` |
| [types-aiofiles](https://github.com/typeshed-internal/stub_uploader) | `24.1.0.20250326` | `25.1.0.20251011` |
| [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.0` | `3.15.1` |
| [uvloop](https://github.com/MagicStack/uvloop) | `0.21.0` | `0.22.1` |
| [syrupy](https://github.com/syrupy-project/syrupy) | `4.9.1` | `5.0.0` |
| ruamel-yaml | `0.18.14` | `0.18.16` |

Bumps the poetry group with 25 updates in the /projects/renku_data_service directory:

| Package | From | To |
| --- | --- | --- |
| [sanic](https://github.com/sanic-org/sanic) | `24.12.0` | `25.3.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.3` | `2.12.5` |
| [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) | `0.24.2` | `0.43.1` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.40` | `2.0.45` |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.15.2` | `1.17.2` |
| [asyncpg](https://github.com/MagicStack/asyncpg) | `0.30.0` | `0.31.0` |
| [kubernetes](https://github.com/kubernetes-client/python) | `31.0.0` | `33.1.0` |
| [python-ulid](https://github.com/mdomke/python-ulid) | `3.0.0` | `3.1.0` |
| [python-gitlab](https://github.com/python-gitlab/python-gitlab) | `5.6.0` | `7.0.0` |
| [psycopg](https://github.com/psycopg/psycopg) | `3.2.6` | `3.3.2` |
| [authlib](https://github.com/authlib/authlib) | `1.6.0` | `1.6.6` |
| [kubernetes-asyncio](https://github.com/tomplus/kubernetes_asyncio) | `32.3.0` | `33.3.0` |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.26.1` | `4.1.1` |
| [escapism](https://github.com/jupyterhub/escapism) | `1.0.1` | `1.1.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.26.1` | `2.47.0` |
| [authzed](https://github.com/authzed/authzed-py) | `1.21.1` | `1.24.0` |
| [cryptography](https://github.com/pyca/cryptography) | `44.0.2` | `46.0.3` |
| [setuptools](https://github.com/pypa/setuptools) | `75.9.1` | `80.9.0` |
| [kr8s](https://github.com/kr8s-org/kr8s) | `0.20.7` | `0.20.14` |
| [werkzeug](https://github.com/pallets/werkzeug) | `3.1.3` | `3.1.4` |
| [aiofiles](https://github.com/Tinche/aiofiles) | `24.1.0` | `25.1.0` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.4` | `6.33.2` |
| [parsy](https://github.com/python-parsy/parsy) | `2.1` | `2.2` |
| [posthog](https://github.com/posthog/posthog-python) | `3.25.0` | `7.0.1` |
| [markdown-code-runner](https://github.com/basnijholt/markdown-code-runner) | `2.2.0` | `2.4.0` |

Bumps the poetry group with 25 updates in the /projects/secrets_storage directory:

| Package | From | To |
| --- | --- | --- |
| [sanic](https://github.com/sanic-org/sanic) | `24.12.0` | `25.3.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.3` | `2.12.5` |
| [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) | `0.24.2` | `0.43.1` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.40` | `2.0.45` |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.15.2` | `1.17.2` |
| [asyncpg](https://github.com/MagicStack/asyncpg) | `0.30.0` | `0.31.0` |
| [kubernetes](https://github.com/kubernetes-client/python) | `31.0.0` | `33.1.0` |
| [python-ulid](https://github.com/mdomke/python-ulid) | `3.0.0` | `3.1.0` |
| [python-gitlab](https://github.com/python-gitlab/python-gitlab) | `5.6.0` | `7.0.0` |
| [psycopg](https://github.com/psycopg/psycopg) | `3.2.6` | `3.3.2` |
| [authlib](https://github.com/authlib/authlib) | `1.6.0` | `1.6.6` |
| [kubernetes-asyncio](https://github.com/tomplus/kubernetes_asyncio) | `32.3.2` | `33.3.0` |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.26.1` | `4.1.1` |
| [escapism](https://github.com/jupyterhub/escapism) | `1.0.1` | `1.1.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.26.1` | `2.47.0` |
| [authzed](https://github.com/authzed/authzed-py) | `1.21.1` | `1.24.0` |
| [cryptography](https://github.com/pyca/cryptography) | `44.0.2` | `46.0.3` |
| [setuptools](https://github.com/pypa/setuptools) | `75.9.1` | `80.9.0` |
| [kr8s](https://github.com/kr8s-org/kr8s) | `0.20.7` | `0.20.14` |
| [werkzeug](https://github.com/pallets/werkzeug) | `3.1.3` | `3.1.4` |
| [aiofiles](https://github.com/Tinche/aiofiles) | `24.1.0` | `25.1.0` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.4` | `6.33.2` |
| [parsy](https://github.com/python-parsy/parsy) | `2.1` | `2.2` |
| [posthog](https://github.com/posthog/posthog-python) | `3.25.0` | `7.0.1` |
| [markdown-code-runner](https://github.com/basnijholt/markdown-code-runner) | `2.2.0` | `2.4.0` |



Updates `sanic` from 24.12.0 to 25.3.0
- [Release notes](https://github.com/sanic-org/sanic/releases)
- [Commits](sanic-org/sanic@v24.12.0...v25.3.0)

Updates `pydantic` from 2.11.3 to 2.12.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.3...v2.12.5)

Updates `datamodel-code-generator` from 0.28.5 to 0.43.1
- [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases)
- [Commits](koxudaxi/datamodel-code-generator@0.28.5...0.43.1)

Updates `sqlalchemy` from 2.0.40 to 2.0.45
- [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 `alembic` from 1.15.2 to 1.17.2
- [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 `asyncpg` from 0.30.0 to 0.31.0
- [Release notes](https://github.com/MagicStack/asyncpg/releases)
- [Commits](MagicStack/asyncpg@v0.30.0...v0.31.0)

Updates `kubernetes` from 31.0.0 to 33.1.0
- [Release notes](https://github.com/kubernetes-client/python/releases)
- [Changelog](https://github.com/kubernetes-client/python/blob/v33.1.0/CHANGELOG.md)
- [Commits](kubernetes-client/python@v31.0.0...v33.1.0)

Updates `python-ulid` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/mdomke/python-ulid/releases)
- [Changelog](https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst)
- [Commits](mdomke/python-ulid@3.0.0...3.1.0)

Updates `python-gitlab` from 5.6.0 to 7.0.0
- [Release notes](https://github.com/python-gitlab/python-gitlab/releases)
- [Changelog](https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md)
- [Commits](python-gitlab/python-gitlab@v5.6.0...v7.0.0)

Updates `psycopg` from 3.2.6 to 3.3.2
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.6...3.3.2)

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

Updates `authlib` from 1.6.0 to 1.6.6
- [Release notes](https://github.com/authlib/authlib/releases)
- [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst)
- [Commits](authlib/authlib@v1.6.0...v1.6.6)

Updates `kubernetes-asyncio` from 32.3.0 to 33.3.0
- [Changelog](https://github.com/tomplus/kubernetes_asyncio/blob/master/CHANGELOG.md)
- [Commits](tomplus/kubernetes_asyncio@32.3.0...33.3.0)

Updates `marshmallow` from 3.26.1 to 4.1.1
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@3.26.1...4.1.1)

Updates `escapism` from 1.0.1 to 1.1.0
- [Commits](jupyterhub/escapism@1.0.1...1.1.0)

Updates `sentry-sdk` from 2.26.1 to 2.47.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.26.1...2.47.0)

Updates `authzed` from 1.21.1 to 1.24.0
- [Release notes](https://github.com/authzed/authzed-py/releases)
- [Commits](authzed/authzed-py@v1.21.1...v1.24.0)

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

Updates `setuptools` from 75.9.1 to 80.9.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.9.1...v80.9.0)

Updates `kr8s` from 0.20.7 to 0.20.14
- [Release notes](https://github.com/kr8s-org/kr8s/releases)
- [Changelog](https://github.com/kr8s-org/kr8s/blob/main/docs/history.md)
- [Commits](kr8s-org/kr8s@v0.20.7...v0.20.14)

Updates `werkzeug` from 3.1.3 to 3.1.4
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.1.3...3.1.4)

Updates `aiofiles` from 24.1.0 to 25.1.0
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Changelog](https://github.com/Tinche/aiofiles/blob/main/CHANGELOG.md)
- [Commits](Tinche/aiofiles@v24.1.0...v25.1.0)

Updates `protobuf` from 5.29.4 to 6.33.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `poetry` from 2.1.2 to 2.2.1
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md)
- [Commits](python-poetry/poetry@2.1.2...2.2.1)

Updates `parsy` from 2.1 to 2.2
- [Changelog](https://github.com/python-parsy/parsy/blob/master/docs/history.rst)
- [Commits](python-parsy/parsy@v2.1...v2.2)

Updates `posthog` from 3.25.0 to 7.0.1
- [Release notes](https://github.com/posthog/posthog-python/releases)
- [Changelog](https://github.com/PostHog/posthog-python/blob/master/CHANGELOG.md)
- [Commits](PostHog/posthog-python@v3.25.0...v7.0.1)

Updates `markdown-code-runner` from 2.2.0 to 2.4.0
- [Release notes](https://github.com/basnijholt/markdown-code-runner/releases)
- [Commits](basnijholt/markdown-code-runner@v2.2.0...v2.4.0)

Updates `bandit` from 1.8.3 to 1.9.2
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.8.3...1.9.2)

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

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

Updates `pytest-cov` from 6.1.1 to 7.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v6.1.1...v7.0.0)

Updates `pre-commit` from 4.2.0 to 4.5.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.5.0)

Updates `aiosqlite` from 0.20.0 to 0.22.0
- [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md)
- [Commits](omnilib/aiosqlite@v0.20.0...v0.22.0)

Updates `types-pyyaml` from 6.0.12.20250402 to 6.0.12.20250915
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `schemathesis` from 3.39.7 to 4.7.5
- [Release notes](https://github.com/schemathesis/schemathesis/releases)
- [Changelog](https://github.com/schemathesis/schemathesis/blob/master/CHANGELOG.md)
- [Commits](schemathesis/schemathesis@v3.39.7...v4.7.5)

Updates `pytest-asyncio` from 0.21.2 to 1.3.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.21.2...v1.3.0)

Updates `pytest-postgresql` from 6.1.1 to 7.0.2
- [Changelog](https://github.com/dbfixtures/pytest-postgresql/blob/main/CHANGES.rst)
- [Commits](dbfixtures/pytest-postgresql@v6.1.1...v7.0.2)

Updates `ruff` from 0.8.6 to 0.14.9
- [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.8.6...0.14.9)

Updates `debugpy` from 1.8.14 to 1.8.18
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](microsoft/debugpy@v1.8.14...v1.8.18)

Updates `pytest-xdist` from 3.6.1 to 3.8.0
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-xdist@v3.6.1...v3.8.0)

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

Updates `types-aiofiles` from 24.1.0.20250326 to 25.1.0.20251011
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `pytest-mock` from 3.14.0 to 3.15.1
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.14.0...v3.15.1)

Updates `uvloop` from 0.21.0 to 0.22.1
- [Release notes](https://github.com/MagicStack/uvloop/releases)
- [Commits](MagicStack/uvloop@v0.21.0...v0.22.1)

Updates `syrupy` from 4.9.1 to 5.0.0
- [Release notes](https://github.com/syrupy-project/syrupy/releases)
- [Changelog](https://github.com/syrupy-project/syrupy/blob/main/CHANGELOG.md)
- [Commits](syrupy-project/syrupy@v4.9.1...v5.0.0)

Updates `ruamel-yaml` from 0.18.14 to 0.18.16

Updates `sanic` from 24.12.0 to 25.3.0
- [Release notes](https://github.com/sanic-org/sanic/releases)
- [Commits](sanic-org/sanic@v24.12.0...v25.3.0)

Updates `pydantic` from 2.11.3 to 2.12.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.3...v2.12.5)

Updates `datamodel-code-generator` from 0.24.2 to 0.43.1
- [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases)
- [Commits](koxudaxi/datamodel-code-generator@0.28.5...0.43.1)

Updates `sqlalchemy` from 2.0.40 to 2.0.45
- [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 `alembic` from 1.15.2 to 1.17.2
- [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 `asyncpg` from 0.30.0 to 0.31.0
- [Release notes](https://github.com/MagicStack/asyncpg/releases)
- [Commits](MagicStack/asyncpg@v0.30.0...v0.31.0)

Updates `kubernetes` from 31.0.0 to 33.1.0
- [Release notes](https://github.com/kubernetes-client/python/releases)
- [Changelog](https://github.com/kubernetes-client/python/blob/v33.1.0/CHANGELOG.md)
- [Commits](kubernetes-client/python@v31.0.0...v33.1.0)

Updates `python-ulid` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/mdomke/python-ulid/releases)
- [Changelog](https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst)
- [Commits](mdomke/python-ulid@3.0.0...3.1.0)

Updates `python-gitlab` from 5.6.0 to 7.0.0
- [Release notes](https://github.com/python-gitlab/python-gitlab/releases)
- [Changelog](https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md)
- [Commits](python-gitlab/python-gitlab@v5.6.0...v7.0.0)

Updates `psycopg` from 3.2.6 to 3.3.2
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.6...3.3.2)

Updates `authlib` from 1.6.0 to 1.6.6
- [Release notes](https://github.com/authlib/authlib/releases)
- [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst)
- [Commits](authlib/authlib@v1.6.0...v1.6.6)

Updates `kubernetes-asyncio` from 32.3.0 to 33.3.0
- [Changelog](https://github.com/tomplus/kubernetes_asyncio/blob/master/CHANGELOG.md)
- [Commits](tomplus/kubernetes_asyncio@32.3.0...33.3.0)

Updates `marshmallow` from 3.26.1 to 4.1.1
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@3.26.1...4.1.1)

Updates `escapism` from 1.0.1 to 1.1.0
- [Commits](jupyterhub/escapism@1.0.1...1.1.0)

Updates `sentry-sdk` from 2.26.1 to 2.47.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.26.1...2.47.0)

Updates `authzed` from 1.21.1 to 1.24.0
- [Release notes](https://github.com/authzed/authzed-py/releases)
- [Commits](authzed/authzed-py@v1.21.1...v1.24.0)

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

Updates `setuptools` from 75.9.1 to 80.9.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.9.1...v80.9.0)

Updates `kr8s` from 0.20.7 to 0.20.14
- [Release notes](https://github.com/kr8s-org/kr8s/releases)
- [Changelog](https://github.com/kr8s-org/kr8s/blob/main/docs/history.md)
- [Commits](kr8s-org/kr8s@v0.20.7...v0.20.14)

Updates `werkzeug` from 3.1.3 to 3.1.4
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.1.3...3.1.4)

Updates `aiofiles` from 24.1.0 to 25.1.0
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Changelog](https://github.com/Tinche/aiofiles/blob/main/CHANGELOG.md)
- [Commits](Tinche/aiofiles@v24.1.0...v25.1.0)

Updates `protobuf` from 5.29.4 to 6.33.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `parsy` from 2.1 to 2.2
- [Changelog](https://github.com/python-parsy/parsy/blob/master/docs/history.rst)
- [Commits](python-parsy/parsy@v2.1...v2.2)

Updates `posthog` from 3.25.0 to 7.0.1
- [Release notes](https://github.com/posthog/posthog-python/releases)
- [Changelog](https://github.com/PostHog/posthog-python/blob/master/CHANGELOG.md)
- [Commits](PostHog/posthog-python@v3.25.0...v7.0.1)

Updates `markdown-code-runner` from 2.2.0 to 2.4.0
- [Release notes](https://github.com/basnijholt/markdown-code-runner/releases)
- [Commits](basnijholt/markdown-code-runner@v2.2.0...v2.4.0)

Updates `sanic` from 24.12.0 to 25.3.0
- [Release notes](https://github.com/sanic-org/sanic/releases)
- [Commits](sanic-org/sanic@v24.12.0...v25.3.0)

Updates `pydantic` from 2.11.3 to 2.12.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.3...v2.12.5)

Updates `datamodel-code-generator` from 0.24.2 to 0.43.1
- [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases)
- [Commits](koxudaxi/datamodel-code-generator@0.28.5...0.43.1)

Updates `sqlalchemy` from 2.0.40 to 2.0.45
- [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 `alembic` from 1.15.2 to 1.17.2
- [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 `asyncpg` from 0.30.0 to 0.31.0
- [Release notes](https://github.com/MagicStack/asyncpg/releases)
- [Commits](MagicStack/asyncpg@v0.30.0...v0.31.0)

Updates `kubernetes` from 31.0.0 to 33.1.0
- [Release notes](https://github.com/kubernetes-client/python/releases)
- [Changelog](https://github.com/kubernetes-client/python/blob/v33.1.0/CHANGELOG.md)
- [Commits](kubernetes-client/python@v31.0.0...v33.1.0)

Updates `python-ulid` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/mdomke/python-ulid/releases)
- [Changelog](https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst)
- [Commits](mdomke/python-ulid@3.0.0...3.1.0)

Updates `python-gitlab` from 5.6.0 to 7.0.0
- [Release notes](https://github.com/python-gitlab/python-gitlab/releases)
- [Changelog](https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md)
- [Commits](python-gitlab/python-gitlab@v5.6.0...v7.0.0)

Updates `psycopg` from 3.2.6 to 3.3.2
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.6...3.3.2)

Updates `authlib` from 1.6.0 to 1.6.6
- [Release notes](https://github.com/authlib/authlib/releases)
- [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst)
- [Commits](authlib/authlib@v1.6.0...v1.6.6)

Updates `kubernetes-asyncio` from 32.3.2 to 33.3.0
- [Changelog](https://github.com/tomplus/kubernetes_asyncio/blob/master/CHANGELOG.md)
- [Commits](tomplus/kubernetes_asyncio@32.3.0...33.3.0)

Updates `marshmallow` from 3.26.1 to 4.1.1
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@3.26.1...4.1.1)

Updates `escapism` from 1.0.1 to 1.1.0
- [Commits](jupyterhub/escapism@1.0.1...1.1.0)

Updates `sentry-sdk` from 2.26.1 to 2.47.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.26.1...2.47.0)

Updates `authzed` from 1.21.1 to 1.24.0
- [Release notes](https://github.com/authzed/authzed-py/releases)
- [Commits](authzed/authzed-py@v1.21.1...v1.24.0)

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

Updates `setuptools` from 75.9.1 to 80.9.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.9.1...v80.9.0)

Updates `kr8s` from 0.20.7 to 0.20.14
- [Release notes](https://github.com/kr8s-org/kr8s/releases)
- [Changelog](https://github.com/kr8s-org/kr8s/blob/main/docs/history.md)
- [Commits](kr8s-org/kr8s@v0.20.7...v0.20.14)

Updates `werkzeug` from 3.1.3 to 3.1.4
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.1.3...3.1.4)

Updates `aiofiles` from 24.1.0 to 25.1.0
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Changelog](https://github.com/Tinche/aiofiles/blob/main/CHANGELOG.md)
- [Commits](Tinche/aiofiles@v24.1.0...v25.1.0)

Updates `protobuf` from 5.29.4 to 6.33.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `parsy` from 2.1 to 2.2
- [Changelog](https://github.com/python-parsy/parsy/blob/master/docs/history.rst)
- [Commits](python-parsy/parsy@v2.1...v2.2)

Updates `posthog` from 3.25.0 to 7.0.1
- [Release notes](https://github.com/posthog/posthog-python/releases)
- [Changelog](https://github.com/PostHog/posthog-python/blob/master/CHANGELOG.md)
- [Commits](PostHog/posthog-python@v3.25.0...v7.0.1)

Updates `markdown-code-runner` from 2.2.0 to 2.4.0
- [Release notes](https://github.com/basnijholt/markdown-code-runner/releases)
- [Commits](basnijholt/markdown-code-runner@v2.2.0...v2.4.0)

---
updated-dependencies:
- dependency-name: sanic
  dependency-version: 25.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: pydantic
  dependency-version: 2.12.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: datamodel-code-generator
  dependency-version: 0.43.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: sqlalchemy
  dependency-version: 2.0.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: alembic
  dependency-version: 1.17.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: asyncpg
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: kubernetes
  dependency-version: 33.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: python-ulid
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: python-gitlab
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: psycopg
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: urllib3
  dependency-version: 2.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: authlib
  dependency-version: 1.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: kubernetes-asyncio
  dependency-version: 33.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: marshmallow
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: escapism
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: sentry-sdk
  dependency-version: 2.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: authzed
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: cryptography
  dependency-version: 46.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: setuptools
  dependency-version: 80.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: kr8s
  dependency-version: 0.20.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: werkzeug
  dependency-version: 3.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: aiofiles
  dependency-version: 25.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: protobuf
  dependency-version: 6.33.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: poetry
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: parsy
  dependency-version: '2.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: posthog
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: markdown-code-runner
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: bandit
  dependency-version: 1.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: mypy
  dependency-version: 1.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: pytest
  dependency-version: 8.4.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: pytest-cov
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: pre-commit
  dependency-version: 4.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: aiosqlite
  dependency-version: 0.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: types-pyyaml
  dependency-version: 6.0.12.20250915
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: schemathesis
  dependency-version: 4.7.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: pytest-asyncio
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: pytest-postgresql
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: ruff
  dependency-version: 0.14.9
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: debugpy
  dependency-version: 1.8.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: pytest-xdist
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: types-requests
  dependency-version: 2.32.4.20250913
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: types-aiofiles
  dependency-version: 25.1.0.20251011
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: pytest-mock
  dependency-version: 3.15.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: uvloop
  dependency-version: 0.22.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: syrupy
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: ruamel-yaml
  dependency-version: 0.18.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: sanic
  dependency-version: 25.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: pydantic
  dependency-version: 2.12.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: datamodel-code-generator
  dependency-version: 0.43.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: sqlalchemy
  dependency-version: 2.0.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: alembic
  dependency-version: 1.17.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: asyncpg
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: kubernetes
  dependency-version: 33.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: python-ulid
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: python-gitlab
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: psycopg
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: authlib
  dependency-version: 1.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: kubernetes-asyncio
  dependency-version: 33.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: marshmallow
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: escapism
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: sentry-sdk
  dependency-version: 2.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: authzed
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: cryptography
  dependency-version: 46.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: setuptools
  dependency-version: 80.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: kr8s
  dependency-version: 0.20.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: werkzeug
  dependency-version: 3.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: aiofiles
  dependency-version: 25.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: protobuf
  dependency-version: 6.33.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: parsy
  dependency-version: '2.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: posthog
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: markdown-code-runner
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: sanic
  dependency-version: 25.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: pydantic
  dependency-version: 2.12.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: datamodel-code-generator
  dependency-version: 0.43.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: sqlalchemy
  dependency-version: 2.0.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: alembic
  dependency-version: 1.17.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: asyncpg
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: kubernetes
  dependency-version: 33.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: python-ulid
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: python-gitlab
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: psycopg
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: authlib
  dependency-version: 1.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: kubernetes-asyncio
  dependency-version: 33.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: marshmallow
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: escapism
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: sentry-sdk
  dependency-version: 2.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: authzed
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: cryptography
  dependency-version: 46.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: setuptools
  dependency-version: 80.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: kr8s
  dependency-version: 0.20.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: werkzeug
  dependency-version: 3.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: aiofiles
  dependency-version: 25.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: protobuf
  dependency-version: 6.33.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: parsy
  dependency-version: '2.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: posthog
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: markdown-code-runner
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 14, 2025
@dependabot dependabot bot requested review from a team, SalimKayal and sgaist as code owners December 14, 2025 15:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 14, 2025
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant