Skip to content

chore(deps): update requests requirement from <3.0.0,>=2.31.0 to >=2.34.2,<3.0.0 in /tests - #70

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/tests/requests-gte-2.34.2-and-lt-3.0.0
Closed

chore(deps): update requests requirement from <3.0.0,>=2.31.0 to >=2.34.2,<3.0.0 in /tests#70
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/tests/requests-gte-2.34.2-and-lt-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown

Updates the requirements on requests to permit the latest version.

Release notes

Sourced from requests's releases.

v2.34.2

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2342-2026-05-14

Changelog

Sourced from requests's changelog.

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

2.34.0 (2026-05-11)

Announcements

  • Requests 2.34.0 introduces inline types, replacing those provided by typeshed. Public API types should be fully compatible with mypy, pyright, and ty. We believe types are comprehensive but if you find issues, please report them to the pinned tracking issue.

    Special thanks to @​bastimeyer, @​cthoyt, @​edgarrmondragon, and @​srittau for helping review and test the types ahead of the release. (#7272)

Improvements

  • Digest Auth hashing algorithms have added usedforsecurity=False to clarify security considerations. (#7310)
  • Requests added support for Python 3.15 based on beta1. Downstream projects should be able to start testing prior to its release in October. (#7422)
  • Requests added support for Python 3.14t. (#7419)

Bugfixes

  • Response.history no longer contains a reference to itself, preventing accidental looping when traversing the history list. (#7328)
  • Requests no longer performs greedy matching on no_proxy domains. The proxy_bypass implementation has been updated with CPython's fix from bpo-39057. (#7427)
  • Requests no longer incorrectly strips duplicate leading slashes in URI paths. This should address user issues with specific presigned URLs. Note the full fix requires urllib3 2.7.0+. (#7315)

... (truncated)

Commits

You can trigger a rebase of this PR 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)

zach115th and others added 2 commits August 4, 2026 20:46
…rewrite

Version bumped to IRIS-NG-v1.1.0; Helm chart 0.5.0 (appVersion follows,
which is what the rendered image tags derive from).

IRIS-NG-v1.0.3 was staged on main but never tagged or released, so nothing
shipped under that number. Its changes are included here and its CHANGELOG
entry is annotated accordingly.

[IMP] correlation: weigh shared indicators instead of counting them

Cluster confidence was a function of the shared-IOC count alone, which
treats a public DNS resolver and a unique C2 hash as equal evidence. It now
weighs each indicator by rarity across the cases in scope and by credibility
(admiralty-scale tags, extractor noise flags), then discounts the total by
graph cohesion — single-linkage clustering means A-B plus B-C forms one
cluster even when A and C share nothing.

Confidence also no longer responds to the "Min shared IOCs" control, which
is a view filter; a measure of evidence should not move when you change how
you are looking at it. Expect lower figures than earlier releases, markedly
so on instances with few cases, where little is statistically distinctive.

Decay: tags now scale the type half-life rather than the score, so the
result cannot exceed 100% however many tags apply — previously a fresh
indicator with one galaxy tag rendered as "140%". Age is measured from the
most recent case containing the indicator rather than the oldest, since
re-observation is evidence something is still live. TLP no longer
participates: it expresses a sharing restriction, not fidelity or longevity.

[FIX] correlation: cluster count contradicted its own threshold

A cluster's shared-IOC count included only indicators found exclusively
inside it, so a pair of cases linked because they share three indicators
reported "1 shared IOC". The Shared IOCs table ignored the threshold
entirely. Both now derive from one rule, so they cannot disagree.

[FIX] updater: version comparison crashed on the current scheme

IRIS-NG-v<x.y.z> is not valid PEP 440. packaging 21.3 tolerated this by
returning a LegacyVersion; version 22 removed that class, so parse() raises
InvalidVersion. parse_iris_version() strips the product prefix first, making
the comparison genuine PEP 440 ordering, and tolerates an absent release
name — which previously raised.

[FIX] ai: suggesters timed out, and every failure looked identical

Per-surface timeouts assumed a local model answering in seconds; a backend
reaching a hosted API takes an order of magnitude longer — a measured 28-34s
against a 60s ceiling. Raised to 180s for the tag, ATT&CK, evidence-type and
case-template suggesters and the IOC extractor. These are ceilings, so fast
backends are unaffected.

Five orchestrators logged what the backend said and then discarded it,
raising only the JSON decode error. A model declining a request, an
unrecognised model name and an empty response were indistinguishable — all
displayed "Expecting value: line 1 column 1". The backend's message is now
included in the error the analyst sees.

[CHORE] deps: 22 Python and 11 UI packages updated

SQLAlchemy 2.0.51, alembic 1.18.5, celery 5.6.3, Flask-WTF 1.3.0, graphene
3.4.3, cryptography>=50, qrcode 8.2, packaging 26.2, pyintelowl>=5.1.0; UI
includes ace-builds 1.44.0 and Vite 8.2.0. Base images and CI: nginx 1.31,
actions/checkout v7, setup-node v7, action-gh-release v3, devcontainer
aligned to python:3.12-trixie.

flask-marshmallow is held at 1.4.0: 1.5.0 requires marshmallow>=4.0.0 while
this project pins marshmallow 3.x, so the bump does not resolve at all.

dependabot.yml records what is held back and why — PostgreSQL majors (a data
migration, not a bump), jQuery 4 (~86 removed-API call sites, and Bootstrap 4
forbids it), Node majors (odd releases never get an LTS phase), and the
marshmallow pair.

[FIX] ui: sidebar printed the product name twice
Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.34.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.34.2
  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 Aug 5, 2026
@zach115th zach115th closed this Aug 5, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/tests/requests-gte-2.34.2-and-lt-3.0.0 branch August 5, 2026 04:07
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

None yet

Development

Successfully merging this pull request may close these issues.

1 participant