Skip to content

Update pytest requirement from <9,>=8.3.1 to >=8.3.1,<10#3061

Merged
liquidsec merged 1 commit intodevfrom
dependabot/pip/dev/pytest-gte-8.3.1-and-lt-10
May 5, 2026
Merged

Update pytest requirement from <9,>=8.3.1 to >=8.3.1,<10#3061
liquidsec merged 1 commit intodevfrom
dependabot/pip/dev/pytest-gte-8.3.1-and-lt-10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updates the requirements on pytest to permit the latest version.

Release notes

Sourced from pytest's releases.

9.0.3

pytest 9.0.3 (2026-04-07)

Bug fixes

  • #12444: Fixed pytest.approx which now correctly takes into account ~collections.abc.Mapping keys order to compare them.

  • #13634: Blocking a conftest.py file using the -p no: option is now explicitly disallowed.

    Previously this resulted in an internal assertion failure during plugin loading.

    Pytest now raises a clear UsageError explaining that conftest files are not plugins and cannot be disabled via -p.

  • #13734: Fixed crash when a test raises an exceptiongroup with __tracebackhide__ = True.

  • #14195: Fixed an issue where non-string messages passed to unittest.TestCase.subTest() were not printed.

  • #14343: Fixed use of insecure temporary directory (CVE-2025-71176).

Improved documentation

  • #13388: Clarified documentation for -p vs PYTEST_PLUGINS plugin loading and fixed an incorrect -p example.
  • #13731: Clarified that capture fixtures (e.g. capsys and capfd) take precedence over the -s / --capture=no command-line options in Accessing captured output from a test function <accessing-captured-output>.
  • #14088: Clarified that the default pytest_collection hook sets session.items before it calls pytest_collection_finish, not after.
  • #14255: TOML integer log levels must be quoted: Updating reference documentation.

Contributor-facing changes

  • #12689: The test reports are now published to Codecov from GitHub Actions. The test statistics is visible on the web interface.

    -- by aleguy02

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 26, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 26, 2026

📊 Performance Benchmark Report

Comparing dev (baseline) vs dependabot/pip/dev/pytest-gte-8.3.1-and-lt-10 (current)

📈 Detailed Results (All Benchmarks)

📋 Complete results for all benchmarks - includes both significant and insignificant changes

🧪 Test Name 📏 Base 📏 Current 📈 Change 🎯 Status
Bloom Filter Dns Mutation Tracking Performance 4.15ms 4.16ms +0.3%
Bloom Filter Large Scale Dns Brute Force 17.08ms 17.51ms +2.5%
Large Closest Match Lookup 350.72ms 352.97ms +0.6%
Realistic Closest Match Workload 187.42ms 191.30ms +2.1%
Event Memory Medium Scan 1784 B/event 1784 B/event +0.0%
Event Memory Large Scan 1768 B/event 1768 B/event +0.0%
Event Validation Full Scan Startup Small Batch 402.90ms 406.05ms +0.8%
Event Validation Full Scan Startup Large Batch 580.51ms 576.35ms -0.7%
Make Event Autodetection Small 30.56ms 30.97ms +1.4%
Make Event Autodetection Large 313.59ms 315.02ms +0.5%
Make Event Explicit Types 13.73ms 13.84ms +0.9%
Excavate Single Thread Small 3.922s 3.985s +1.6%
Excavate Single Thread Large 9.431s 9.500s +0.7%
Excavate Parallel Tasks Small 4.021s 4.080s +1.5%
Excavate Parallel Tasks Large 7.110s 7.159s +0.7%
Is Ip Performance 3.18ms 3.13ms -1.6%
Make Ip Type Performance 11.50ms 11.41ms -0.8%
Mixed Ip Operations 4.49ms 4.46ms -0.7%
Memory Use Web Crawl 46.4 MB 43.6 MB -6.1%
Memory Use Subdomain Enum 19.3 MB 19.3 MB +0.0%
Scan Throughput 100 7.712s 7.127s -7.6%
Scan Throughput 1000 36.269s 35.160s -3.1%
Typical Queue Shuffle 64.18µs 62.83µs -2.1%
Priority Queue Shuffle 717.14µs 719.89µs +0.4%

🎯 Performance Summary

No significant performance changes detected (all changes <10%)


🐍 Python Version 3.11.15

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.1...9.0.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/dev/pytest-gte-8.3.1-and-lt-10 branch from 3c5b3db to 49e24d9 Compare April 28, 2026 14:53
@liquidsec liquidsec merged commit a26ed7e into dev May 5, 2026
20 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/dev/pytest-gte-8.3.1-and-lt-10 branch May 5, 2026 13:11
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant