Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Bump the general group with 4 updates #67

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 30, 2024

Bumps the general group with 4 updates: matplotlib-inline, pyinstaller, setuptools and zope-interface.

Updates matplotlib-inline from 0.1.6 to 0.1.7

Commits

Updates pyinstaller from 6.5.0 to 6.6.0

Release notes

Sourced from pyinstaller's releases.

v6.6.0

Please see the v6.6.0 section of the changelog for a list of the changes since v6.5.0.

Changelog

Sourced from pyinstaller's changelog.

6.6.0 (2024-04-13)

Features


* (Windows) Implement support for resolving executable's true location
  when launched via a symbolic link. (:issue:`8300`)
* Implement an option to explicitly specify the bytecode optimization level
  for collected python code, independent of the optimization level in the
  python process under which PyInstaller is running. At the .spec file level,
  this is controlled by optional ``optimize`` argument in the ``Analysis``
  constructor. At the CLI level, this is controlled by new
  :option:`--optimize` command-line option, which sets the ``optimize``
  argument for ``Analysis`` as well as :ref:`interpreter run-time options
  <specifying python interpreter options>` in the generated spec file.
  See :ref:`bytecode optimization level` for details. (:issue:`8252`)

Bugfix


* (macOS) Explicitly convert the value of ``version`` argument to ``BUNDLE``
  into a string, in order to mitigate cases when user accidentally enters
  an integer or a float. The version value ends up being written to
  ``Info.plist`` as the ``CFBundleShortVersionString`` entry, and if this
  entry is not of a string type (for example, is an integer), the
  generated .app bundle crashes at start. (:issue:`4466`)
* (Windows) Avoid trying to import ``PySimpleGUI`` in the subprocess that
  analyzes dynamic library search modifications made by packages prior to
  the binary dependency analysis. When imported for the first time,
  ``PySimpleGUI`` 5.x displays a &quot;first-run&quot; dialog, which poses a problem
  for unattended PyInstaller builds running in a clean environment, for
  example, in a CI pipeline. (:issue:`8396`)
* (Windows) Implement a work-around for running PyInstaller under python
  process with ``-OO`` (or ``PYTHONOPTIMIZE=2``) with ``cffi`` installed.
  We now temporarily disable import of ``cffi`` while importing
  ``pywin32-ctypes`` in ``PyInstaller.compat`` to ensure that ``ctypes``
  backend is always used, as the ``cffi`` backend uses ``pycparser`` and
  requires docstrings, which makes it incompatible with the ``-OO`` mode.
  (:issue:`6345`)

Hooks


* Update ``PySide6.Qt3DRender`` hook for compatibility with ``PySide6``
  6.7.0 (add hidden import for ``PySide6.QtOpenGL`` module). (:issue:`8404`)
* Update ``scipy.special._ufuncs`` hook for compatibility with SciPy 1.13.0
  (add ``scipy.special._cdflib`` to hidden imports). (:issue:`8394`)
&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;p&gt;... (truncated)&lt;/p&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pyinstaller/pyinstaller/commit/5d7a0449ecea400eccbbb30d5fcef27d72f8f75d&quot;&gt;&lt;code&gt;5d7a044&lt;/code&gt;&lt;/a&gt; Release v6.6.0. [skip ci]&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pyinstaller/pyinstaller/commit/edf1694e2d06866fe027439aaba3d62dba5f2b86&quot;&gt;&lt;code&gt;edf1694&lt;/code&gt;&lt;/a&gt; hooks: PySide6.Qt3DRender: add hiddenimport of PySide6.QtOpenGL&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pyinstaller/pyinstaller/commit/1964b413378e6da9d499a476304c2165925dbef5&quot;&gt;&lt;code&gt;1964b41&lt;/code&gt;&lt;/a&gt; tests: bump PySide6 to 6.7.0&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pyinstaller/pyinstaller/commit/4f194dc2411b9e1b33d8673ea6c4f95df4af6884&quot;&gt;&lt;code&gt;4f194dc&lt;/code&gt;&lt;/a&gt; building: avoid importing PySimpleGUI prior to binary dep. analysis&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pyinstaller/pyinstaller/commit/5fe069177c9fda8ae7e362cdaa5b39c5b64fe4f5&quot;&gt;&lt;code&gt;5fe0691&lt;/code&gt;&lt;/a&gt; hooks: update scipy.special._ufuncs hook for SciPy &amp;gt;= 1.13.0&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pyinstaller/pyinstaller/commit/6dbafa1f2f7b1c2f6c8c49242367514a986fa511&quot;&gt;&lt;code&gt;6dbafa1&lt;/code&gt;&lt;/a&gt; Tests: Requirements: Scheduled weekly dependency update for week 14 (&lt;a href=&quot;https://redirect.github.com/pyinstaller/pyinstaller/issues/8394&quot;&gt;#8394&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pyinstaller/pyinstaller/commit/3fd6f5d1d5e162b28845a9e325e0d2474262969b&quot;&gt;&lt;code&gt;3fd6f5d&lt;/code&gt;&lt;/a&gt; doc: extend documentation on temporary directory for onefile programs&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pyinstaller/pyinstaller/commit/e8dac24c866e0cc3284ca44b716b5e6f2fb04284&quot;&gt;&lt;code&gt;e8dac24&lt;/code&gt;&lt;/a&gt; tests: add a test for bootloader fully resolving symlinked executable&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pyinstaller/pyinstaller/commit/3b219631c1f81db3fe197d1e8d80660d8654a82b&quot;&gt;&lt;code&gt;3b21963&lt;/code&gt;&lt;/a&gt; bootloader: remove extended path indicator from resolved symbolic link&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pyinstaller/pyinstaller/commit/ae69efa818e7ff92c1a889d9e56f30cca0c1eac4&quot;&gt;&lt;code&gt;ae69efa&lt;/code&gt;&lt;/a&gt; bootloader: resolve symlinks in Windows codepath of pyi_path_resolve&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a href=&quot;https://github.com/pyinstaller/pyinstaller/compare/v6.5.0...v6.6.0&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;br /&gt;
</code></pre>

Updates `setuptools` from 69.2.0 to 69.5.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p>
<blockquote>
<h1>v69.5.1</h1>
<p>No significant changes.</p>
<h1>v69.5.0</h1>
<h2>Features</h2>
<ul>
<li>Refresh unpinned vendored dependencies. (<a href="https://redirect.github.com/pypa/setuptools/issues/4253">#4253</a>)</li>
<li>Updated vendored packaging to version 24.0. (<a href="https://redirect.github.com/pypa/setuptools/issues/4301">#4301</a>)</li>
</ul>
<h1>v69.4.2</h1>
<h2>Bugfixes</h2>
<ul>
<li>Merged bugfix for <a href="https://redirect.github.com/pypa/distutils/issues/246">pypa/distutils#246</a>.</li>
</ul>
<h1>v69.4.1</h1>
<p>No significant changes.</p>
<h1>v69.4.0</h1>
<h2>Features</h2>
<ul>
<li><code>pypa/distutils#213</code><a href="https://redirect.github.com/pypa/setuptools/issues/4298">#4298</a>)</li>
</ul>
<h1>v69.3.1</h1>
<h2>Bugfixes</h2>
<ul>
<li>Remove attempt to canonicalize the version. It's already canonical enough. (<a href="https://redirect.github.com/pypa/setuptools/issues/4302">#4302</a>)</li>
</ul>
<p>v69.3.0</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pypa/setuptools/commit/ff58075cdf3459ecdf73486d2a83cecdd70c7e4a"><code>ff58075</code></a> Bump version: 69.5.0 → 69.5.1</li>
<li><a href="https://github.com/pypa/setuptools/commit/d46727f0f27667aa0d7030ad0998716d43ca7356"><code>d46727f</code></a> Merge tag 'v69.4.2' into main.</li>
<li><a href="https://github.com/pypa/setuptools/commit/5de8e14572713629991f3097e3c3bc197a8d4890"><code>5de8e14</code></a> Bump version: 69.4.1 → 69.4.2</li>
<li><a href="https://github.com/pypa/setuptools/commit/f07b037161c9640e4518c5f71e78af49a478d5b2"><code>f07b037</code></a> Add news fragment.</li>
<li><a href="https://github.com/pypa/setuptools/commit/608de82659a3069b5f9dfb38c4eafe9f57d567c0"><code>608de82</code></a> Merge <a href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a> into v69.4.1</li>
<li><a href="https://github.com/pypa/setuptools/commit/e5e3cc102a19eeb1e04f82b12d40550e31998df9"><code>e5e3cc1</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/247">#247</a> from pypa/hotfix/246-linker-args-list</li>
<li><a href="https://github.com/pypa/setuptools/commit/ef297f26182823d54acfe3719416aa2661706b29"><code>ef297f2</code></a> Extend the retention of the compatibility.</li>
<li><a href="https://github.com/pypa/setuptools/commit/98eee7f74c93fb84226d18f370f883956e644619"><code>98eee7f</code></a> Exclude compat package from coverage.</li>
<li><a href="https://github.com/pypa/setuptools/commit/d2581bf30b6cfaa64f8b570b368a6f4ed5a710ff"><code>d2581bf</code></a> Add 'consolidate_linker_args' wrapper to protect the old behavior for now.</li>
<li><a href="https://github.com/pypa/setuptools/commit/a04913a51327c64f807e85119fd750485bbceb0a"><code>a04913a</code></a> Add type declaration for runtime_library_dir_option, making explicit the diff...</li>
<li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v69.2.0...v69.5.1">compare view</a></li>
</ul>
</details>
<br />

Updates `zope-interface` from 6.2 to 6.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst">zope-interface's changelog</a>.</em></p>
<blockquote>
<h1>6.3 (2024-04-12)</h1>
<ul>
<li>Add preliminary support for Python 3.13 as of 3.13a6.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/zopefoundation/zope.interface/commit/04039c358b54d830d2a9cb5458458f61c626eb35"><code>04039c3</code></a> - prepare release 6.3</li>
<li><a href="https://github.com/zopefoundation/zope.interface/commit/57c073f52eee3ef73c9a468b14663d5be0310843"><code>57c073f</code></a> Merge pull request <a href="https://redirect.github.com/zopefoundation/zope.interface/issues/290">#290</a> from zopefoundation/fix-289__static_attributes__</li>
<li><a href="https://github.com/zopefoundation/zope.interface/commit/0081260bd55c25847d8cf6aac929fc80f4f58fd3"><code>0081260</code></a> Ignore <code>__static_attributes__</code> added in Python 3.13a6.</li>
<li><a href="https://github.com/zopefoundation/zope.interface/commit/81c58f4b73f84c5475f1a80370322a708b147dbe"><code>81c58f4</code></a> Back to development: 6.3</li>
<li>See full diff in <a href="https://github.com/zopefoundation/zope.interface/compare/6.2...6.3">compare view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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


</details>

Bumps the general group with 4 updates: [matplotlib-inline](https://github.com/ipython/matplotlib-inline), [pyinstaller](https://github.com/pyinstaller/pyinstaller), [setuptools](https://github.com/pypa/setuptools) and [zope-interface](https://github.com/zopefoundation/zope.interface).


Updates `matplotlib-inline` from 0.1.6 to 0.1.7
- [Commits](ipython/matplotlib-inline@0.1.6...0.1.7)

Updates `pyinstaller` from 6.5.0 to 6.6.0
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v6.5.0...v6.6.0)

Updates `setuptools` from 69.2.0 to 69.5.1
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v69.2.0...v69.5.1)

Updates `zope-interface` from 6.2 to 6.3
- [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst)
- [Commits](zopefoundation/zope.interface@6.2...6.3)

---
updated-dependencies:
- dependency-name: matplotlib-inline
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general
- dependency-name: pyinstaller
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: general
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: general
- dependency-name: zope-interface
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: general
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 30, 2024
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
pip/matplotlib-inline 0.1.7 🟢 5.2
Details
CheckScoreReason
Code-Review🟢 4Found 8/20 approved changesets -- score normalized to 4
Maintained🟢 44 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 4
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Packaging⚠️ -1packaging workflow not detected
Security-Policy🟢 9security policy file detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts🟢 10no binaries found in the repo
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
pip/pyinstaller 6.6.0 🟢 4.8
Details
CheckScoreReason
Code-Review🟢 9Found 12/13 approved changesets -- score normalized to 9
Maintained🟢 1030 commit(s) and 28 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 9license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 10security policy file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts⚠️ 0binaries present in source code
Fuzzing⚠️ 0project is not fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Vulnerabilities🟢 46 existing vulnerabilities detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
pip/setuptools 69.5.1 🟢 6.3
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 7Found 3/4 approved changesets -- score normalized to 7
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 10security policy file detected
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts⚠️ 0binaries present in source code
Vulnerabilities🟢 100 existing vulnerabilities detected
Fuzzing🟢 10project is fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
pip/zope.interface 6.3 🟢 6.2
Details
CheckScoreReason
Code-Review🟢 4Found 10/25 approved changesets -- score normalized to 4
Maintained🟢 1010 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 9license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
Security-Policy🟢 10security policy file detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Packaging🟢 10packaging workflow detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
pip/matplotlib-inline 0.1.6 🟢 5.2
Details
CheckScoreReason
Code-Review🟢 4Found 8/20 approved changesets -- score normalized to 4
Maintained🟢 44 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 4
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Packaging⚠️ -1packaging workflow not detected
Security-Policy🟢 9security policy file detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts🟢 10no binaries found in the repo
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
pip/pyinstaller 6.5.0 🟢 4.8
Details
CheckScoreReason
Code-Review🟢 9Found 12/13 approved changesets -- score normalized to 9
Maintained🟢 1030 commit(s) and 28 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 9license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 10security policy file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts⚠️ 0binaries present in source code
Fuzzing⚠️ 0project is not fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Vulnerabilities🟢 46 existing vulnerabilities detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
pip/setuptools 69.2.0 🟢 6.3
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 7Found 3/4 approved changesets -- score normalized to 7
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 10security policy file detected
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts⚠️ 0binaries present in source code
Vulnerabilities🟢 100 existing vulnerabilities detected
Fuzzing🟢 10project is fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
pip/zope.interface 6.2 🟢 6.2
Details
CheckScoreReason
Code-Review🟢 4Found 10/25 approved changesets -- score normalized to 4
Maintained🟢 1010 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 9license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
Security-Policy🟢 10security policy file detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Packaging🟢 10packaging workflow detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0

Scanned Manifest Files

requirements.txt

@Nick2bad4u Nick2bad4u merged commit 4b81ae0 into main Apr 30, 2024
13 of 14 checks passed
@Nick2bad4u Nick2bad4u deleted the dependabot/pip/general-62a8b1fee5 branch April 30, 2024 15:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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