Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump the dependencies group with 11 updates #110

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2025

Bumps the dependencies group with 11 updates:

Package From To
ruff 0.9.6 0.9.7
certifi 2024.12.14 2025.1.31
coverage 7.6.10 7.6.12
filelock 3.16.1 3.17.0
identify 2.6.5 2.6.7
more-itertools 10.5.0 10.6.0
pkginfo 1.12.0 1.12.1.2
psutil 6.1.1 7.0.0
rapidfuzz 3.11.0 3.12.1
trove-classifiers 2025.1.10.15 2025.2.18.16
virtualenv 20.28.1 20.29.2

Updates ruff from 0.9.6 to 0.9.7

Release notes

Sourced from ruff's releases.

0.9.7

Release Notes

Preview features

  • Consider __new__ methods as special function type for enforcing class method or static method rules (#13305)
  • [airflow] Improve the internal logic to differentiate deprecated symbols (AIR303) (#16013)
  • [refurb] Manual timezone monkeypatching (FURB162) (#16113)
  • [ruff] Implicit class variable in dataclass (RUF045) (#14349)
  • [ruff] Skip singleton starred expressions for incorrectly-parenthesized-tuple-in-subscript (RUF031) (#16083)
  • [refurb] Check for subclasses includes subscript expressions (FURB189) (#16155)

Rule changes

  • [flake8-comprehensions]: Handle trailing comma in C403 fix (#16110)
  • [flake8-debugger] Also flag sys.breakpointhook and sys.__breakpointhook__ (T100) (#16191)
  • [pydocstyle] Handle arguments with the same names as sections (D417) (#16011)
  • [pylint] Correct ordering of arguments in fix for if-stmt-min-max (PLR1730) (#16080)
  • [pylint] Do not offer fix for raw strings (PLE251) (#16132)
  • [pyupgrade] Do not upgrade functional TypedDicts with private field names to the class-based syntax (UP013) (#16219)
  • [pyupgrade] Handle micro version numbers correctly (UP036) (#16091)
  • [pyupgrade] Unwrap unary expressions correctly (UP018) (#15919)
  • [ruff] Skip RUF001 diagnostics when visiting string type definitions (#16122)
  • [flake8-pyi] Avoid flagging custom-typevar-for-self on metaclass methods (PYI019) (#16141)
  • [pycodestyle] Exempt site.addsitedir(...) calls (E402) (#16251)

Formatter

  • Fix unstable formatting of trailing end-of-line comments of parenthesized attribute values (#16187)

Server

  • Fix handling of requests received after shutdown message (#16262)
  • Ignore source.organizeImports.ruff and source.fixAll.ruff code actions for a notebook cell (#16154)
  • Include document specific debug info for ruff.printDebugInformation (#16215)
  • Update server to return the debug info as string with ruff.printDebugInformation (#16214)

CLI

  • Warn on invalid noqa even when there are no diagnostics (#16178)
  • Better error messages while loading configuration extends (#15658)

Bug fixes

  • [refurb] Correctly handle lengths of literal strings in slice-to-remove-prefix-or-suffix (FURB188) (#16237)

Documentation

  • Add FAQ entry for source.* code actions in Notebook (#16212)
  • Add SECURITY.md (#16224)

... (truncated)

Changelog

Sourced from ruff's changelog.

0.9.7

Preview features

  • Consider __new__ methods as special function type for enforcing class method or static method rules (#13305)
  • [airflow] Improve the internal logic to differentiate deprecated symbols (AIR303) (#16013)
  • [refurb] Manual timezone monkeypatching (FURB162) (#16113)
  • [ruff] Implicit class variable in dataclass (RUF045) (#14349)
  • [ruff] Skip singleton starred expressions for incorrectly-parenthesized-tuple-in-subscript (RUF031) (#16083)
  • [refurb] Check for subclasses includes subscript expressions (FURB189) (#16155)

Rule changes

  • [flake8-comprehensions]: Handle trailing comma in C403 fix (#16110)
  • [flake8-debugger] Also flag sys.breakpointhook and sys.__breakpointhook__ (T100) (#16191)
  • [pydocstyle] Handle arguments with the same names as sections (D417) (#16011)
  • [pylint] Correct ordering of arguments in fix for if-stmt-min-max (PLR1730) (#16080)
  • [pylint] Do not offer fix for raw strings (PLE251) (#16132)
  • [pyupgrade] Do not upgrade functional TypedDicts with private field names to the class-based syntax (UP013) (#16219)
  • [pyupgrade] Handle micro version numbers correctly (UP036) (#16091)
  • [pyupgrade] Unwrap unary expressions correctly (UP018) (#15919)
  • [ruff] Skip RUF001 diagnostics when visiting string type definitions (#16122)
  • [flake8-pyi] Avoid flagging custom-typevar-for-self on metaclass methods (PYI019) (#16141)
  • [pycodestyle] Exempt site.addsitedir(...) calls (E402) (#16251)

Formatter

  • Fix unstable formatting of trailing end-of-line comments of parenthesized attribute values (#16187)

Server

  • Fix handling of requests received after shutdown message (#16262)
  • Ignore source.organizeImports.ruff and source.fixAll.ruff code actions for a notebook cell (#16154)
  • Include document specific debug info for ruff.printDebugInformation (#16215)
  • Update server to return the debug info as string with ruff.printDebugInformation (#16214)

CLI

  • Warn on invalid noqa even when there are no diagnostics (#16178)
  • Better error messages while loading configuration extends (#15658)

Bug fixes

  • [refurb] Correctly handle lengths of literal strings in slice-to-remove-prefix-or-suffix (FURB188) (#16237)

Documentation

  • Add FAQ entry for source.* code actions in Notebook (#16212)
  • Add SECURITY.md (#16224)
Commits
  • 54fccb3 Bump version to 0.9.7 (#16271)
  • 8198668 [red-knot] MDTest: Use custom class names instead of builtins (#16269)
  • fc6b03c Handle requests received after shutdown message (#16262)
  • fb09d63 [red-knot] Prefix Type::call and dunder_call with try (#16261)
  • 16d0625 Improve internal docs for various string-node APIs (#16256)
  • 25920fe Rename ExprStringLiteral::as_unconcatenated_string() to `ExprStringLiteral:...
  • 97d0659 Pass ParserOptions to the parser (#16220)
  • cfc6941 [red-knot] Resolve references in eager nested scopes eagerly (#16079)
  • f50849a Add text_len() methods to more *Prefix enums in ruff_python_ast (#16254)
  • 55ea094 [red-knot] Allow any Ranged argument for report_lint and `report_diagnost...
  • Additional commits viewable in compare view

Updates certifi from 2024.12.14 to 2025.1.31

Commits

Updates coverage from 7.6.10 to 7.6.12

Changelog

Sourced from coverage's changelog.

Version 7.6.12 — 2025-02-11

  • Fix: some aarch64 distributions were missing (issue 1927_). These are now building reliably.

.. _issue 1927: nedbat/coveragepy#1927

.. _changes_7-6-11:

Version 7.6.11 — 2025-02-08

  • Fix: a memory leak in CTracer has been fixed. The details are in issue 1924_ and pytest-dev 676_. This should reduce the memory footprint for everyone even if it hadn't caused a problem before.

  • We now ship a py3-none-any.whl wheel file. Thanks, Russell Keith-Magee <pull 1914_>_.

.. _pull 1914: nedbat/coveragepy#1914 .. _issue 1924: nedbat/coveragepy#1924 .. _pytest-dev 676: pytest-dev/pytest-cov#676

.. _changes_7-6-10:

Commits
  • 7e5373e docs: sample HTML for 7.6.12
  • a4ed38b docs: prep for 7.6.12
  • ce4efdc build: fix aarch64 kits #1927
  • a1f3192 build: don't publish if kit building failed
  • bb68f99 chore: bump the action-dependencies group with 2 updates (#1926)
  • f3d6b4a refactor: check for more kinds of constant tests
  • 67899ea refactor: we no longer care what kind of constant the compile-time constants are
  • c850f20 refactor: macOS is MACOS, not OSX
  • a1b2c1a build: there are always tweaks to howto.txt
  • 9c03039 build: bump version to 7.6.12
  • Additional commits viewable in compare view

Updates filelock from 3.16.1 to 3.17.0

Release notes

Sourced from filelock's releases.

Drop 3.8

Full Changelog: tox-dev/filelock@3.16.1...3.17.0

Commits

Updates identify from 2.6.5 to 2.6.7

Commits
  • 157ee8e v2.6.7
  • 76cf716 Merge pull request #503 from mheiges/uv-interpreter
  • 8130ef9 add uv to interpreters list
  • e09b689 Merge pull request #501 from dinoshauer/patch-1
  • 5a2b68b add .templ extension
  • 4db44f0 Merge pull request #504 from pre-commit/all-repos_autofix_all-repos-sed
  • 82ab282 upgrade asottile/workflows
  • 96281e4 Merge pull request #502 from pre-commit/pre-commit-ci-update-config
  • 94c5fb1 [pre-commit.ci] pre-commit autoupdate
  • 5bc1845 v2.6.6
  • Additional commits viewable in compare view

Updates more-itertools from 10.5.0 to 10.6.0

Release notes

Sourced from more-itertools's releases.

Version 10.6.0

  • New functions:

    • is_prime and nth_prime were added (thanks to JamesParrott and rhettinger)
    • loops was added (thanks to rhettinger)
  • Changes to existing functions:

    • factor was optimized to handle larger inputs and use less memory (thanks to rhettinger)
    • spy was optimized to enable nested calls (thanks to rhettinger)
    • polynomial_from_roots was made non-recursive and able to handle larger numbers of roots (thanks to pochmann3 and rhettinger)
    • is_sorted now only relies on less than comparisons (thanks to rhettinger)
    • The docstring for outer_product was improved (thanks to rhettinger)
    • The type annotations for sample were improved (thanks to rhettinger)
  • Other changes:

    • Python 3.13 is officially supported. Python 3.8 is no longer officially supported. (thanks to hugovk, JamesParrott, and stankudrow)
    • mypy checks were fixed (thanks to JamesParrott)
Commits

Updates pkginfo from 1.12.0 to 1.12.1.2

Updates psutil from 6.1.1 to 7.0.0

Changelog

Sourced from psutil's changelog.

7.0.0

2025-02-13

Enhancements

  • 669_, [Windows]: net_if_addrs()_ also returns the broadcast address instead of None.
  • 2480_: Python 2.7 is no longer supported. Latest version supporting Python 2.7 is psutil 6.1.X. Install it with: pip2 install psutil==6.1.*.
  • 2490_: removed long deprecated Process.memory_info_ex() method. It was deprecated in psutil 4.0.0, released 8 years ago. Substitute is Process.memory_full_info().

Bug fixes

  • 2496_, [Linux]: Avoid segfault (a cPython bug) on Process.memory_maps() for processes that use hundreds of GBs of memory.
  • 2502_, [macOS]: virtual_memory()_ now relies on host_statistics64 instead of host_statistics. This is the same approach used by vm_stat CLI tool, and should grant more accurate results.

Compatibility notes

  • 2480_: Python 2.7 is no longer supported.
  • 2490_: removed long deprecated Process.memory_info_ex() method.
Commits
  • ea5b556 pre-release
  • d6e28b7 try to fix tests
  • 104bb32 test cpu_times() for process children
  • 16c091b test cpu_times() for process children
  • eee09da [OSX] proc.c: Fix goo.gl link in comment for source reference (#2505)
  • 17e2780 ci: build aarch64 wheel on GHA aarch64 runner (#2503)
  • 1ba8667 pin black version to 24.X, because new 25.X breaks style
  • 9c114a5 [OSX] use host_statistics64 to get memory metrics (#2502)
  • 08d7d43 pin black version to 24.X, because new 25.X breaks style
  • a509e5a 669 windows broadcast addr (#2501)
  • Additional commits viewable in compare view

Updates rapidfuzz from 3.11.0 to 3.12.1

Release notes

Sourced from rapidfuzz's releases.

Release 3.12.1

Fixed

  • fix version number

Release 3.12.0

Changed

  • generate code for fallback imports to be better parseable for tools bundling Python applications into a single binary (examples are cx-freeze and pyinstaller)

Added

  • added support for taskflow 3.9.0
Changelog

Sourced from rapidfuzz's changelog.

Changelog

[3.12.1] - 2025-01-30 ^^^^^^^^^^^^^^^^^^^^^ Fixed

* fix version number

[3.12.0] - 2025-01-16 ^^^^^^^^^^^^^^^^^^^^^ Changed

  • generate code for fallback imports to be better parseable for tools bundling Python applications into a single binary (examples are cx-freeze and pyinstaller)

Added

* added support for taskflow 3.9.0

[3.11.0] - 2024-12-17 ^^^^^^^^^^^^^^^^^^^^^ Performance

  • improve calculation of min score inside partial_ratio so it can skip more alignments

Added

* added build support for emscripten

[3.10.1] - 2024-10-24 ^^^^^^^^^^^^^^^^^^^^^ Fixed

  • fix compilation on clang-19
  • fix incorrect results in simd optimized implementation of Levenshtein and OSA on 32bit targets

Added

* added support for taskflow 3.8.0

[3.10.0] - 2024-09-21 ^^^^^^^^^^^^^^^^^^^^^ Fixed

  • drop support for Python 3.8
  • switch build system to scikit-build-core

[3.9.7] - 2024-09-02

... (truncated)

Commits
  • bb94724 workaround bug qemu emulation
  • 4c769f4 fix version number
  • f32be92 Bump pypa/gh-action-pypi-publish in the github-actions group
  • 310357b add disclaimer for generated files
  • a9fc245 add support for taskflow 3.9.0
  • 39ab80e generate import handling
  • 630d4c2 reduce len() calls (#412)
  • e03f486 Bump pypa/gh-action-pypi-publish in the github-actions group
  • See full diff in compare view

Updates trove-classifiers from 2025.1.10.15 to 2025.2.18.16

Commits

Updates virtualenv from 20.28.1 to 20.29.2

Release notes

Sourced from virtualenv's releases.

20.29.2

What's Changed

Full Changelog: pypa/virtualenv@20.29.1...20.29.2

20.29.1

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.29.0...20.29.1

20.29.0

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.28.1...20.29.0

Changelog

Sourced from virtualenv's changelog.

v20.29.2 (2025-02-10)

Bugfixes - 20.29.2

- Remove old virtualenv wheel from the source distribution - by :user:`gaborbernat`. (:issue:`2841`)
- Upgrade embedded wheel pip to ``25.0.1`` from ``24.3.1`` - by :user:`gaborbernat`. (:issue:`2843`)

v20.29.1 (2025-01-17)

Bugfixes - 20.29.1

  • Fix PyInfo cache incompatibility warnings - by :user:robsdedude. (:issue:2827)

v20.29.0 (2025-01-15)

Features - 20.29.0

- Add support for selecting free-threaded Python interpreters, e.g., `python3.13t`. (:issue:`2809`)

Bugfixes - 20.29.0

  • Upgrade embedded wheels:

    • setuptools to 75.8.0 from 75.6.0 (:issue:2823)
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.6` | `0.9.7` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.10` | `7.6.12` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.16.1` | `3.17.0` |
| [identify](https://github.com/pre-commit/identify) | `2.6.5` | `2.6.7` |
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.5.0` | `10.6.0` |
| [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) | `1.12.0` | `1.12.1.2` |
| [psutil](https://github.com/giampaolo/psutil) | `6.1.1` | `7.0.0` |
| [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) | `3.11.0` | `3.12.1` |
| [trove-classifiers](https://github.com/pypa/trove-classifiers) | `2025.1.10.15` | `2025.2.18.16` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.28.1` | `20.29.2` |


Updates `ruff` from 0.9.6 to 0.9.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.9.6...0.9.7)

Updates `certifi` from 2024.12.14 to 2025.1.31
- [Commits](certifi/python-certifi@2024.12.14...2025.01.31)

Updates `coverage` from 7.6.10 to 7.6.12
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.10...7.6.12)

Updates `filelock` from 3.16.1 to 3.17.0
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.16.1...3.17.0)

Updates `identify` from 2.6.5 to 2.6.7
- [Commits](pre-commit/identify@v2.6.5...v2.6.7)

Updates `more-itertools` from 10.5.0 to 10.6.0
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v10.5.0...v10.6.0)

Updates `pkginfo` from 1.12.0 to 1.12.1.2

Updates `psutil` from 6.1.1 to 7.0.0
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-6.1.1...release-7.0.0)

Updates `rapidfuzz` from 3.11.0 to 3.12.1
- [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases)
- [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](rapidfuzz/RapidFuzz@v3.11.0...v3.12.1)

Updates `trove-classifiers` from 2025.1.10.15 to 2025.2.18.16
- [Release notes](https://github.com/pypa/trove-classifiers/releases)
- [Commits](pypa/trove-classifiers@2025.1.10.15...2025.2.18.16)

Updates `virtualenv` from 20.28.1 to 20.29.2
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.28.1...20.29.2)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: filelock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: identify
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: more-itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pkginfo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: psutil
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: rapidfuzz
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: trove-classifiers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: virtualenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 20, 2025
Copy link

coverage

Coverage Report (ubuntu-latest / Python 3.11)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.11)

Tests Skipped Failures Errors Time
11 1 💤 0 ❌ 0 🔥 0.284s ⏱️

Copy link

coverage

Coverage Report (ubuntu-latest / Python 3.13)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.13)

Tests Skipped Failures Errors Time
11 1 💤 0 ❌ 0 🔥 0.311s ⏱️

Copy link

coverage

Coverage Report (ubuntu-latest / Python 3.10)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.10)

Tests Skipped Failures Errors Time
11 1 💤 0 ❌ 0 🔥 0.320s ⏱️

Copy link

coverage

Coverage Report (ubuntu-latest / Python 3.12)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.12)

Tests Skipped Failures Errors Time
11 1 💤 0 ❌ 0 🔥 0.364s ⏱️

Copy link

coverage

Coverage Report (macos-latest / Python 3.12)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: macos-latest / python-version: 3.12)

Tests Skipped Failures Errors Time
11 1 💤 0 ❌ 0 🔥 0.340s ⏱️

Copy link

coverage

Coverage Report (macos-latest / Python 3.13)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: macos-latest / python-version: 3.13)

Tests Skipped Failures Errors Time
11 1 💤 0 ❌ 0 🔥 0.246s ⏱️

Copy link

coverage

Coverage Report (macos-latest / Python 3.11)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: macos-latest / python-version: 3.11)

Tests Skipped Failures Errors Time
11 1 💤 0 ❌ 0 🔥 0.267s ⏱️

Copy link

coverage

Coverage Report (macos-latest / Python 3.10)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: macos-latest / python-version: 3.10)

Tests Skipped Failures Errors Time
11 1 💤 0 ❌ 0 🔥 0.252s ⏱️

Copy link

coverage

Coverage Report (windows-latest / Python 3.11)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py39294%53, 60
TOTAL39294% 

Pytest Result Summary (os: windows-latest / python-version: 3.11)

Tests Skipped Failures Errors Time
11 0 💤 0 ❌ 0 🔥 0.625s ⏱️

Copy link

coverage

Coverage Report (windows-latest / Python 3.12)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py39294%53, 60
TOTAL39294% 

Pytest Result Summary (os: windows-latest / python-version: 3.12)

Tests Skipped Failures Errors Time
11 0 💤 0 ❌ 0 🔥 0.359s ⏱️

Copy link

coverage

Coverage Report (windows-latest / Python 3.13)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: windows-latest / python-version: 3.13)

Tests Skipped Failures Errors Time
11 0 💤 0 ❌ 0 🔥 0.893s ⏱️

Copy link

coverage

Coverage Report (windows-latest / Python 3.10)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py39294%53, 60
TOTAL39294% 

Pytest Result Summary (os: windows-latest / python-version: 3.10)

Tests Skipped Failures Errors Time
11 0 💤 0 ❌ 0 🔥 0.469s ⏱️

Copy link

coverage

Coverage Report (ubuntu-latest / Python 3.12)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.12)

Tests Skipped Failures Errors Time
11 1 💤 0 ❌ 0 🔥 0.336s ⏱️

Copy link

coverage

Coverage Report (ubuntu-latest / Python 3.13)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.13)

Tests Skipped Failures Errors Time
11 1 💤 0 ❌ 0 🔥 0.305s ⏱️

Copy link

coverage

Coverage Report (macos-latest / Python 3.11)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: macos-latest / python-version: 3.11)

Tests Skipped Failures Errors Time
11 1 💤 0 ❌ 0 🔥 0.208s ⏱️

Copy link

coverage

Coverage Report (ubuntu-latest / Python 3.11)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.11)

Tests Skipped Failures Errors Time
11 1 💤 0 ❌ 0 🔥 0.296s ⏱️

Copy link

coverage

Coverage Report (ubuntu-latest / Python 3.10)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.10)

Tests Skipped Failures Errors Time
11 1 💤 0 ❌ 0 🔥 0.313s ⏱️

Copy link

coverage

Coverage Report (macos-latest / Python 3.12)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: macos-latest / python-version: 3.12)

Tests Skipped Failures Errors Time
11 1 💤 0 ❌ 0 🔥 0.221s ⏱️

Copy link

coverage

Coverage Report (macos-latest / Python 3.13)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: macos-latest / python-version: 3.13)

Tests Skipped Failures Errors Time
11 1 💤 0 ❌ 0 🔥 0.231s ⏱️

Copy link

coverage

Coverage Report (windows-latest / Python 3.13)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: windows-latest / python-version: 3.13)

Tests Skipped Failures Errors Time
11 0 💤 0 ❌ 0 🔥 0.488s ⏱️

Copy link

coverage

Coverage Report (macos-latest / Python 3.10)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py390100% 
TOTAL390100% 

Pytest Result Summary (os: macos-latest / python-version: 3.10)

Tests Skipped Failures Errors Time
11 1 💤 0 ❌ 0 🔥 0.174s ⏱️

Copy link

coverage

Coverage Report (windows-latest / Python 3.11)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py39294%53, 60
TOTAL39294% 

Pytest Result Summary (os: windows-latest / python-version: 3.11)

Tests Skipped Failures Errors Time
11 0 💤 0 ❌ 0 🔥 0.455s ⏱️

Copy link

coverage

Coverage Report (windows-latest / Python 3.12)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py39294%53, 60
TOTAL39294% 

Pytest Result Summary (os: windows-latest / python-version: 3.12)

Tests Skipped Failures Errors Time
11 0 💤 0 ❌ 0 🔥 0.422s ⏱️

Copy link

coverage

Coverage Report (windows-latest / Python 3.10)
FileStmtsMissCoverMissing
__init__.py00100% 
json_to_github_output.py39294%53, 60
TOTAL39294% 

Pytest Result Summary (os: windows-latest / python-version: 3.10)

Tests Skipped Failures Errors Time
11 0 💤 0 ❌ 0 🔥 0.453s ⏱️

@7rikazhexde 7rikazhexde merged commit 5181665 into main Feb 21, 2025
33 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dependencies-057c3964d6 branch February 21, 2025 01:05
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