Skip to content

Bump the python-dependencies group across 1 directory with 2 updates - #42

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/packages/dffmpeg-coordinator/python-dependencies-ba13773de8
Open

Bump the python-dependencies group across 1 directory with 2 updates#42
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/packages/dffmpeg-coordinator/python-dependencies-ba13773de8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on aio-pika and python-ulid to permit the latest version.
Updates aio-pika to 10.0.1

Release notes

Sourced from aio-pika's releases.

10.0.1

What's Changed

New Contributors

Full Changelog: mosquito/aio-pika@10.0.0...10.0.1

Changelog

Sourced from aio-pika's changelog.

9.6.0

  • Fixed callback-based consumers not resuming after connection reconnection #588
  • Fixed queue iterators raising StopAsyncIteration on channel reconnection #540
  • Added close_called property to AbstractConnection and Connection to distinguish intentional vs. automatic connection closures
  • Migrated build tooling from Poetry to UV
  • Migrated linting from Pylama to Ruff
  • Improved logging: split log.exception calls into error-level message and debug-level traceback #693
  • Removed testcontainers dependency from tests

9.5.5

  • Replace WeakSet with set for robust channels tracking #666 by shushpanov

9.5.4

  • fix: RobustChannel should not reopen after close() call #658

9.5.3

  • python3.8-eol #657
  • self-hosted docs

9.5.2

  • Fix documentation links

9.5.1

  • Fix documentation links

9.5.0

  • Fix two bugs by adding more type hints to CallbackCollection. @​Darsstar
  • Dropped python 3.7 @​Darsstar
  • QueueIterator raises StopAsyncIteration when channel is closed. @​Darsstar

9.4.3

  • fix: raise ChannelInvalidStateError at exchange.publish with closed channel #637

9.4.2

... (truncated)

Commits
  • a6c69f6 Merge pull request #699 from hasansezertasan/fix/generic-connect-return-types
  • 4c60f43 Merge pull request #702 from decaz/aiormq-update
  • 723e76a Update aiormq and get rid of Python 3.10
  • d9f0f94 Merge pull request #700 from g-mill/add-aio-pika-batch-to-see-also
  • 9e2817f Add aio-pika-batch to related projects
  • c513107 fix: use overloaded TypeVar for connect and connect_robust return types
  • 8136a8c Merge pull request #698 from julia-thorn/julia-thorn-patch-1
  • 31b82b1 Add license-files entry to pyproject.toml
  • 57029c3 Merge pull request #691 from mosquito/hotfix/issue-669
  • 46d4863 reformat files
  • Additional commits viewable in compare view

Updates python-ulid to 4.0.1

Release notes

Sourced from python-ulid's releases.

4.0.1

Changed

  • Renamed ULID.from_uuidv7 to ULID.from_uuid7 for naming symmetry with ULID.to_uuid7, correcting an inconsistency introduced in 3.2.0.

⚠️ If you adopted 3.2.0 or 4.0.0: update calls from ULID.from_uuidv7(...) to ULID.from_uuid7(...). This is the only change in this release.

For the full 4.0.0 feature set (the new ULIDGenerator, monotonicity policies, and default_generator), see the 4.0.0 release.

Full changelog: mdomke/python-ulid@4.0.0...4.0.1

Changelog

Sourced from python-ulid's changelog.

4.0.1_ - 2026-07-20

Changed

* Renamed ``ULID.from_uuidv7`` to :meth:`.ULID.from_uuid7` for naming symmetry with
  :meth:`.ULID.to_uuid7`, correcting an inconsistency introduced in 3.2.0.

4.0.0_ - 2026-07-20

.. warning::

Breaking change: the ValueProvider class and the ULID.provider class attribute
have been removed. ULID generation is now handled by the new :class:.ULIDGenerator together
with pluggable monotonicity policies. To customize generation, construct a
:class:.ULIDGenerator (optionally with a custom clock, randomness source, or policy) and
either call its generate() method or assign it to ulid.default_generator.

Added

* Added a public :class:`.ULIDGenerator` class that encapsulates ULID generation and can be
  configured with a custom clock, randomness source, and monotonicity policy.
* Added pluggable monotonicity policies: :class:`.StrictMonotonicPolicy` (the default),
  :class:`.LaxMonotonicPolicy` and :class:`.PureRandomPolicy`, together with the
  :class:`.MonotonicityPolicy` protocol and the :class:`.BaseMonotonicPolicy` base class for
  implementing custom policies.
* Added a module-level ``ulid.default_generator`` that can be reassigned to route ``ULID()`` and
  the ``ULID.from_*`` constructors through a custom :class:`.ULIDGenerator`.

Removed
</code></pre>
<ul>
<li>Removed the <code>ValueProvider</code> class and the <code>ULID.provider</code> attribute in favour of
:class:<code>.ULIDGenerator</code> and the monotonicity policies. Code that replaced <code>ULID.provider</code> or
subclassed <code>ValueProvider</code> must migrate to a custom :class:<code>.ULIDGenerator</code> assigned to
<code>ulid.default_generator</code>.</li>
<li>Removed the internal <code>validate_type</code> decorator. The <code>ULID.from_</code> constructors still raise
<code>TypeError</code> for arguments of the wrong type, so runtime behaviour is unchanged.</li>
</ul>
<h2><code>3.2.1</code>_ - 2026-07-17</h2>
<p>Fixed</p>
<pre><code>
Corrected the build and publish pipeline and the generated source distribution. This release
contains no changes to the library code.

3.2.0_ - 2026-07-17

Added
</code></pre>
<ul>
<li>Added transparent bidirectional UUIDv7 conversion methods (<code>ULID.to_uuid7</code> and</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/mdomke/python-ulid/commit/c8e418c3da4e42b842e200e3e75cf34575a4033c&quot;&gt;&lt;code&gt;c8e418c&lt;/code&gt;&lt;/a> fix(core): rename from_uuidv7 to from_uuid7 for symmetry with to_uuid7</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/aa8b06b3946427475e8f1c842fe8cac23fba82b3&quot;&gt;&lt;code&gt;aa8b06b&lt;/code&gt;&lt;/a> Decouple generator state (<a href="https://redirect.github.com/mdomke/python-ulid/issues/65&quot;&gt;#65&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/mdomke/python-ulid/commit/7a31bbda7a874320a7ad40b10063531a67259e52&quot;&gt;&lt;code&gt;7a31bbd&lt;/code&gt;&lt;/a> Improve contribution guide</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/4c35bd2f0c01256b701a6ec3ae7fc1dfe6cae336&quot;&gt;&lt;code&gt;4c35bd2&lt;/code&gt;&lt;/a> chore: Add missing build step to publish job</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/7226f712e9a6496fb57f52aa1912a7145eadd713&quot;&gt;&lt;code&gt;7226f71&lt;/code&gt;&lt;/a> chore: Use pinned commit for codecov as well</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/84ecd54ab0f081aaf28bc6c7d89476595d12cdbf&quot;&gt;&lt;code&gt;84ecd54&lt;/code&gt;&lt;/a> chore: Use commit SHA pin for external actions</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/3f04e7f8cf5d5d2ea5071ac8f0a94fb4e7e31841&quot;&gt;&lt;code&gt;3f04e7f&lt;/code&gt;&lt;/a> chore: Update CHANGELOG with latest changes</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/8ee65f6c57864a3cd2a27a932b22a5acc10bf09c&quot;&gt;&lt;code&gt;8ee65f6&lt;/code&gt;&lt;/a> Depend on typing-extensions for Python&lt;3.11; avoid it otherwise (<a href="https://redirect.github.com/mdomke/python-ulid/issues/50&quot;&gt;#50&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/mdomke/python-ulid/commit/9b592d2b1f02efa48c930d8018907c1f7b462750&quot;&gt;&lt;code&gt;9b592d2&lt;/code&gt;&lt;/a> Add changelog for 3.2.0 release</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/a1ef2750357c5d9959b61cac454545259982dc5f&quot;&gt;&lt;code&gt;a1ef275&lt;/code&gt;&lt;/a> Add --uuid7 option to ulid show command</li>
<li>Additional commits viewable in <a href="https://github.com/mdomke/python-ulid/compare/3.1.0...4.0.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [aio-pika](https://github.com/mosquito/aio-pika) and [python-ulid](https://github.com/mdomke/python-ulid) to permit the latest version.

Updates `aio-pika` to 10.0.1
- [Release notes](https://github.com/mosquito/aio-pika/releases)
- [Changelog](https://github.com/mosquito/aio-pika/blob/master/CHANGELOG.md)
- [Commits](mosquito/aio-pika@9.5.0...10.0.1)

Updates `python-ulid` to 4.0.1
- [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.1.0...4.0.1)

---
updated-dependencies:
- dependency-name: aio-pika
  dependency-version: 10.0.1
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: python-ulid
  dependency-version: 4.0.1
  dependency-type: direct:production
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 26, 2026
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.

0 participants