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

build(deps): bump pytest from 8.2.0 to 8.2.2 #987

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2024

Bumps pytest from 8.2.0 to 8.2.2.

Release notes

Sourced from pytest's releases.

8.2.2

pytest 8.2.2 (2024-06-04)

Bug Fixes

  • #12355: Fix possible catastrophic performance slowdown on a certain parametrization pattern involving many higher-scoped parameters.
  • #12367: Fix a regression in pytest 8.2.0 where unittest class instances (a fresh one is created for each test) were not released promptly on test teardown but only on session teardown.
  • #12381: Fix possible "Directory not empty" crashes arising from concurent cache dir (.pytest_cache) creation. Regressed in pytest 8.2.0.

Improved Documentation

  • #12290: Updated Sphinx theme to use Furo instead of Flask, enabling Dark mode theme.
  • #12356: Added a subsection to the documentation for debugging flaky tests to mention lack of thread safety in pytest as a possible source of flakyness.
  • #12363: The documentation webpages now links to a canonical version to reduce outdated documentation in search engine results.

8.2.1

pytest 8.2.1 (2024-05-19)

Improvements

  • #12334: Support for Python 3.13 (beta1 at the time of writing).

Bug Fixes

  • #12120: Fix [PermissionError]{.title-ref} crashes arising from directories which are not selected on the command-line.
  • #12191: Keyboard interrupts and system exits are now properly handled during the test collection.
  • #12300: Fixed handling of 'Function not implemented' error under squashfuse_ll, which is a different way to say that the mountpoint is read-only.
  • #12308: Fix a regression in pytest 8.2.0 where the permissions of automatically-created .pytest_cache directories became rwx------ instead of the expected rwxr-xr-x.

Trivial/Internal Changes

  • #12333: pytest releases are now attested using the recent Artifact Attestation support from GitHub, allowing users to verify the provenance of pytest's sdist and wheel artifacts.
Commits
  • 329d371 Prepare release version 8.2.2
  • 214d098 Merge pull request #12414 from bluetech/backport-12409
  • 153a436 [8.2.x] fixtures: fix catastrophic performance problem in reorder_items
  • b41d5a5 Merge pull request #12412 from pytest-dev/backport-12408-to-8.2.x
  • 9bb73d7 [8.2.x] cacheprovider: fix "Directory not empty" crash from cache directory c...
  • 4569a01 [8.2.x] doc: Update trainings/events (#12402)
  • 1d103e5 [8.2.x] Clarify pytest_ignore_collect docs (#12386)
  • 240a252 [8.2.x] Add html_baseurl to sphinx conf.py (#12372)
  • a5ee3c4 Merge pull request #12370 from pytest-dev/backport-12368-to-8.2.x
  • f7358ae [8.2.x] unittest: fix class instances no longer released on test teardown sin...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.0...8.2.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 7, 2024
@MasterSkepticista
Copy link
Collaborator

Ready to merge.

@psfoley psfoley merged commit 05ad3c0 into develop Jul 9, 2024
21 of 26 checks passed
@psfoley psfoley deleted the dependabot/pip/pytest-8.2.2 branch July 9, 2024 22:10
porteratzo pushed a commit that referenced this pull request Aug 2, 2024
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.0...8.2.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: porteratzo <[email protected]>
psfoley added a commit that referenced this pull request Aug 10, 2024
* build(deps): bump pytest-mock from 3.10.0 to 3.14.0

Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.10.0 to 3.14.0.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.10.0...v3.14.0)

---
updated-dependencies:
- dependency-name: pytest-mock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: porteratzo <[email protected]>

* build(deps-dev): update grpcio-tools requirement (#986)

Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.56.2...v1.64.1)

---
updated-dependencies:
- dependency-name: grpcio-tools
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: porteratzo <[email protected]>

* build(deps): bump pytest from 8.2.0 to 8.2.2 (#987)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.0...8.2.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: porteratzo <[email protected]>

* fix the installtion doc

Signed-off-by: myan <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* correct all

Signed-off-by: myan <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated sphinx config for API doc and added Index

Signed-off-by: porteratzo <[email protected]>

* Updated aggregator api documentation

Signed-off-by: porteratzo <[email protected]>

* Updated assigner api documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated collaborator api documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated director api documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated director api documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated envoy api documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Fix typos and remove comments on rst file

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added cryptography module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added TensorDB module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added native module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added Experimental module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added Federated module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added interface module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added pipelines module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added plugins module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added protocols module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added transport module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added utilities module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated component module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated cryptography module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated databases module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated native module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated modules configuration for docstrings API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update conflict files for merge

Signed-off-by: porteratzo <[email protected]>

* Updated different files for docstrings API documentation

Signed-off-by: porteratzo <[email protected]>

* Fixed problem of path for documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Moved the location of Indices and tables

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update aggregator docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update aggregator docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update assigner functions docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update component module functions docstrings for fix lint warnings

Signed-off-by: porteratzo <[email protected]>

* Update component imports docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update cryptography functions docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update databases functions docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update databases functions docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update databases functions docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update experimental functions docstring for fix lint warnings

Signed-off-by: porteratzo <[email protected]>

* Update transport functions docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update tensor_db file for avoid lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update federated functions docstring for fix lint flake8 warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update interface functions docstring for fix lint flake8 warnings

Signed-off-by: porteratzo <[email protected]>

* Update native functions docstring for fix lint flake8 warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update pipeline functions docstring for fix lint flake8 warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update plugin functions docstring for fix lint flake8 warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update protocols functions docstring for fix lint flake8 warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update utilities functions docstring for fix lint flake8 warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update minor files docstring for fix lint flake8 warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Convert relative imports to absolute

Signed-off-by: Shah, Karan <[email protected]>
Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update different functions docstring for fix lint warnings

Signed-off-by: porteratzo <[email protected]>

* Files updated to comply with flake8 format

Signed-off-by: porteratzo <[email protected]>

* Files updated to comply with flake8 format

Signed-off-by: porteratzo <[email protected]>

* Files updated to comply with more flake8 format

Signed-off-by: porteratzo <[email protected]>

* Revert __init__.py files to fix doc rendering

Signed-off-by: Patrick Foley <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Removed all functionality changes

Signed-off-by: porteratzo <[email protected]>

* Removed changes on imports

Signed-off-by: porteratzo <[email protected]>

* [Fix] Update requirement.txt to install latest torch version in torch workspaces (#1000)

* remove unused pt_cnn.py from torch_cnn_histology

Signed-off-by: kta-intel <[email protected]>

* update validate to validate_task in unet_kvasir plan.yaml

Signed-off-by: kta-intel <[email protected]>

* update package versions

Signed-off-by: kta-intel <[email protected]>

---------

Signed-off-by: kta-intel <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* lint fixes

Signed-off-by: porteratzo <[email protected]>

* lint fixes

Signed-off-by: porteratzo <[email protected]>

* Update assigner.py

Signed-off-by: porteratzo <[email protected]>

* build(deps): bump pytest from 8.2.2 to 8.3.2 (#1014)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: porteratzo <[email protected]>

* revert again

Signed-off-by: porteratzo <[email protected]>

* undo lint eddit

Signed-off-by: porteratzo <[email protected]>

* undo lint edits

Signed-off-by: porteratzo <[email protected]>

* undo reqs

Signed-off-by: porteratzo <[email protected]>

* rerun tests

Signed-off-by: porteratzo <[email protected]>

* lintfix

Signed-off-by: porteratzo <[email protected]>

* rerun tests

Signed-off-by: porteratzo <[email protected]>

---------

Signed-off-by: porteratzo <[email protected]>
Signed-off-by: myan <[email protected]>
Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: Shah, Karan <[email protected]>
Signed-off-by: Patrick Foley <[email protected]>
Signed-off-by: kta-intel <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: myan <[email protected]>
Co-authored-by: Shah, Karan <[email protected]>
Co-authored-by: Patrick Foley <[email protected]>
Co-authored-by: Kevin Ta <[email protected]>
Co-authored-by: porteratzo <[email protected]>
Co-authored-by: porteratzo <[email protected]>
MasterSkepticista added a commit that referenced this pull request Aug 12, 2024
* Added functionality files for docstring API documentation

Signed-off-by: Manuel Santana <[email protected]>

* Fix federated rendering for docstrings

Signed-off-by: Manuel Santana <[email protected]>

* [Fix] Update requirement.txt to install latest torch version in torch workspaces (#1000)

* remove unused pt_cnn.py from torch_cnn_histology

Signed-off-by: kta-intel <[email protected]>

* update validate to validate_task in unet_kvasir plan.yaml

Signed-off-by: kta-intel <[email protected]>

* update package versions

Signed-off-by: kta-intel <[email protected]>

---------

Signed-off-by: kta-intel <[email protected]>
Signed-off-by: Manuel Santana <[email protected]>

* option to autodoc all imported files

Signed-off-by: porteratzo <[email protected]>

* rerun tests

Signed-off-by: porteratzo <[email protected]>

* Enable TLS by default (#1012)

* Enable TLS by default

Signed-off-by: Shah, Karan <[email protected]>

* Spurious package removal in dockerfile

Signed-off-by: Shah, Karan <[email protected]>

* Fetch fqdn via openfl util func

Signed-off-by: Shah, Karan <[email protected]>

* [WIP] Set localhost fqdn for github actions

Signed-off-by: Shah, Karan <[email protected]>

* formatting break from PR #1008 fixed

Signed-off-by: Shah, Karan <[email protected]>

* Set localhost fqdn for impacted tests

Signed-off-by: Shah, Karan <[email protected]>

* localhost fqdn for dockerization test

Signed-off-by: Shah, Karan <[email protected]>

---------

Signed-off-by: Shah, Karan <[email protected]>

* build(deps): update pyzmq requirement from <=26.0.3 to <=26.1.0 (#1020)

Updates the requirements on [pyzmq](https://github.com/zeromq/pyzmq) to permit the latest version.
- [Release notes](https://github.com/zeromq/pyzmq/releases)
- [Commits](zeromq/pyzmq@v2.0.7...v26.1.0)

---
updated-dependencies:
- dependency-name: pyzmq
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump torch from 1.13.1 to 2.2.0 in /tests/github/experimental/workspace/testcase_private_attributes_initialization_with_both_options (#1019)

* build(deps): bump torch

Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.2.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v1.13.1...v2.2.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* upgrade torch and torchvision

Signed-off-by: kta-intel <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: kta-intel <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kta-intel <[email protected]>

* build(deps): bump pytest-asyncio from 0.23.7 to 0.23.8 (#1006)

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.7 to 0.23.8.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.23.7...v0.23.8)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* rerun tests

Signed-off-by: porteratzo <[email protected]>

* build(deps): bump dynaconf from 3.2.5 to 3.2.6 (#1022)

Bumps [dynaconf](https://github.com/dynaconf/dynaconf) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/dynaconf/dynaconf/releases)
- [Changelog](https://github.com/dynaconf/dynaconf/blob/3.2.6/CHANGELOG.md)
- [Commits](dynaconf/dynaconf@3.2.5...3.2.6)

---
updated-dependencies:
- dependency-name: dynaconf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps-dev): update grpcio-tools requirement (#1007)

Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.56.2...v1.65.1)

---
updated-dependencies:
- dependency-name: grpcio-tools
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update torch from 1.13.1 to 2.3.1 (and dependent packages) in existing tutorials and workspaces (#1024)

* upgrade torch and torchvision in github tests

Signed-off-by: kta-intel <[email protected]>

* update torch==2.3.1 and torchvision==0.18.1 in experimental workspace

Signed-off-by: kta-intel <[email protected]>

* bump torch==2.3.1 torchvision==0.18.1 in interactive_api tutorials

Signed-off-by: kta-intel <[email protected]>

* update torch=2.3.1 torchvision 0.18.1

Signed-off-by: kta-intel <[email protected]>

* bump torch=2.3.1 torchvision=0.18.1 for workflow api tutorials

Signed-off-by: kta-intel <[email protected]>

---------

Signed-off-by: kta-intel <[email protected]>

* bump torch==2.3.1, torchvision==0.18.1 (#1025)

Signed-off-by: kta-intel <[email protected]>

* Resolve coverity scan 441135 `bad use of null-like value` in openfl/experimental/runtime/local_runtime.py (#1026)

* resolve coverity scan: bad use of null-like value

Signed-off-by: kta-intel <[email protected]>

* style reformat

Signed-off-by: kta-intel <[email protected]>

---------

Signed-off-by: kta-intel <[email protected]>

* Update Docstrings api for documentation (issue #893) (#1003)

* build(deps): bump pytest-mock from 3.10.0 to 3.14.0

Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.10.0 to 3.14.0.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.10.0...v3.14.0)

---
updated-dependencies:
- dependency-name: pytest-mock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: porteratzo <[email protected]>

* build(deps-dev): update grpcio-tools requirement (#986)

Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.56.2...v1.64.1)

---
updated-dependencies:
- dependency-name: grpcio-tools
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: porteratzo <[email protected]>

* build(deps): bump pytest from 8.2.0 to 8.2.2 (#987)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.0...8.2.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: porteratzo <[email protected]>

* fix the installtion doc

Signed-off-by: myan <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* correct all

Signed-off-by: myan <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated sphinx config for API doc and added Index

Signed-off-by: porteratzo <[email protected]>

* Updated aggregator api documentation

Signed-off-by: porteratzo <[email protected]>

* Updated assigner api documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated collaborator api documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated director api documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated director api documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated envoy api documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Fix typos and remove comments on rst file

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added cryptography module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added TensorDB module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added native module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added Experimental module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added Federated module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added interface module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added pipelines module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added plugins module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added protocols module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added transport module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Added utilities module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated component module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated cryptography module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated databases module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated native module docstrings for API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Updated modules configuration for docstrings API documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update conflict files for merge

Signed-off-by: porteratzo <[email protected]>

* Updated different files for docstrings API documentation

Signed-off-by: porteratzo <[email protected]>

* Fixed problem of path for documentation

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Moved the location of Indices and tables

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update aggregator docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update aggregator docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update assigner functions docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update component module functions docstrings for fix lint warnings

Signed-off-by: porteratzo <[email protected]>

* Update component imports docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update cryptography functions docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update databases functions docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update databases functions docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update databases functions docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update experimental functions docstring for fix lint warnings

Signed-off-by: porteratzo <[email protected]>

* Update transport functions docstring for fix lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update tensor_db file for avoid lint warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update federated functions docstring for fix lint flake8 warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update interface functions docstring for fix lint flake8 warnings

Signed-off-by: porteratzo <[email protected]>

* Update native functions docstring for fix lint flake8 warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update pipeline functions docstring for fix lint flake8 warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update plugin functions docstring for fix lint flake8 warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update protocols functions docstring for fix lint flake8 warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update utilities functions docstring for fix lint flake8 warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update minor files docstring for fix lint flake8 warnings

Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Convert relative imports to absolute

Signed-off-by: Shah, Karan <[email protected]>
Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Update different functions docstring for fix lint warnings

Signed-off-by: porteratzo <[email protected]>

* Files updated to comply with flake8 format

Signed-off-by: porteratzo <[email protected]>

* Files updated to comply with flake8 format

Signed-off-by: porteratzo <[email protected]>

* Files updated to comply with more flake8 format

Signed-off-by: porteratzo <[email protected]>

* Revert __init__.py files to fix doc rendering

Signed-off-by: Patrick Foley <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* Removed all functionality changes

Signed-off-by: porteratzo <[email protected]>

* Removed changes on imports

Signed-off-by: porteratzo <[email protected]>

* [Fix] Update requirement.txt to install latest torch version in torch workspaces (#1000)

* remove unused pt_cnn.py from torch_cnn_histology

Signed-off-by: kta-intel <[email protected]>

* update validate to validate_task in unet_kvasir plan.yaml

Signed-off-by: kta-intel <[email protected]>

* update package versions

Signed-off-by: kta-intel <[email protected]>

---------

Signed-off-by: kta-intel <[email protected]>
Signed-off-by: porteratzo <[email protected]>

* lint fixes

Signed-off-by: porteratzo <[email protected]>

* lint fixes

Signed-off-by: porteratzo <[email protected]>

* Update assigner.py

Signed-off-by: porteratzo <[email protected]>

* build(deps): bump pytest from 8.2.2 to 8.3.2 (#1014)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: porteratzo <[email protected]>

* revert again

Signed-off-by: porteratzo <[email protected]>

* undo lint eddit

Signed-off-by: porteratzo <[email protected]>

* undo lint edits

Signed-off-by: porteratzo <[email protected]>

* undo reqs

Signed-off-by: porteratzo <[email protected]>

* rerun tests

Signed-off-by: porteratzo <[email protected]>

* lintfix

Signed-off-by: porteratzo <[email protected]>

* rerun tests

Signed-off-by: porteratzo <[email protected]>

---------

Signed-off-by: porteratzo <[email protected]>
Signed-off-by: myan <[email protected]>
Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: Shah, Karan <[email protected]>
Signed-off-by: Patrick Foley <[email protected]>
Signed-off-by: kta-intel <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: myan <[email protected]>
Co-authored-by: Shah, Karan <[email protected]>
Co-authored-by: Patrick Foley <[email protected]>
Co-authored-by: Kevin Ta <[email protected]>
Co-authored-by: porteratzo <[email protected]>
Co-authored-by: porteratzo <[email protected]>

* Added functionality files for docstring API documentation

Signed-off-by: Manuel Santana <[email protected]>

* Fix federated rendering for docstrings

Signed-off-by: Manuel Santana <[email protected]>

* option to autodoc all imported files

Signed-off-by: porteratzo <[email protected]>

* rerun tests

Signed-off-by: porteratzo <[email protected]>

* rerun tests

Signed-off-by: porteratzo <[email protected]>

* Pytest FQDN fix

Signed-off-by: Shah, Karan <[email protected]>

* Run formatter

Signed-off-by: Shah, Karan <[email protected]>

---------

Signed-off-by: Manuel Santana <[email protected]>
Signed-off-by: kta-intel <[email protected]>
Signed-off-by: porteratzo <[email protected]>
Signed-off-by: Shah, Karan <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: myan <[email protected]>
Signed-off-by: manuelhsantana <[email protected]>
Signed-off-by: Patrick Foley <[email protected]>
Co-authored-by: Kevin Ta <[email protected]>
Co-authored-by: Patrick Foley <[email protected]>
Co-authored-by: porteratzo <[email protected]>
Co-authored-by: Karan Shah <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kta-intel <[email protected]>
Co-authored-by: myan <[email protected]>
Co-authored-by: Patrick Foley <[email protected]>
Co-authored-by: porteratzo <[email protected]>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants