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

build(deps): bump the general group across 1 directory with 5 updates #270

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2024

Bumps the general group with 5 updates in the / directory:

Package From To
auto-py-to-exe 2.44.2 2.44.4
deprecated 1.2.14 1.2.15
setuptools 75.5.0 75.6.0
tornado 6.4.1 6.4.2
wrapt 1.16.0 1.17.0

Updates auto-py-to-exe from 2.44.2 to 2.44.4

Release notes

Sourced from auto-py-to-exe's releases.

v2.44.4

🏠 Internal


🌐 auto-py-to-exe 2.44.4 on PyPI v2.44.3 ➡️ v2.44.4 changes

v2.44.3

🐛 Bug Fixes


🌐 auto-py-to-exe 2.44.3 on PyPI v2.44.2 ➡️ v2.44.3 changes

This GitHub release does not have a .whl asset as the pipeline failed at the end - we'll get it next time!

Changelog

Sourced from auto-py-to-exe's changelog.

2.44.4

🏠 Internal

2.44.3

🐛 Bug Fixes

Commits
  • 4227b7e Bump to 2.44.4
  • 453cffa Remove temporary fix now that Eel has fixed its missing dependency
  • 17c2dd7 Use Python 3.12 to publish
  • b96fbfe Fix missing permission to create release
  • 7ec4e9c Add missing permissions to publish job
  • 7542e95 Bump to 2.44.3
  • cc14849 Add typing-extensions dependency to fix Eel
  • c7dc96d Setup PyPI trusted publisher
  • f37ff96 Correct heading in README
  • 4b49248 Add examples with configurations
  • See full diff in compare view

Updates deprecated from 1.2.14 to 1.2.15

Release notes

Sourced from deprecated's releases.

v1.2.15

What's Changed

New Contributors

Full Changelog: laurent-laporte-pro/deprecated@v1.2.14...v1.2.15

Changelog

Sourced from deprecated's changelog.

v1.2.15 (2024-11-15)

Bug fix release

Fix

  • Resolve Python 2.7 support issue introduced in v1.2.14 in sphinx.py.

  • Fix #69: Add extra_stacklevel argument for interoperating with other wrapper functions (refer to #68 for a concrete use case).

  • Fix #73: Update class method deprecation warnings for Python 3.13.

  • Fix #75: Update GitHub workflows and fix development dependencies for Python 3.12.

Other

  • Fix #66: discontinue TravisCI and AppVeyor due to end of free support.
Commits
  • 7773ef0 v1.2.15 (#76)
  • e2f3c28 docs: replace "tantale" by "laurent-laporte-pro" in documentation and links
  • a3cb1c3 Prepare next version 1.2.15 (2024-11-15)
  • c9802b4 docs: change the author email in project metadata
  • d138376 build: fix configuration of bumpversion
  • aad0009 build: discontinue AppVeyor due to end of free support (related to #67)
  • cca21ac chore: update of the .gitignore file to comply with modern standards
  • 1fc5c34 docs: update change log for #75
  • abcb4e9 ci: update GitHub workflows and fix development dependencies for Python 3.12 ...
  • d87ab55 Don't test EOL Python 3.7 on macOS
  • Additional commits viewable in compare view

Updates setuptools from 75.5.0 to 75.6.0

Changelog

Sourced from setuptools's changelog.

v75.6.0

Features

  • Preserve original PKG-INFO into METADATA when creating wheel (instead of calling wheel.metadata.pkginfo_to_metadata). This helps to be more compliant with the flow specified in PEP 517. (#4701)
  • Changed the WindowsSdkVersion, FrameworkVersion32 and FrameworkVersion64 properties of setuptools.msvc.PlatformInfo to return an empty tuple instead of None as a fallthrough case -- by :user:Avasam (#4754)
Commits
  • bf2ced2 Bump version: 75.5.0 → 75.6.0
  • 8685c80 Empty tuple instead of None for PlatformInfo version properties fallthrough (...
  • 50d671b Rename news fragment
  • 2b471c2 Changed the WindowsSdkVersion, FrameworkVersion32 and ``FrameworkVers...
  • 2c77cd2 Runtime typing fixes for typeshed return type merge (#4753
  • 9a4c8d4 Runtime typing fixes for typeshed return type merge
  • e622859 Preserve original PKG-INFO contents when creating wheel (instead of calling...
  • 0b5b417 Mark tests that may depend on external network
  • a4fa01d Add news fragment
  • 089aca9 Ignore coverage in test code
  • Additional commits viewable in compare view

Updates tornado from 6.4.1 to 6.4.2

Changelog

Sourced from tornado's changelog.

Release notes

.. toctree:: :maxdepth: 2

releases/v6.4.2 releases/v6.4.1 releases/v6.4.0 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1 releases/v5.1.0 releases/v5.0.2 releases/v5.0.1 releases/v5.0.0 releases/v4.5.3 releases/v4.5.2 releases/v4.5.1 releases/v4.5.0 releases/v4.4.3 releases/v4.4.2 releases/v4.4.1 releases/v4.4.0 releases/v4.3.0 releases/v4.2.1 releases/v4.2.0 releases/v4.1.0 releases/v4.0.2 releases/v4.0.1 releases/v4.0.0 releases/v3.2.2 releases/v3.2.1 releases/v3.2.0 releases/v3.1.1 releases/v3.1.0 releases/v3.0.2 releases/v3.0.1 releases/v3.0.0 releases/v2.4.1 releases/v2.4.0

... (truncated)

Commits

Updates wrapt from 1.16.0 to 1.17.0

Release notes

Sourced from wrapt's releases.

wrapt-1.17.0

See the project page on the Python Package Index at https://pypi.org/project/wrapt/1.17.0/ for more information.

Changelog

Sourced from wrapt's changelog.

Version 1.17.0

Note that version 1.17.0 drops support for Python 3.6 and 3.7. Python version 3.8 or later is required.

New Features

  • Add __format__() method to ObjectProxy class to allow formatting of wrapped object.

  • Added C extension internal flag to indicate that wrapt should be safe for Python 3.13 free threading mode. Releases will include free threading variants of Python wheels. Note that as free threading is new, one should be cautious about using it in production until it has been more widely tested.

Bugs Fixed

  • When a normal function or builtin function which had wrapt.decorator or a function wrapper applied, was assigned as a class attribute, and the function attribute called via the class or an instance of the class, an additional argument was being passed, inserted as the first argument, which was the class or instance. This was not the correct behaviour and the class or instance should not have been passed as the first argument.

  • When an instance of a callable class object was wrapped which didn't not have a __get__() method for binding, and it was called in context whhere binding would be attempted, it would fail with error that __get__() did not exist when instead it should have been called directly, ignoring that binding was not possible.

  • The __round__ hook for the object proxy didn't accept ndigits argument.

Commits
  • e663d49 Merge branch 'release/1.17.0'
  • 9f4ce79 Update to version 1.17.0 for release.
  • 75f291f Update for release candidate.
  • 1a6b468 Add note about free threading wheel variants.
  • dab7fc2 Try and clear references so GC runs for tests.
  • c13dbf3 Fix up test matrix.
  • 23d3111 Attempt to add Python 3.13 no GIL tests under GitHub actions.
  • 1594889 Try enabling free threading builds.
  • 74d5547 Drop ReadTheDocs badge due to twine rendering issues.
  • c91f60c Explicitly specify name of README file so twine works.
  • Additional commits viewable in compare view

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 general group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [auto-py-to-exe](https://github.com/brentvollebregt/auto-py-to-exe) | `2.44.2` | `2.44.4` |
| [deprecated](https://github.com/laurent-laporte-pro/deprecated) | `1.2.14` | `1.2.15` |
| [setuptools](https://github.com/pypa/setuptools) | `75.5.0` | `75.6.0` |
| [tornado](https://github.com/tornadoweb/tornado) | `6.4.1` | `6.4.2` |
| [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.16.0` | `1.17.0` |



Updates `auto-py-to-exe` from 2.44.2 to 2.44.4
- [Release notes](https://github.com/brentvollebregt/auto-py-to-exe/releases)
- [Changelog](https://github.com/brentvollebregt/auto-py-to-exe/blob/master/CHANGELOG.md)
- [Commits](brentvollebregt/auto-py-to-exe@v2.44.2...v2.44.4)

Updates `deprecated` from 1.2.14 to 1.2.15
- [Release notes](https://github.com/laurent-laporte-pro/deprecated/releases)
- [Changelog](https://github.com/laurent-laporte-pro/deprecated/blob/master/CHANGELOG.rst)
- [Commits](laurent-laporte-pro/deprecated@v1.2.14...v1.2.15)

Updates `setuptools` from 75.5.0 to 75.6.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.5.0...v75.6.0)

Updates `tornado` from 6.4.1 to 6.4.2
- [Changelog](https://github.com/tornadoweb/tornado/blob/v6.4.2/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.4.1...v6.4.2)

Updates `wrapt` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases)
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst)
- [Commits](GrahamDumpleton/wrapt@1.16.0...1.17.0)

---
updated-dependencies:
- dependency-name: auto-py-to-exe
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general
- dependency-name: deprecated
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: general
- dependency-name: tornado
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general
- dependency-name: wrapt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: general
...

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 Nov 22, 2024
Copy link

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

requirements.txt

PackageVersionLicenseIssue Type
Deprecated1.2.15NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
pip/Deprecated 1.2.15 UnknownUnknown
pip/auto-py-to-exe 2.44.4 🟢 4.2
Details
CheckScoreReason
Binary-Artifacts🟢 10no binaries found in the repo
Code-Review⚠️ 1Found 3/30 approved changesets -- score normalized to 1
Maintained🟢 95 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 9
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Packaging🟢 10packaging workflow detected
Vulnerabilities🟢 91 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
pip/setuptools 75.6.0 🟢 5.1
Details
CheckScoreReason
Code-Review⚠️ 2Found 3/11 approved changesets -- score normalized to 2
Maintained🟢 1030 commit(s) and 1 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🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 10security policy file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts⚠️ 2binaries present in source code
Vulnerabilities🟢 100 existing vulnerabilities detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing🟢 10project is fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
pip/tornado 6.4.2 🟢 6
Details
CheckScoreReason
Code-Review⚠️ 2Found 2/9 approved changesets -- score normalized to 2
Maintained🟢 1014 commit(s) and 7 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🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Security-Policy🟢 10security 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
Fuzzing⚠️ 0project is not fuzzed
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Packaging🟢 10packaging workflow detected
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
pip/wrapt 1.17.0 🟢 4.4
Details
CheckScoreReason
Maintained🟢 1028 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10
Code-Review⚠️ 0Found 1/26 approved changesets -- score normalized to 0
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Vulnerabilities🟢 100 existing vulnerabilities detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • requirements.txt

Copy link

sonarcloud bot commented Nov 22, 2024

@Nick2bad4u Nick2bad4u merged commit 7ba57ee into main Nov 23, 2024
46 checks passed
@dependabot dependabot bot deleted the dependabot/pip/general-f1c3d7fee4 branch November 23, 2024 17:11
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