Skip to content

build(deps): bump pygments from 2.19.2 to 2.20.0 in /build/docker/test#4396

Merged
blotus merged 1 commit into
masterfrom
dependabot/uv/build/docker/test/pygments-2.20.0
Apr 3, 2026
Merged

build(deps): bump pygments from 2.19.2 to 2.20.0 in /build/docker/test#4396
blotus merged 1 commit into
masterfrom
dependabot/uv/build/docker/test/pygments-2.20.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps pygments from 2.19.2 to 2.20.0.

Release notes

Sourced from pygments's releases.

2.20.0

  • New lexers:

  • Updated lexers:

    • archetype: Fix catastrophic backtracking in GUID and ID patterns (#3064)
    • ASN.1: Recognize minus sign and fix range operator (#3014, #3060)
    • C++: Add C++26 keywords (#2955), add integer literal suffixes (#2966)
    • ComponentPascal: Fix analyse_text (#3028, #3032)
    • Coq renamed to Rocq (#2883, #2908)
    • Cython: Various improvements (#2932, #2933)
    • Debian control: Improve architecture parsing (#3052)
    • Devicetree: Add support for overlay/fragments (#3021), add bytestring support (#3022), fix catastrophic backtracking (#3057)
    • Fennel: Various improvements (#2911)
    • Haskell: Handle escape sequences in character literals (#3069, #1795)
    • Java: Add module keywords (#2955)
    • Lean4: Add operators ]', ]?, ]! (#2946)
    • LESS: Support single-line comments (#3005)
    • LilyPond: Update to 2.25.29 (#2974)
    • LLVM: Support C-style comments (#3023, #2978)
    • Lua(u): Fix catastrophic backtracking (#3047)
    • Macaulay2: Update to 1.25.05 (#2893), 1.25.11 (#2988)
    • Mathematica: Various improvements (#2957)
    • meson: Add additional operators (#2919)
    • MySQL: Update keywords (#2970)
    • org-Mode: Support both schedule and deadline (#2899)
    • PHP: Add __PROPERTY__ magic constant (#2924), add reserved keywords (#3002)
    • PostgreSQL: Add more keywords (#2985)
    • protobuf: Fix namespace tokenization (#2929)
    • Python: Add t-string support (#2973, #3009, #3010)
    • Tablegen: Fix infinite loop (#2972, #2940)
    • Tera Term macro: Add commands introduced in v5.3 through v5.6 (#2951)
    • TOML: Support TOML 1.1.0 (#3026, #3027)
    • Turtle: Allow empty comment lines (#2980)
    • XML: Added .xbrl as file ending (#2890, #2891)
  • Drop Python 3.8, and add Python 3.14 as a supported version (#2987, #3012)

  • Various improvements to autopygmentize (#2894)

  • Update onedark style to support more token types (#2977)

  • Update rtt style to support more token types (#2895)

  • Cache entry points to improve performance (#2979)

  • Fix xterm-256 color table (#3043)

  • Fix kwargs dictionary getting mutated on each call (#3044)

Changelog

Sourced from pygments's changelog.

Version 2.20.0

(released March 29th, 2026)

  • New lexers:

  • Updated lexers:

    • archetype: Fix catastrophic backtracking in GUID and ID patterns (#3064)
    • ASN.1: Recognize minus sign and fix range operator (#3014, #3060)
    • C++: Add C++26 keywords (#2955), add integer literal suffixes (#2966)
    • ComponentPascal: Fix analyse_text (#3028, #3032)
    • Coq renamed to Rocq (#2883, #2908)
    • Cython: Various improvements (#2932, #2933)
    • Debian control: Improve architecture parsing (#3052)
    • Devicetree: Add support for overlay/fragments (#3021), add bytestring support (#3022), fix catastrophic backtracking (#3057)
    • Fennel: Various improvements (#2911)
    • Haskell: Handle escape sequences in character literals (#3069, #1795)
    • Java: Add module keywords (#2955)
    • Lean4: Add operators ]', ]?, ]! (#2946)
    • LESS: Support single-line comments (#3005)
    • LilyPond: Update to 2.25.29 (#2974)
    • LLVM: Support C-style comments (#3023, #2978)
    • Lua(u): Fix catastrophic backtracking (#3047)
    • Macaulay2: Update to 1.25.05 (#2893), 1.25.11 (#2988)
    • Mathematica: Various improvements (#2957)
    • meson: Add additional operators (#2919)
    • MySQL: Update keywords (#2970)
    • org-Mode: Support both schedule and deadline (#2899)
    • PHP: Add __PROPERTY__ magic constant (#2924), add reserved keywords (#3002)
    • PostgreSQL: Add more keywords (#2985)
    • protobuf: Fix namespace tokenization (#2929)
    • Python: Add t-string support (#2973, #3009, #3010)
    • Tablegen: Fix infinite loop (#2972, #2940)
    • Tera Term macro: Add commands introduced in v5.3 through v5.6 (#2951)
    • TOML: Support TOML 1.1.0 (#3026, #3027)
    • Turtle: Allow empty comment lines (#2980)
    • XML: Added .xbrl as file ending (#2890, #2891)
  • Drop Python 3.8, and add Python 3.14 as a supported version (#2987, #3012)

  • Various improvements to autopygmentize (#2894)

  • Update onedark style to support more token types (#2977)

  • Update rtt style to support more token types (#2895)

  • Cache entry points to improve performance (#2979)

  • Fix xterm-256 color table (#3043)

  • Fix kwargs dictionary getting mutated on each call (#3044)

Commits
  • 708197d Fix underline length.
  • 1d4538a Prepare 2.20 release.
  • 2ceaee4 Update CHANGES.
  • e3a3c54 Fix Haskell lexer: handle escape sequences in character literals (#3069)
  • d7c3453 Merge pull request #3071 from pygments/harden-html-formatter
  • 0f97e7c Harden the HTML formatter against CSS.
  • 9f981b2 Update CHANGES.
  • 1d88915 Update CHANGES.
  • c3d93ad Fix ASN.1 lexer: recognize minus sign and fix range operator (#3060)
  • 4f06bcf fix bad behaving backtracking regex in CommonLispLexer
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.19.2...2.20.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-version: 2.20.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 30, 2026
@blotus blotus merged commit 3e267f0 into master Apr 3, 2026
17 of 18 checks passed
@blotus blotus deleted the dependabot/uv/build/docker/test/pygments-2.20.0 branch April 3, 2026 13:08
blotus pushed a commit that referenced this pull request May 5, 2026
#4396)

Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.19.2...2.20.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-version: 2.20.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
eleboucher pushed a commit to eleboucher/homelab that referenced this pull request May 11, 2026
… → v1.7.8) (#430)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/crowdsecurity/crowdsec](https://github.com/crowdsecurity/crowdsec) | patch | `v1.7.7` → `v1.7.8` |

---

### Release Notes

<details>
<summary>crowdsecurity/crowdsec (docker.io/crowdsecurity/crowdsec)</summary>

### [`v1.7.8`](https://github.com/crowdsecurity/crowdsec/releases/tag/v1.7.8)

[Compare Source](crowdsecurity/crowdsec@v1.7.7...v1.7.8)

#### New Features

- WAF: OpenAPI schema validation ([#&#8203;4097](crowdsecurity/crowdsec#4097)) [@&#8203;blotus](https://github.com/blotus)

#### Improvements

- WAF: enforce body size limitation ([#&#8203;4355](crowdsecurity/crowdsec#4355)) [@&#8203;blotus](https://github.com/blotus)
- Decision stream: move to chunked transfer by default ([#&#8203;4413](crowdsecurity/crowdsec#4413)) [@&#8203;blotus](https://github.com/blotus)
- cscli: add `--quick` flag to enroll command ([#&#8203;4350](crowdsecurity/crowdsec#4350)) [@&#8203;blotus](https://github.com/blotus)
- propose an alternative, cleaner configuration for appsec-config ([#&#8203;4397](crowdsecurity/crowdsec#4397)) [@&#8203;buixor](https://github.com/buixor)

#### Bug Fixes

- cscli metrics: don't attempt to create a DB client if there's no DB config ([#&#8203;4451](crowdsecurity/crowdsec#4451)) [@&#8203;blotus](https://github.com/blotus)
- papi: don't spam logs if chan is closed ([#&#8203;4439](crowdsecurity/crowdsec#4439)) [@&#8203;blotus](https://github.com/blotus)
- alerts: use single transaction when creating alert and all related items ([#&#8203;4438](crowdsecurity/crowdsec#4438)) [@&#8203;blotus](https://github.com/blotus)
- LAPI: enforce maximum body size for decompression

#### Chore / Deps

- build(deps): bump the gomod group across 1 directory with 34 updates ([#&#8203;4453](crowdsecurity/crowdsec#4453)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump the github-actions group with 2 updates ([#&#8203;4447](crowdsecurity/crowdsec#4447)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump alpine from 3.21 to 3.23 in /build/docker in the docker group across 1 directory ([#&#8203;4441](crowdsecurity/crowdsec#4441)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump the github-actions group with 7 updates ([#&#8203;4443](crowdsecurity/crowdsec#4443)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump the uv group in /build/docker/test with 3 updates ([#&#8203;4442](crowdsecurity/crowdsec#4442)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- db: add some missing indexes ([#&#8203;4435](crowdsecurity/crowdsec#4435)) [@&#8203;blotus](https://github.com/blotus)
- Dependencies update ([#&#8203;4412](crowdsecurity/crowdsec#4412)) [@&#8203;blotus](https://github.com/blotus)
- add PAPI metrics ([#&#8203;4411](crowdsecurity/crowdsec#4411)) [@&#8203;blotus](https://github.com/blotus)
- build(deps): bump github.com/aws/aws-lambda-go from 1.47.0 to 1.54.0 ([#&#8203;4402](crowdsecurity/crowdsec#4402)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump docker/login-action from 4.0.0 to 4.1.0 ([#&#8203;4403](crowdsecurity/crowdsec#4403)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump github.com/google/go-querystring from 1.1.0 to 1.2.0 ([#&#8203;4400](crowdsecurity/crowdsec#4400)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump actions/setup-go from 6.3.0 to 6.4.0 ([#&#8203;4404](crowdsecurity/crowdsec#4404)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.42.3 to 1.42.25 ([#&#8203;4405](crowdsecurity/crowdsec#4405)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump release-drafter/release-drafter from 6.4.0 to 7.1.1 ([#&#8203;4381](crowdsecurity/crowdsec#4381)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump codecov/codecov-action from 5.5.2 to 6.0.0 ([#&#8203;4388](crowdsecurity/crowdsec#4388)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump schneegans/dynamic-badges-action from 1.7.0 to 1.8.0 ([#&#8203;4393](crowdsecurity/crowdsec#4393)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 ([#&#8203;4394](crowdsecurity/crowdsec#4394)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump github/codeql-action from 4.33.0 to 4.35.1 ([#&#8203;4395](crowdsecurity/crowdsec#4395)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- update dependabot config ([#&#8203;4440](crowdsecurity/crowdsec#4440)) [@&#8203;blotus](https://github.com/blotus)
- build(deps): bump requests from 2.32.5 to 2.33.0 in /build/docker/test ([#&#8203;4389](crowdsecurity/crowdsec#4389)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump cryptography from 46.0.5 to 46.0.6 in /build/docker/test ([#&#8203;4391](crowdsecurity/crowdsec#4391)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump pygments from 2.19.2 to 2.20.0 in /build/docker/test ([#&#8203;4396](crowdsecurity/crowdsec#4396)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)

#### Geolite2 notice

This product includes GeoLite2 data created by MaxMind, available from <a href="https://www.maxmind.com"><https://www.maxmind.com></a>.

#### Installation

Take a look at the [installation instructions](https://doc.crowdsec.net/docs/getting_started/install_crowdsec).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->

Reviewed-on: https://git.erwanleboucher.dev/eleboucher/homelab/pulls/430
sdwilsh pushed a commit to sdwilsh/ansible-playbooks that referenced this pull request May 13, 2026
##### [\`v1.7.8\`](https://github.com/crowdsecurity/crowdsec/releases/tag/v1.7.8)

#### New Features

- WAF: OpenAPI schema validation ([#4097](crowdsecurity/crowdsec#4097)) [@blotus](https://github.com/blotus)

#### Improvements

- WAF: enforce body size limitation ([#4355](crowdsecurity/crowdsec#4355)) [@blotus](https://github.com/blotus)
- Decision stream: move to chunked transfer by default ([#4413](crowdsecurity/crowdsec#4413)) [@blotus](https://github.com/blotus)
- cscli: add `--quick` flag to enroll command ([#4350](crowdsecurity/crowdsec#4350)) [@blotus](https://github.com/blotus)
- propose an alternative, cleaner configuration for appsec-config ([#4397](crowdsecurity/crowdsec#4397)) [@buixor](https://github.com/buixor)

#### Bug Fixes

- cscli metrics: don't attempt to create a DB client if there's no DB config ([#4451](crowdsecurity/crowdsec#4451)) [@blotus](https://github.com/blotus)
- papi: don't spam logs if chan is closed ([#4439](crowdsecurity/crowdsec#4439)) [@blotus](https://github.com/blotus)
- alerts: use single transaction when creating alert and all related items ([#4438](crowdsecurity/crowdsec#4438)) [@blotus](https://github.com/blotus)
- LAPI: enforce maximum body size for decompression

#### Chore / Deps

- build(deps): bump the gomod group across 1 directory with 34 updates ([#4453](crowdsecurity/crowdsec#4453)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump the github-actions group with 2 updates ([#4447](crowdsecurity/crowdsec#4447)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump alpine from 3.21 to 3.23 in /build/docker in the docker group across 1 directory ([#4441](crowdsecurity/crowdsec#4441)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump the github-actions group with 7 updates ([#4443](crowdsecurity/crowdsec#4443)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump the uv group in /build/docker/test with 3 updates ([#4442](crowdsecurity/crowdsec#4442)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- db: add some missing indexes ([#4435](crowdsecurity/crowdsec#4435)) [@blotus](https://github.com/blotus)
- Dependencies update ([#4412](crowdsecurity/crowdsec#4412)) [@blotus](https://github.com/blotus)
- add PAPI metrics ([#4411](crowdsecurity/crowdsec#4411)) [@blotus](https://github.com/blotus)
- build(deps): bump github.com/aws/aws-lambda-go from 1.47.0 to 1.54.0 ([#4402](crowdsecurity/crowdsec#4402)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump docker/login-action from 4.0.0 to 4.1.0 ([#4403](crowdsecurity/crowdsec#4403)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump github.com/google/go-querystring from 1.1.0 to 1.2.0 ([#4400](crowdsecurity/crowdsec#4400)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump actions/setup-go from 6.3.0 to 6.4.0 ([#4404](crowdsecurity/crowdsec#4404)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.42.3 to 1.42.25 ([#4405](crowdsecurity/crowdsec#4405)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump release-drafter/release-drafter from 6.4.0 to 7.1.1 ([#4381](crowdsecurity/crowdsec#4381)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump codecov/codecov-action from 5.5.2 to 6.0.0 ([#4388](crowdsecurity/crowdsec#4388)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump schneegans/dynamic-badges-action from 1.7.0 to 1.8.0 ([#4393](crowdsecurity/crowdsec#4393)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 ([#4394](crowdsecurity/crowdsec#4394)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump github/codeql-action from 4.33.0 to 4.35.1 ([#4395](crowdsecurity/crowdsec#4395)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- update dependabot config ([#4440](crowdsecurity/crowdsec#4440)) [@blotus](https://github.com/blotus)
- build(deps): bump requests from 2.32.5 to 2.33.0 in /build/docker/test ([#4389](crowdsecurity/crowdsec#4389)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump cryptography from 46.0.5 to 46.0.6 in /build/docker/test ([#4391](crowdsecurity/crowdsec#4391)) @[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump pygments from 2.19.2 to 2.20.0 in /build/docker/test ([#4396](crowdsecurity/crowdsec#4396)) @[dependabot\[bot\]](https://github.com/apps/dependabot)

#### Geolite2 notice

This product includes GeoLite2 data created by MaxMind, available from <a href="https://www.maxmind.com"><https://www.maxmind.com></a>.

#### Installation

Take a look at the [installation instructions](https://doc.crowdsec.net/docs/getting_started/install_crowdsec).
doonga added a commit to greyrock-labs/home-ops that referenced this pull request May 13, 2026
….7.8 ) (#4)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/crowdsecurity/crowdsec](https://github.com/crowdsecurity/crowdsec) | patch | `v1.7.7` → `v1.7.8` |

---

### Release Notes

<details>
<summary>crowdsecurity/crowdsec (docker.io/crowdsecurity/crowdsec)</summary>

### [`v1.7.8`](https://github.com/crowdsecurity/crowdsec/releases/tag/v1.7.8)

[Compare Source](crowdsecurity/crowdsec@v1.7.7...v1.7.8)

#### New Features

- WAF: OpenAPI schema validation ([#&#8203;4097](crowdsecurity/crowdsec#4097)) [@&#8203;blotus](https://github.com/blotus)

#### Improvements

- WAF: enforce body size limitation ([#&#8203;4355](crowdsecurity/crowdsec#4355)) [@&#8203;blotus](https://github.com/blotus)
- Decision stream: move to chunked transfer by default ([#&#8203;4413](crowdsecurity/crowdsec#4413)) [@&#8203;blotus](https://github.com/blotus)
- cscli: add `--quick` flag to enroll command ([#&#8203;4350](crowdsecurity/crowdsec#4350)) [@&#8203;blotus](https://github.com/blotus)
- propose an alternative, cleaner configuration for appsec-config ([#&#8203;4397](crowdsecurity/crowdsec#4397)) [@&#8203;buixor](https://github.com/buixor)

#### Bug Fixes

- cscli metrics: don't attempt to create a DB client if there's no DB config ([#&#8203;4451](crowdsecurity/crowdsec#4451)) [@&#8203;blotus](https://github.com/blotus)
- papi: don't spam logs if chan is closed ([#&#8203;4439](crowdsecurity/crowdsec#4439)) [@&#8203;blotus](https://github.com/blotus)
- alerts: use single transaction when creating alert and all related items ([#&#8203;4438](crowdsecurity/crowdsec#4438)) [@&#8203;blotus](https://github.com/blotus)
- LAPI: enforce maximum body size for decompression

#### Chore / Deps

- build(deps): bump the gomod group across 1 directory with 34 updates ([#&#8203;4453](crowdsecurity/crowdsec#4453)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump the github-actions group with 2 updates ([#&#8203;4447](crowdsecurity/crowdsec#4447)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump alpine from 3.21 to 3.23 in /build/docker in the docker group across 1 directory ([#&#8203;4441](crowdsecurity/crowdsec#4441)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump the github-actions group with 7 updates ([#&#8203;4443](crowdsecurity/crowdsec#4443)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump the uv group in /build/docker/test with 3 updates ([#&#8203;4442](crowdsecurity/crowdsec#4442)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- db: add some missing indexes ([#&#8203;4435](crowdsecurity/crowdsec#4435)) [@&#8203;blotus](https://github.com/blotus)
- Dependencies update ([#&#8203;4412](crowdsecurity/crowdsec#4412)) [@&#8203;blotus](https://github.com/blotus)
- add PAPI metrics ([#&#8203;4411](crowdsecurity/crowdsec#4411)) [@&#8203;blotus](https://github.com/blotus)
- build(deps): bump github.com/aws/aws-lambda-go from 1.47.0 to 1.54.0 ([#&#8203;4402](crowdsecurity/crowdsec#4402)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump docker/login-action from 4.0.0 to 4.1.0 ([#&#8203;4403](crowdsecurity/crowdsec#4403)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump github.com/google/go-querystring from 1.1.0 to 1.2.0 ([#&#8203;4400](crowdsecurity/crowdsec#4400)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump actions/setup-go from 6.3.0 to 6.4.0 ([#&#8203;4404](crowdsecurity/crowdsec#4404)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.42.3 to 1.42.25 ([#&#8203;4405](crowdsecurity/crowdsec#4405)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump release-drafter/release-drafter from 6.4.0 to 7.1.1 ([#&#8203;4381](crowdsecurity/crowdsec#4381)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump codecov/codecov-action from 5.5.2 to 6.0.0 ([#&#8203;4388](crowdsecurity/crowdsec#4388)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump schneegans/dynamic-badges-action from 1.7.0 to 1.8.0 ([#&#8203;4393](crowdsecurity/crowdsec#4393)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 ([#&#8203;4394](crowdsecurity/crowdsec#4394)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump github/codeql-action from 4.33.0 to 4.35.1 ([#&#8203;4395](crowdsecurity/crowdsec#4395)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- update dependabot config ([#&#8203;4440](crowdsecurity/crowdsec#4440)) [@&#8203;blotus](https://github.com/blotus)
- build(deps): bump requests from 2.32.5 to 2.33.0 in /build/docker/test ([#&#8203;4389](crowdsecurity/crowdsec#4389)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump cryptography from 46.0.5 to 46.0.6 in /build/docker/test ([#&#8203;4391](crowdsecurity/crowdsec#4391)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- build(deps): bump pygments from 2.19.2 to 2.20.0 in /build/docker/test ([#&#8203;4396](crowdsecurity/crowdsec#4396)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)

#### Geolite2 notice

This product includes GeoLite2 data created by MaxMind, available from <a href="https://www.maxmind.com"><https://www.maxmind.com></a>.

#### Installation

Take a look at the [installation instructions](https://doc.crowdsec.net/docs/getting_started/install_crowdsec).

</details>

---

### Configuration

📅 **Schedule**: (in timezone America/New_York)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjAuNyIsInVwZGF0ZWRJblZlciI6IjQzLjE2MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->

Co-authored-by: todd <tpunderson@greyrock.io>
Reviewed-on: https://git.greyrock.io/greyrock-labs/home-ops/pulls/4
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 needs/area needs/kind python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant