Skip to content

core: bump dramatiq from 1.17.1 to 2.1.0#22076

Merged
rissson merged 5 commits intomainfrom
dependabot/uv/dramatiq-2.1.0
May 6, 2026
Merged

core: bump dramatiq from 1.17.1 to 2.1.0#22076
rissson merged 5 commits intomainfrom
dependabot/uv/dramatiq-2.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Bumps dramatiq from 1.17.1 to 2.1.0.

Release notes

Sourced from dramatiq's releases.

v2.1.0

See the documentation changelog for more information about the release.

Fixed

Added

Changed

Deprecated

Project Maintenance

Full Changelog: Bogdanp/dramatiq@v2.0.1...v2.1.0

v2.0.1

See the documentation changelog for more information about the release.

Fixed

Documentation

Project Maintenance

... (truncated)

Commits
  • bec74a5 Version 2.1.0 (#839)
  • fc564f8 Add *args and **kwargs to base generic actor class perform() method (#837)
  • 1989177 Fix #821: Improvements to errors/warnings when dynamic Backend class lookups ...
  • 3f00c03 Fix #798: Recognize the --watch arg even when watchdog not installed (#836)
  • de63332 Merge pull request #835 from LincolnPuzey/fix_800
  • 435f075 Test against latest rabbitMQ server version (#833)
  • fcbd37e Add deadline to env var deprecation
  • c326281 Rename class ConnectionError to BrokerConnectionError
  • 634277f Adjust pytest and coverage config (#831)
  • 3f51943 Do not install gevent for regular python test suite (#830)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dramatiq](https://github.com/Bogdanp/dramatiq) from 1.17.1 to 2.1.0.
- [Release notes](https://github.com/Bogdanp/dramatiq/releases)
- [Commits](Bogdanp/dramatiq@v1.17.1...v2.1.0)

---
updated-dependencies:
- dependency-name: dramatiq
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 6, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 6, 2026 04:24
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 6, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 6, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 446576b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69fac27e89d36300080f6847
😎 Deploy Preview https://deploy-preview-22076--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.23%. Comparing base (f6024a2) to head (ac69e8d).
⚠️ Report is 10 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #22076      +/-   ##
==========================================
+ Coverage   93.21%   93.23%   +0.02%     
==========================================
  Files        1024     1024              
  Lines       59343    59344       +1     
  Branches      400      400              
==========================================
+ Hits        55315    55328      +13     
+ Misses       4028     4016      -12     
Flag Coverage Δ
conformance 36.88% <100.00%> (+<0.01%) ⬆️
e2e 42.08% <100.00%> (+0.01%) ⬆️
integration 33.28% <100.00%> (+<0.01%) ⬆️
rust 0.00% <ø> (ø)
unit 92.15% <100.00%> (+<0.01%) ⬆️
unit-migrate 92.18% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BeryJu BeryJu requested a review from rissson May 6, 2026 10:47
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@netlify
Copy link
Copy Markdown

netlify Bot commented May 6, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 2d8cf4a
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69fb43eee9a5bb00082e468f
😎 Deploy Preview https://deploy-preview-22076--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 6, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 2d8cf4a
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69fb43eee6699a0008f2756b
😎 Deploy Preview https://deploy-preview-22076--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

rissson added 3 commits May 6, 2026 15:38
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson moved this from Todo to In Progress in authentik Core May 6, 2026
@rissson rissson enabled auto-merge (squash) May 6, 2026 14:25
@rissson rissson merged commit b32df17 into main May 6, 2026
115 checks passed
@rissson rissson deleted the dependabot/uv/dramatiq-2.1.0 branch May 6, 2026 14:42
@github-project-automation github-project-automation Bot moved this from In Progress to Done in authentik Core May 6, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ac69e8d0afed4cbbbd0858cce7ccce084a258823
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-ac69e8d0afed4cbbbd0858cce7ccce084a258823

Afterwards, run the upgrade commands from the latest release notes.

kensternberg-authentik added a commit that referenced this pull request May 6, 2026
* main: (338 commits)
  root: ensure uv sync does not update uv.lock (#22084)
  core: bump dramatiq from 1.17.1 to 2.1.0 (#22076)
  web: Fix Vendored Lex package. Add Unit Tests  (#22083)
  core, web: update translations (#22074)
  website: bump the build group in /website with 6 updates (#22075)
  web: bump ip-address from 10.1.0 to 10.2.0 in /web (#22082)
  web: bump the swc group across 1 directory with 11 updates (#22078)
  ci: bump taiki-e/install-action from 2.75.29 to 2.75.30 in /.github/actions/setup (#22077)
  web: bump country-flag-icons from 1.6.16 to 1.6.17 in /web (#22079)
  web: bump yaml from 2.8.3 to 2.8.4 in /web (#22080)
  core: bump sentry from 0.47.0 to 0.48.0 (#22081)
  packages/client-ts: Fix TypeScript config, ESBuild warnings (#21863)
  web: fix identification stage OUIA attributes (#22049)
  stages/invitation: Invitation wizard (#20399)
  Web/release202604/nits 2 (#22040)
  web: Gracefully handle missing element construction. (#21787)
  root: update django to 5.2.14 (#22064)
  tenants: add option to mark flag as deprecated (#22063)
  web/stages: better wording for webauthn authenticator attachments options (#22062)
  web: bump vite from 8.0.8 to 8.0.10 in /web (#21842)
  ...
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

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant