uwrobotics / MarsRoverFirmware

Firmware for the University of Waterloo Rover Team URC Mars Rover
22 stars 57 forks source link

Bump py-actions/py-dependency-install from 3 to 4 #446

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps py-actions/py-dependency-install from 3 to 4.

Release notes

Sourced from py-actions/py-dependency-install's releases.

v4

No release notes provided.

v4.0.0

CHANGELOG.md is available in the root of the repository


What's Changed

... (truncated)

Changelog

Sourced from py-actions/py-dependency-install's changelog.

Changelog

v4.0.0

  • update the GitHub Action to use node 16 environment from node 12 environment (addresses GitHub Actions node 12 deprecation warnings)
  • add cPython 3.11.x interpreter support
  • drop cPython 3.7.x interpreter support (may work, no longer tested)
  • update CodeQL configuration
  • dependency updates

v3.0.0

  • add cPython 3.10.x interpreter support
  • drop cPython 3.6.x interpreter support
  • remove pypy3 interpreter CI tests (appears to be a bug in the actions/setup-python pypy3 install pipeline at the moment)
  • update eslint-plugin-import to ^2.25.3
  • update eslint-plugin-jsx-a11y to ^6.5.1
  • update eslint-plugin-prettier to ^3.4.1
  • update eslint-plugin-promise to ^4.3.1
  • update eslint-plugin-react to ^7.27.1
  • update jest to ^27.4.5

v2.1.0

  • add cPython 3.9 interpreter CI testing
  • add daily cron schedule CI testing
  • update @​actions/core dependency to v1.2.6
  • update @​zeit/ncc dependency to v0.22.3
  • update eslint-config-airbnb-base dependency to v14.2.1
  • update eslint-plugin-import dependency to v2.22.1
  • update eslint-plugin-jsx-a11y dependency to v6.4.1
  • update eslint-plugin-prettier dependency to v3.1.4
  • update eslint-plugin-react dependency to v7.21.5
  • update jest dependency to v26.6.3

v2.0.2

  • add Quick Start section at the front of the docs
  • expand documentation examples
  • fix documentation of defaults in Action yaml file
  • add cross-platform CI testing

v2.0.1

  • expand documentation with examples of non-default requirements.txt file paths and optional install toggle definitions in the Action configuration

v2.0.0

  • install/upgrade wheel by default (with option to toggle off)
  • install/upgrade setuptools by default (with option to toggle off)

... (truncated)

Commits
  • 9c419aa [README.md] updates for v4.0.0
  • 845eb6b [CHANGELOG.md] v4.0.0
  • 1295787 Merge pull request #193 from py-actions/dependency-updates
  • 2c36d3f Merge pull request #194 from py-actions/chrissimpkins-patch-1
  • 71dd8b7 Add codeql.yml
  • b748a9a bump GHA dependency versions, update to node 16 env
  • 63ac438 remove old CodeQL config
  • e083742 [action.yml] bump to node 16
  • 446fd4f update dist source
  • 908fcfe bump package dependencies
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)