Skip to content

Bump aiohttp from 3.13.5 to 3.14.1 in /workers/openrelik-worker-export-splunk - #210

Open
dependabot[bot] wants to merge 29 commits into
mainfrom
dependabot/uv/workers/openrelik-worker-export-splunk/aiohttp-3.14.1
Open

Bump aiohttp from 3.13.5 to 3.14.1 in /workers/openrelik-worker-export-splunk#210
dependabot[bot] wants to merge 29 commits into
mainfrom
dependabot/uv/workers/openrelik-worker-export-splunk/aiohttp-3.14.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps aiohttp from 3.13.5 to 3.14.1.

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

jleaniz and others added 29 commits April 28, 2026 19:26
Resolves conflicts by dropping the task-level skip_file_creation result
key (replaced by per-file register_in_db) and deleting the two
create_task_result-kwarg tests that asserted on it. The UI switch name
'skip_file_creation' is kept as the user-facing control; it now maps to
register_in_db=False on every extracted OutputFile.
Removes the tar.gz compression mode and its helper to simplify the
upload flow. Compression now offers only 'none' and 'gzip' (per-file).
Removes the tar.gz compression mode and its helper to simplify the
upload flow. Compression now offers only 'none' and 'gzip' (per-file).
Add an optional object_name pattern (with a {basename} placeholder) and an
export_basename config to the S3 export task. When set, the uploaded object is
named after the source artifact rather than the pipeline's UUID-derived
filename, with the upload file's own extension appended. The placeholder lets a
template author add a per-task distinguisher (e.g. {basename}_2024-01) so
multiple export tasks don't collide on one key. Falls back to the upstream
filename when unset.
Let the Splunk export task's 'source' field contain a {basename} placeholder,
resolved from a new export_basename config, so the Splunk source reflects the
original source artifact rather than the pipeline's UUID-derived display name.
No extension is appended (a source is a label, not a filename). The placeholder
lets a template author add a per-task distinguisher (e.g. {basename}_2024-01) so
multiple export tasks don't share one source. Falls back to the per-file display
name when unset.
Generalizes the S3 and Splunk exporters' name-substitution field: not
just a filename, but any importer- or user-supplied identifier (case
ID, hostname, original artifact name). Matches the template-side field
labels already in use.
Uniquely-named per exporter task, so an importer setting this task's
identifier by param_name can never also (mis)populate another
exporter's identifier field in the same template.
Uniquely-named per exporter task, so an importer setting this task's
identifier by param_name can never also (mis)populate another
exporter's identifier field in the same template.
Runs as a Celery chord callback after every other task in a workflow
succeeds, walking output_path and deleting files that don't match a
keep pattern (default *.log). Intended for workflows whose retained
results are exported elsewhere (S3/Splunk) or register_in_db=false,
so local intermediates are safe to discard.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…est-dev

# Conflicts:
#	workers/extraction/src/archives.py
#	workers/extraction/tests/test_archives.py
#	workers/openrelik-worker-export-s3/src/tasks.py
#	workers/openrelik-worker-export-s3/tests/test_tasks.py
#	workers/openrelik-worker-export-splunk/src/tasks.py
#	workers/openrelik-worker-export-splunk/tests/test_tasks.py
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.1
  dependency-type: direct:production
...

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants