Skip to content

deps(deps): update dnspython requirement from >=2.4 to >=2.8.0 - #8

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/main/dnspython-gte-2.8.0
Open

dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/main/dnspython-gte-2.8.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Updates the requirements on dnspython to permit the latest version.

Release notes

Sourced from dnspython's releases.

dnspython 2.8.0

See What's New for details.

The minimum supported version of Python is 3.10.

My thanks to the many people who have contributed to this release. Also thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.

This release was published to PyPI using Trusted Publishing.

Changelog

Sourced from dnspython's changelog.

2.8.0

  • dns/btreezone.py provides another zone versioned implementation built on top of a B-tree. It maintains DNSSEC sort order, labels nodes as delegation points or glue, and can find the "bounds" of a name (useful for DNSSEC responses).

  • dns/query.py now provides make_socket(), make_ssl_socket(), and make_ssl_context() to make using persistent connections with the query code easier.

  • dns/win32util.py now supports explicitly setting the configuration method used to get system dns info, using the set_config_method() function. There is a new configuration method that uses the Win32 API, which can be set using set_config_method(ConfigMethod.Win32). We are considering making the Win32 API the default in the future as we believe it to be the most accurate. Any feedback on it compared to the other methods is welcome.

  • The DSYNC record is now supported. This type is still in draft stage at the IETF and is subject to change.

  • The minimum supported Python version is now 3.10.

2.7.0

  • dns.query.https() and dns.asyncquery.https() now support HTTP/3 and the http_version parameter may be used to specify which version to use.

  • If the cryptography module is installed, then dnspython will now create deterministic ECDSA signatures by default. Cryptography, if installed, must be at least version 43. Thanks to Jakob Schlyter for adding the feature.

  • The RESINFO and WALLET RdataTypes are now supported.

  • The COOKIE and Report-Channel EDNS0 options are now supported.

  • All supported RdataTypes can now be imported at a single time rather than lazily on first use by calling dns.rdata.load_all_types().

  • The SVCB and HTTPS records now support the ohttp parameter.

  • xfr() and inbound_xfr() now share a common implementation.

  • Tokens are now supported for QUIC and HTTP/3.

  • dns.message.from_wire() now saves the input wire format in the Message's "wire" attribute. Likewise, dns.message.Message.to_wire() now records the generated wire format in that attribute.

  • The dns.message.Message object now has a get_options() helper to retrieve EDNS0

... (truncated)

Commits

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)

Unlimited Data Works LLC and others added 2 commits July 26, 2026 15:34
Major features in this release:
- Automated encrypted database backup — supervised in-app snapshotter with configurable cadence + age-based retention; full .etbk bundles or raw-DB; master-key or write-only X25519 public-key (ECIES) modes; fail-closed restorability gate before every snapshot counts. Ships DISABLED by default.
- Regulatory clock awareness — propose-then-confirm deadline engine for clinical-trial safety mail; tracks the site/IRB deadline the user owns as an escalating acknowledgement-required clock and notes sponsor deadlines as informational receipts; /clocks page + daily digest + escalation email with portable .ics + optional calendar-write.
- Topic / Study Digest — define a Topic (study, subject, or thread of interest), matching is baked into the primary classify pass (no new body read, no new model, no new egress); per-Topic recurring digests, per-Topic sender reinforcement from thumbs-up/down feedback, whole-window Re-Triage Preview.
- Encryption at rest by default + HMAC-SHA256 audit hash chain — new installs are SQLCipher-encrypted out of the box, every dedicated/backup/migration connection inherits the key through the encryption-aware opener; the audit log now spans 8 sibling audit-event tables + a per-request PHI-access log, reachable through a paginated /compliance audit-review surface; chain survives master-key rotation.
- Live AI-backend model picker with capability-aware failover — replaces the free-text model field; fetches what's actually installed on the Ollama endpoint and shows capabilities, size, quantization, context length, VRAM residency; embedding-only models are flagged and non-selectable for classification; ordered backup_models list fails over on capability/resource errors (with a tamper-evident model_failover audit row).
- Multilingual embedding model selector — recommended default intfloat/multilingual-e5-base (100+ languages) for sent-mail similarity retrieval; automatic E5 query/passage prefix handling; confirm-gated background reindex on model change so retrieval never silently degrades.
- Per-target webhook body templating with HIPAA-lock + wizard live preview — 5 built-in target types (Slack, PagerDuty Events v2, Opsgenie, Discord, Microsoft Teams) selectable from an admin wizard dropdown so an operator points a webhook directly at Slack/PagerDuty/etc. instead of standing up a middleware reshaper; HIPAA-flagged targets force-lock a minimal {category, timestamp, flow_id} shape via a shared fail-closed reshaper regardless of the operator's template; HMAC signature computed over the rendered bytes; wizard live preview renders the exact bytes email-triage would POST (normal + HIPAA-locked side-by-side) reusing the same production render SSOT so preview equals prod bytes-for-bytes.
- Auto-retire a watch after N matches; cross-account aggregate reindex progress on the Bulk runs page; watcher delivery-failure visibility cluster (failure badge + fail-visible health + "Watching off (by choice)" Health-box distinction so a deliberately-disabled watcher no longer degrades /health).
- Offset pagination across previously-capped audit/list surfaces so capped views are reachable instead of silently truncated.
- External integration API renamed /api/openclaw -> /api/v1 (neutral) with a 308 redirect for legacy clients.
- Security dependency hardening — starlette 1.2.1 -> 1.3.1 (form-field denial-of-service CVE-2026-54283); a small dedicated form-size guard preserves the one route that legitimately accepts a large pasted email (the raw-email classify box) while every other form keeps the tighter new limits.
- Reliability + HIPAA hardening wave — Topic Digest wrong-attribution bug fixed with a reversible confidence floor; Topic-match LLM JSON parse-failure salvage backstop + bounded retry + PHI-safe diagnostics + rate/canary health counter; OAuth-credential 8-day outage class fixed (never-clobber _secret_write SSOT); remove-account is now a safe reversible "Disabled — credentials removed" soft-delete that keeps the tamper-evident audit trail; account deactivation actually stops ingestion via fail-closed is_active gates; reflected-XSS-class fixes; corrupt persisted JSON columns no longer 500 the whole page; dry_run/preview no longer fires real escalations, webhooks, or mailbox writes; PHI-egress locality gate no longer fails open on a hostname masquerade.
Updates the requirements on [dnspython](https://github.com/rthalley/dnspython) to permit the latest version.
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst)
- [Commits](rthalley/dnspython@v2.4.0...v2.8.0)

---
updated-dependencies:
- dependency-name: dnspython
  dependency-version: 2.8.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants