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

python-deps(deps-dev): bump the python-dependencies group with 2 updates #247

Merged
merged 2 commits into from
Jul 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Updates the requirements on pyright and ruff to permit the latest version.
Updates pyright to 1.1.371

Commits

Updates ruff to 0.5.2

Release notes

Sourced from ruff's releases.

0.5.2

Release Notes

Preview features

  • Use space separator before parenthesized expressions in comprehensions with leading comments (#12282)
  • [flake8-async] Update ASYNC100 to include anyio and asyncio (#12221)
  • [flake8-async] Update ASYNC109 to include anyio and asyncio (#12236)
  • [flake8-async] Update ASYNC110 to include anyio and asyncio (#12261)
  • [flake8-async] Update ASYNC115 to include anyio and asyncio (#12262)
  • [flake8-async] Update ASYNC116 to include anyio and asyncio (#12266)

Rule changes

  • [flake8-return] Exempt properties from explicit return rule (RET501) (#12243)
  • [numpy] Add np.NAN-to-np.nan diagnostic (#12292)
  • [refurb] Make list-reverse-copy an unsafe fix (#12303)

Server

  • Consider include and extend-include settings in native server (#12252)
  • Include nested configurations in settings reloading (#12253)

CLI

  • Omit code frames for fixes with empty ranges (#12304)
  • Warn about formatter incompatibility for D203 (#12238)

Bug fixes

  • Make cache-write failures non-fatal on Windows (#12302)
  • Treat not operations as boolean tests (#12301)
  • [flake8-bandit] Avoid S310 violations for HTTP-safe f-strings (#12305)
  • [flake8-bandit] Support explicit string concatenations in S310 HTTP detection (#12315)
  • [flake8-bandit] fix S113 false positive for httpx without timeout argument (#12213)
  • [pycodestyle] Remove "non-obvious" allowance for E721 (#12300)
  • [pyflakes] Consider with blocks as single-item branches for redefinition analysis (#12311)
  • [refurb] Restrict forwarding for newline argument in open() calls to Python versions >= 3.10 (#12244)

Documentation

  • Update help and documentation to reflect --output-format full default (#12248)

Performance

  • Use more threads when discovering Python files (#12258)

Install ruff 0.5.2

Install prebuilt binaries via shell script

... (truncated)

Changelog

Sourced from ruff's changelog.

0.5.2

Preview features

  • Use space separator before parenthesized expressions in comprehensions with leading comments (#12282)
  • [flake8-async] Update ASYNC100 to include anyio and asyncio (#12221)
  • [flake8-async] Update ASYNC109 to include anyio and asyncio (#12236)
  • [flake8-async] Update ASYNC110 to include anyio and asyncio (#12261)
  • [flake8-async] Update ASYNC115 to include anyio and asyncio (#12262)
  • [flake8-async] Update ASYNC116 to include anyio and asyncio (#12266)

Rule changes

  • [flake8-return] Exempt properties from explicit return rule (RET501) (#12243)
  • [numpy] Add np.NAN-to-np.nan diagnostic (#12292)
  • [refurb] Make list-reverse-copy an unsafe fix (#12303)

Server

  • Consider include and extend-include settings in native server (#12252)
  • Include nested configurations in settings reloading (#12253)

CLI

  • Omit code frames for fixes with empty ranges (#12304)
  • Warn about formatter incompatibility for D203 (#12238)

Bug fixes

  • Make cache-write failures non-fatal on Windows (#12302)
  • Treat not operations as boolean tests (#12301)
  • [flake8-bandit] Avoid S310 violations for HTTP-safe f-strings (#12305)
  • [flake8-bandit] Support explicit string concatenations in S310 HTTP detection (#12315)
  • [flake8-bandit] fix S113 false positive for httpx without timeout argument (#12213)
  • [pycodestyle] Remove "non-obvious" allowance for E721 (#12300)
  • [pyflakes] Consider with blocks as single-item branches for redefinition analysis (#12311)
  • [refurb] Restrict forwarding for newline argument in open() calls to Python versions >= 3.10 (#12244)

Documentation

  • Update help and documentation to reflect --output-format full default (#12248)

Performance

  • Use more threads when discovering Python files (#12258)

0.5.1

Preview features

... (truncated)

Commits
  • dc8db1a Make some amendments to the v0.5.2 changelog (#12319)
  • 18c364d [flake8-bandit] Support explicit string concatenations in S310 HTTP detecti...
  • 7a7c601 Bump version to v0.5.2 (#12316)
  • 3bfbbbc Avoid allocation when validating HTTP and HTTPS prefixes (#12313)
  • 1a3ee45 [flake8-bandit] Avoid S310 violations for HTTP-safe f-strings (#12305)
  • 6584886 [refurb] Make list-reverse-copy an unsafe fix (#12303)
  • 456d6a2 Consider with blocks as single-item branches (#12311)
  • 940df67 Omit code frames for fixes with empty ranges (#12304)
  • e58713e Make cache-write failures non-fatal (#12302)
  • aa5c53b Remove 'non-obvious' allowance for E721 (#12300)
  • 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

Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `pyright` to 1.1.371
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.370...v1.1.371)

Updates `ruff` to 0.5.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.1...0.5.2)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 15, 2024 03:32
@dependabot dependabot bot temporarily deployed to package-build July 15, 2024 03:32 Inactive
@tek-githubbot-1010 tek-githubbot-1010 requested a review from a team July 15, 2024 03:33
Copy link

codecov bot commented Jul 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (6607482) to head (ed0bd3f).
Report is 59 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #247   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          150       150           
  Lines         4139      4139           
  Branches       651       651           
=========================================
  Hits          4139      4139           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Jul 15, 2024

Test Results (macos)

path passed subtotal
tests/test_afgs.py 2 2
tests/test_alias_dict.py 1 1
tests/test_all_device_drivers.py 1 1
tests/test_alternative_connection_addresses.py 19 19
tests/test_awgs.py 1 1
tests/test_config_parser.py 38 38
tests/test_device_manager.py 18 18
tests/test_devices_legacy_tsp_ieee_cmds.py 3 3
tests/test_helpers.py 71 71
tests/test_ieee_scpi_cmds.py 1 1
tests/test_margin_testers.py 5 5
tests/test_pi_device.py 1 1
tests/test_psu.py 1 1
tests/test_rest_api_device.py 10 10
tests/test_scopes.py 6 6
tests/test_singleton.py 1 1
tests/test_smu.py 4 4
tests/test_ss.py 1 1
tests/test_tm_devices.py 4 4
TOTAL 188 188

Link to workflow run

Copy link

github-actions bot commented Jul 15, 2024

Test Results (ubuntu)

path passed subtotal
tests/test_afgs.py 2 2
tests/test_alias_dict.py 1 1
tests/test_all_device_drivers.py 1 1
tests/test_alternative_connection_addresses.py 19 19
tests/test_awgs.py 1 1
tests/test_config_parser.py 38 38
tests/test_device_manager.py 18 18
tests/test_devices_legacy_tsp_ieee_cmds.py 3 3
tests/test_helpers.py 71 71
tests/test_ieee_scpi_cmds.py 1 1
tests/test_margin_testers.py 5 5
tests/test_pi_device.py 1 1
tests/test_psu.py 1 1
tests/test_rest_api_device.py 10 10
tests/test_scopes.py 6 6
tests/test_singleton.py 1 1
tests/test_smu.py 4 4
tests/test_ss.py 1 1
tests/test_tm_devices.py 4 4
TOTAL 188 188

Link to workflow run

Copy link

github-actions bot commented Jul 15, 2024

Test Results (windows)

path passed subtotal
tests\test_afgs.py 2 2
tests\test_alias_dict.py 1 1
tests\test_all_device_drivers.py 1 1
tests\test_alternative_connection_addresses.py 19 19
tests\test_awgs.py 1 1
tests\test_config_parser.py 38 38
tests\test_device_manager.py 18 18
tests\test_devices_legacy_tsp_ieee_cmds.py 3 3
tests\test_helpers.py 71 71
tests\test_ieee_scpi_cmds.py 1 1
tests\test_margin_testers.py 5 5
tests\test_pi_device.py 1 1
tests\test_psu.py 1 1
tests\test_rest_api_device.py 10 10
tests\test_scopes.py 6 6
tests\test_singleton.py 1 1
tests\test_smu.py 4 4
tests\test_ss.py 1 1
tests\test_tm_devices.py 4 4
TOTAL 188 188

Link to workflow run

@nfelt14 nfelt14 merged commit 5389b9c into main Jul 15, 2024
64 checks passed
@nfelt14 nfelt14 deleted the dependabot/pip/python-dependencies-6f060157c7 branch July 15, 2024 04:36
qthompso added a commit to qthompso/tm_devices that referenced this pull request Jul 17, 2024
� This is the 1st commit message:

fix: Added function generation to all signal generators

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

fix: fixes to strange resolutions to new commits and updates to docs

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

docs: update to documentation for signal generation

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

docs: fix to CHANGELOG.md and typos and grammer changes

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

docs: fixed changelog, some grammer changes and removal of some useless known words

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

docs: fixed changelog, changed docstring

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

docs: signal generation updates

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

python-deps(deps-dev): bump the python-dependencies group with 2 updates (tektronix#247)

* python-deps(deps-dev): bump the python-dependencies group with 2 updates

Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `pyright` to 1.1.371
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.370...v1.1.371)

Updates `ruff` to 0.5.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.1...0.5.2)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  dependency-group: python-dependencies
...

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

* ci: Update python linters and pre-commit dependencies.

---------

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

gh-actions(deps): bump anchore/scan-action (tektronix#248)

Bumps the gh-actions-dependencies group with 1 update: [anchore/scan-action](https://github.com/anchore/scan-action).

Updates `anchore/scan-action` from 3 to 4
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@v3...v4)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions-dependencies
...

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

fix: Added function generation to all signal generators

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

fix: fixes to strange resolutions to new commits and updates to docs

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

docs: update to documentation for signal generation

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

docs: fix to CHANGELOG.md and typos and grammer changes

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

docs: fixed changelog, some grammer changes and removal of some useless known words

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

docs: fixed changelog, changed docstring

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

docs: Updated the mkdocs plugin load order to fix weird capitalization issues in the new signal generation doc.

Also fixed a few things in the signal generation doc to make links render properly.

fix: Fix an issue where setup burst did not turn the channel on, so no burst would be generated

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

docs: Added more detail to the composition diagram in order to try to make it render more clearly

� The commit message tektronix#2 will be skipped:

� fix: fixes to strange resolutions to new commits and updates to docs
�
� Signed-off-by: qthompso <[email protected]>

� The commit message tektronix#3 will be skipped:

� docs: update to documentation for signal generation
�
� Signed-off-by: qthompso <[email protected]>
qthompso added a commit to qthompso/tm_devices that referenced this pull request Jul 17, 2024
Signed-off-by: qthompso <[email protected]>

fix: fixes to strange resolutions to new commits and updates to docs

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

docs: update to documentation for signal generation

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

docs: fix to CHANGELOG.md and typos and grammer changes

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

docs: fixed changelog, some grammer changes and removal of some useless known words

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

docs: fixed changelog, changed docstring

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

docs: signal generation updates

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

python-deps(deps-dev): bump the python-dependencies group with 2 updates (tektronix#247)

* python-deps(deps-dev): bump the python-dependencies group with 2 updates

Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `pyright` to 1.1.371
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.370...v1.1.371)

Updates `ruff` to 0.5.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.1...0.5.2)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  dependency-group: python-dependencies
...

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

* ci: Update python linters and pre-commit dependencies.

---------

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

gh-actions(deps): bump anchore/scan-action (tektronix#248)

Bumps the gh-actions-dependencies group with 1 update: [anchore/scan-action](https://github.com/anchore/scan-action).

Updates `anchore/scan-action` from 3 to 4
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@v3...v4)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions-dependencies
...

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

fix: Added function generation to all signal generators

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

fix: fixes to strange resolutions to new commits and updates to docs

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

docs: update to documentation for signal generation

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

docs: fix to CHANGELOG.md and typos and grammer changes

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

docs: fixed changelog, some grammer changes and removal of some useless known words

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

docs: fixed changelog, changed docstring

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

docs: Updated the mkdocs plugin load order to fix weird capitalization issues in the new signal generation doc.

Also fixed a few things in the signal generation doc to make links render properly.

fix: Fix an issue where setup burst did not turn the channel on, so no burst would be generated

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

docs: Added more detail to the composition diagram in order to try to make it render more clearly
nfelt14 pushed a commit to qthompso/tm_devices that referenced this pull request Jul 23, 2024
� This is the 1st commit message:

fix: Added function generation to all signal generators

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

fix: fixes to strange resolutions to new commits and updates to docs

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

docs: update to documentation for signal generation

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

docs: fix to CHANGELOG.md and typos and grammer changes

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

docs: fixed changelog, some grammer changes and removal of some useless known words

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

docs: fixed changelog, changed docstring

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

docs: signal generation updates

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

python-deps(deps-dev): bump the python-dependencies group with 2 updates (tektronix#247)

* python-deps(deps-dev): bump the python-dependencies group with 2 updates

Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `pyright` to 1.1.371
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.370...v1.1.371)

Updates `ruff` to 0.5.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.1...0.5.2)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  dependency-group: python-dependencies
...

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

* ci: Update python linters and pre-commit dependencies.

---------

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

gh-actions(deps): bump anchore/scan-action (tektronix#248)

Bumps the gh-actions-dependencies group with 1 update: [anchore/scan-action](https://github.com/anchore/scan-action).

Updates `anchore/scan-action` from 3 to 4
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@v3...v4)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions-dependencies
...

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

fix: Added function generation to all signal generators

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

fix: fixes to strange resolutions to new commits and updates to docs

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

docs: update to documentation for signal generation

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

docs: fix to CHANGELOG.md and typos and grammer changes

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

docs: fixed changelog, some grammer changes and removal of some useless known words

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

docs: fixed changelog, changed docstring

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

docs: Updated the mkdocs plugin load order to fix weird capitalization issues in the new signal generation doc.

Also fixed a few things in the signal generation doc to make links render properly.

fix: Fix an issue where setup burst did not turn the channel on, so no burst would be generated

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

docs: Added more detail to the composition diagram in order to try to make it render more clearly

� The commit message tektronix#2 will be skipped:

� fix: fixes to strange resolutions to new commits and updates to docs
�
� Signed-off-by: qthompso <[email protected]>

� The commit message tektronix#3 will be skipped:

� docs: update to documentation for signal generation
�
� Signed-off-by: qthompso <[email protected]>
nfelt14 pushed a commit to qthompso/tm_devices that referenced this pull request Jul 23, 2024
Signed-off-by: qthompso <[email protected]>

fix: fixes to strange resolutions to new commits and updates to docs

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

docs: update to documentation for signal generation

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

docs: fix to CHANGELOG.md and typos and grammer changes

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

docs: fixed changelog, some grammer changes and removal of some useless known words

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

docs: fixed changelog, changed docstring

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

docs: signal generation updates

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

python-deps(deps-dev): bump the python-dependencies group with 2 updates (tektronix#247)

* python-deps(deps-dev): bump the python-dependencies group with 2 updates

Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `pyright` to 1.1.371
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.370...v1.1.371)

Updates `ruff` to 0.5.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.1...0.5.2)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  dependency-group: python-dependencies
...

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

* ci: Update python linters and pre-commit dependencies.

---------

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

gh-actions(deps): bump anchore/scan-action (tektronix#248)

Bumps the gh-actions-dependencies group with 1 update: [anchore/scan-action](https://github.com/anchore/scan-action).

Updates `anchore/scan-action` from 3 to 4
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@v3...v4)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions-dependencies
...

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

fix: Added function generation to all signal generators

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

fix: fixes to strange resolutions to new commits and updates to docs

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

docs: update to documentation for signal generation

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

docs: fix to CHANGELOG.md and typos and grammer changes

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

docs: fixed changelog, some grammer changes and removal of some useless known words

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

docs: fixed changelog, changed docstring

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

docs: Updated the mkdocs plugin load order to fix weird capitalization issues in the new signal generation doc.

Also fixed a few things in the signal generation doc to make links render properly.

fix: Fix an issue where setup burst did not turn the channel on, so no burst would be generated

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

docs: Added more detail to the composition diagram in order to try to make it render more clearly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants