marcusrbrown / copiloting

A collection of building blocks for creating AI agents and chatbots.
MIT License
1 stars 1 forks source link

chore(deps): update dependency ipykernel to v6.29.3 - autoclosed #250

Closed mrbro-bot[bot] closed 6 months ago

mrbro-bot[bot] commented 6 months ago

This PR contains the following updates:

Package Change Age Confidence
ipykernel 6.29.0 -> 6.29.3 age confidence

Release Notes

ipython/ipykernel (ipykernel) ### [`v6.29.3`](https://togithub.com/ipython/ipykernel/blob/HEAD/CHANGELOG.md#6293) [Compare Source](https://togithub.com/ipython/ipykernel/compare/v6.29.2...v6.29.3) ([Full Changelog](https://togithub.com/ipython/ipykernel/compare/v6.29.2...de2221ce155668c343084fde37b77fb6b1671dc9)) ##### Enhancements made - Eventloop scheduling improvements for stop_on_error_timeout and schedule_next [#​1212](https://togithub.com/ipython/ipykernel/pull/1212) ([@​jdranczewski](https://togithub.com/jdranczewski)) ##### Bugs fixed - Disable frozen modules by default, add a toggle [#​1213](https://togithub.com/ipython/ipykernel/pull/1213) ([@​krassowski](https://togithub.com/krassowski)) ##### Maintenance and upkeep improvements - Fix typings and update project urls [#​1214](https://togithub.com/ipython/ipykernel/pull/1214) ([@​blink1073](https://togithub.com/blink1073)) - Unpin pytest-asyncio and update ruff config [#​1209](https://togithub.com/ipython/ipykernel/pull/1209) ([@​blink1073](https://togithub.com/blink1073)) ##### Documentation improvements - Correct spelling mistake [#​1208](https://togithub.com/ipython/ipykernel/pull/1208) ([@​joouha](https://togithub.com/joouha)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/ipython/ipykernel/graphs/contributors?from=2024-02-07\&to=2024-02-26\&type=c)) [@​blink1073](https://togithub.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2024-02-07..2024-02-26\&type=Issues) | [@​ccordoba12](https://togithub.com/search?q=repo%3Aipython%2Fipykernel+involves%3Accordoba12+updated%3A2024-02-07..2024-02-26\&type=Issues) | [@​jdranczewski](https://togithub.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ajdranczewski+updated%3A2024-02-07..2024-02-26\&type=Issues) | [@​joouha](https://togithub.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ajoouha+updated%3A2024-02-07..2024-02-26\&type=Issues) | [@​krassowski](https://togithub.com/search?q=repo%3Aipython%2Fipykernel+involves%3Akrassowski+updated%3A2024-02-07..2024-02-26\&type=Issues) ### [`v6.29.2`](https://togithub.com/ipython/ipykernel/blob/HEAD/CHANGELOG.md#6292) [Compare Source](https://togithub.com/ipython/ipykernel/compare/v6.29.1...v6.29.2) ([Full Changelog](https://togithub.com/ipython/ipykernel/compare/v6.29.1...d45fe71990d26c0bd5b7b3b2a4ccd3d1f6609899)) ##### Bugs fixed - Fix: ipykernel_launcher, delete absolute sys.path\[0] [#​1206](https://togithub.com/ipython/ipykernel/pull/1206) ([@​stdll00](https://togithub.com/stdll00)) ##### Maintenance and upkeep improvements - Re-enable skipped debugger test [#​1207](https://togithub.com/ipython/ipykernel/pull/1207) ([@​ianthomas23](https://togithub.com/ianthomas23)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/ipython/ipykernel/graphs/contributors?from=2024-02-06\&to=2024-02-07\&type=c)) [@​ianthomas23](https://togithub.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aianthomas23+updated%3A2024-02-06..2024-02-07\&type=Issues) | [@​stdll00](https://togithub.com/search?q=repo%3Aipython%2Fipykernel+involves%3Astdll00+updated%3A2024-02-06..2024-02-07\&type=Issues) ### [`v6.29.1`](https://togithub.com/ipython/ipykernel/blob/HEAD/CHANGELOG.md#6291) [Compare Source](https://togithub.com/ipython/ipykernel/compare/v6.29.0...v6.29.1) ([Full Changelog](https://togithub.com/ipython/ipykernel/compare/v6.29.0...09c9b2ad9c15202c5d1896ba24ec978b726c073b)) ##### Bugs fixed - fix: on exception, return a 0, so that the "sum" still computes [#​1204](https://togithub.com/ipython/ipykernel/pull/1204) ([@​petervandenabeele](https://togithub.com/petervandenabeele)) - Fix handling of "silent" in execute request [#​1200](https://togithub.com/ipython/ipykernel/pull/1200) ([@​Haadem](https://togithub.com/Haadem)) ##### Maintenance and upkeep improvements - chore: update pre-commit hooks [#​1205](https://togithub.com/ipython/ipykernel/pull/1205) ([@​pre-commit-ci](https://togithub.com/pre-commit-ci)) - Do git ignore of /node_modules/.cache [#​1203](https://togithub.com/ipython/ipykernel/pull/1203) ([@​petervandenabeele](https://togithub.com/petervandenabeele)) - Bump the actions group with 1 update [#​1201](https://togithub.com/ipython/ipykernel/pull/1201) ([@​dependabot](https://togithub.com/dependabot)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/ipython/ipykernel/graphs/contributors?from=2024-01-16\&to=2024-02-06\&type=c)) [@​dependabot](https://togithub.com/search?q=repo%3Aipython%2Fipykernel+involves%3Adependabot+updated%3A2024-01-16..2024-02-06\&type=Issues) | [@​Haadem](https://togithub.com/search?q=repo%3Aipython%2Fipykernel+involves%3AHaadem+updated%3A2024-01-16..2024-02-06\&type=Issues) | [@​petervandenabeele](https://togithub.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apetervandenabeele+updated%3A2024-01-16..2024-02-06\&type=Issues) | [@​pre-commit-ci](https://togithub.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2024-01-16..2024-02-06\&type=Issues)

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

šŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.

mrbro-bot[bot] commented 6 months ago

āš  Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

ā™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: poetry.lock
[03:26:59.002] INFO (774): Installing tool python@3.11...
Invalid version: 3.11
[03:26:59.025] FATAL (774): Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh python 3.11
    err: {
      "type": "Error",
      "message": "Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh python 3.11",
      "stack":
          Error: Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh python 3.11
              at makeError (/snapshot/dist/containerbase-cli.js:45919:13)
              at handlePromise (/snapshot/dist/containerbase-cli.js:46634:29)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallLegacyToolService.execute (/snapshot/dist/containerbase-cli.js:53514:5)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:53698:9)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:53907:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2426:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3539:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3547:28)
              at async main (/snapshot/dist/containerbase-cli.js:54101:3)
      "shortMessage": "Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh python 3.11",
      "command": "/usr/local/containerbase/bin/install-tool.sh python 3.11",
      "escapedCommand": "\"/usr/local/containerbase/bin/install-tool.sh\" python 3.11",
      "exitCode": 1,
      "cwd": "/tmp/renovate/repos/github/marcusrbrown/copiloting",
      "failed": true,
      "timedOut": false,
      "isCanceled": false,
      "killed": false
    }
[03:26:59.029] INFO (774): Installed tool python with errors in 26ms.
mrbro-bot[bot] commented 6 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

āš  Warning: custom changes will be lost.