Skip to content

ci(dependabot): bump actions/setup-python from 2 to 4#6201

Merged
brisvag merged 1 commit intomainfrom
dependabot/github_actions/actions/setup-python-4
Sep 26, 2023
Merged

ci(dependabot): bump actions/setup-python from 2 to 4#6201
brisvag merged 1 commit intomainfrom
dependabot/github_actions/actions/setup-python-4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 1, 2023

Bumps actions/setup-python from 2 to 4.

Release notes

Sourced from actions/setup-python's releases.

v4.0.0

What's Changed

  • Support for python-version-file input: #336

Example of usage:

- uses: actions/setup-python@v4
  with:
    python-version-file: '.python-version' # Read python version from a file
- run: python my_script.py

There is no default python version for this setup-python major version, the action requires to specify either python-version input or python-version-file input. If the python-version input is not specified the action will try to read required version from file from python-version-file input.

  • Use pypyX.Y for PyPy python-version input: #349

Example of usage:

- uses: actions/setup-python@v4
  with:
    python-version: 'pypy3.9' # pypy-X.Y kept for backward compatibility
- run: python my_script.py
  • RUNNER_TOOL_CACHE environment variable is equal AGENT_TOOLSDIRECTORY: #338

  • Bugfix: create missing pypyX.Y symlinks: #347

  • PKG_CONFIG_PATH environment variable: #400

  • Added python-path output: #405 python-path output contains Python executable path.

  • Updated zeit/ncc to vercel/ncc package: #393

  • Bugfix: fixed output for prerelease version of poetry: #409

  • Made pythonLocation environment variable consistent for Python and PyPy: #418

  • Bugfix for 3.x-dev syntax: #417

  • Other improvements: #318 #396 #384 #387 #388

v3.1.4

What's Changed

In the scope of this patch release, the warning for deprecating Python 2.x was added in actions/setup-python#674 by @​dmitry-shibanov

For more information, check out actions/setup-python#672

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ci:github_actions Continuous integration using GitHub Actions labels Sep 1, 2023
@github-actions github-actions Bot added the task Tasks for contributors and maintainers label Sep 1, 2023
@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 1, 2023

Codecov Report

Merging #6201 (501ad15) into main (55b9a97) will increase coverage by 0.04%.
Report is 2 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #6201      +/-   ##
==========================================
+ Coverage   91.63%   91.67%   +0.04%     
==========================================
  Files         582      582              
  Lines       51079    51079              
==========================================
+ Hits        46805    46828      +23     
+ Misses       4274     4251      -23     

see 6 files with indirect coverage changes

@Carreau Carreau added the ready to merge Last chance for comments! Will be merged in ~24h label Sep 25, 2023
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/setup-python-4 branch from 501ad15 to dd71b05 Compare September 25, 2023 14:42
@Carreau Carreau added this to the 0.5.0 milestone Sep 25, 2023
@Carreau Carreau added the maintenance PR with maintance changes, label Sep 25, 2023
@brisvag brisvag merged commit 137aca9 into main Sep 26, 2023
@dependabot dependabot Bot deleted the dependabot/github_actions/actions/setup-python-4 branch September 26, 2023 11:48
@Carreau Carreau removed the ready to merge Last chance for comments! Will be merged in ~24h label Sep 26, 2023
kne42 added a commit to kne42/napari that referenced this pull request Sep 27, 2023
* main: (21 commits)
  [pre-commit.ci] pre-commit autoupdate (napari#6266)
  ENH Make `_open_preferences_dialog` return `PreferencesDialog` (napari#6269)
  Fix link to artifacts in update dependecies comment (napari#6270)
  ci(dependabot): bump docker/login-action from 2.1.0 to 3.0.0 (napari#6263)
  FIX add `changing` event to `EventedDict` (napari#6268)
  Restore 'V' keybinding for layer visibiltiy toggle (napari#6261)
  remove: napari.qt.progress (deprecated in 0.4.11) (napari#6252)
  Fix `ShapeList.outline` validations for `int`/list like argument and add a test (napari#6215)
  Fix nitpicks in `id` and `title` `Action` fields in samples menu (napari#6267)
  ci(dependabot): bump actions/checkout from 2 to 4 (napari#6264)
  ci(dependabot): bump actions/setup-python from 2 to 4 (napari#6201)
  Fix typing in _app_model (napari#6059)
  Update `app-model`, `dask`, `fsspec`, `hypothesis`, `imageio`, `ipython`, `jsonschema`, `matplotlib`, `numpy`, `pandas`, `pillow`, `psygnal`, `pytest`, `qtconsole`, `qtpy`, `rich`, `scipy`, `superqt`, `tensorstore`, `tifffile`, `virtualenv`, `xarray`, `zarr` (napari#6265)
  Fix upgrade dependencies wokflow (napari#6211)
  Type _WeakCounter (napari#6246)
  convert Color to string (napari#6243)
  Partially fix translations testing (napari#6014)
  Allow to use all ViewerModel kwargs in Viewer constructor (napari#6209)
  MAINT: Replace `assert np.all(? == ?)` with `assert_array_equal` (napari#6244)
  Fix Python 3.11 StrEnum Compatibility (napari#6242)
  ...
kne42 added a commit to kne42/napari that referenced this pull request Sep 28, 2023
* main: (21 commits)
  [pre-commit.ci] pre-commit autoupdate (napari#6266)
  ENH Make `_open_preferences_dialog` return `PreferencesDialog` (napari#6269)
  Fix link to artifacts in update dependecies comment (napari#6270)
  ci(dependabot): bump docker/login-action from 2.1.0 to 3.0.0 (napari#6263)
  FIX add `changing` event to `EventedDict` (napari#6268)
  Restore 'V' keybinding for layer visibiltiy toggle (napari#6261)
  remove: napari.qt.progress (deprecated in 0.4.11) (napari#6252)
  Fix `ShapeList.outline` validations for `int`/list like argument and add a test (napari#6215)
  Fix nitpicks in `id` and `title` `Action` fields in samples menu (napari#6267)
  ci(dependabot): bump actions/checkout from 2 to 4 (napari#6264)
  ci(dependabot): bump actions/setup-python from 2 to 4 (napari#6201)
  Fix typing in _app_model (napari#6059)
  Update `app-model`, `dask`, `fsspec`, `hypothesis`, `imageio`, `ipython`, `jsonschema`, `matplotlib`, `numpy`, `pandas`, `pillow`, `psygnal`, `pytest`, `qtconsole`, `qtpy`, `rich`, `scipy`, `superqt`, `tensorstore`, `tifffile`, `virtualenv`, `xarray`, `zarr` (napari#6265)
  Fix upgrade dependencies wokflow (napari#6211)
  Type _WeakCounter (napari#6246)
  convert Color to string (napari#6243)
  Partially fix translations testing (napari#6014)
  Allow to use all ViewerModel kwargs in Viewer constructor (napari#6209)
  MAINT: Replace `assert np.all(? == ?)` with `assert_array_equal` (napari#6244)
  Fix Python 3.11 StrEnum Compatibility (napari#6242)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:github_actions Continuous integration using GitHub Actions dependencies Pull requests that update a dependency file maintenance PR with maintance changes, task Tasks for contributors and maintainers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants