syrupy-project / syrupy

:pancakes: The sweeter pytest snapshot plugin
https://syrupy-project.github.io/syrupy/
Apache License 2.0
542 stars 37 forks source link

chore(deps): update dependency debugpy to v1.8.5 - autoclosed #858

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
debugpy (source) 1.8.0 -> 1.8.5 age adoption passing confidence

Release Notes

microsoft/debugpy (debugpy) ### [`v1.8.5`](https://togithub.com/microsoft/debugpy/releases/tag/v1.8.5): debugpy v1.8.5 [Compare Source](https://togithub.com/microsoft/debugpy/compare/v1.8.2...v1.8.5) - To simplify command line usage, an entry point has been added to the debugpy package. - If you install debugpy into an environment via pip, you can just run `debugpy` from that environment, instead of running `python -m debugpy` - If you install debugpy into an isolated directory, the `debugpy` executable can be found in the `bin` directory inside of the install directory. In this case, you need to add the install directory to your `PYTHONPATH` in order for the imports to work. - To simply command line usage, switches can now be read from the environment. - To do this, use the variable `DEBUGPY_EXTRA_ARGV` and add whatever command-line switches you like. - For example, `set DEBUGPY_EXTRA_ARGV=--connect 5678` will allow you to omit the `--connect` switch from the command line. - If the same switch is found on both the command line and the environment, the one from the environment is ignored. - The switch that specifies the "target" MUST be on the command line (`filename`, `-m `, `-c `, or `--pid `) ### [`v1.8.2`](https://togithub.com/microsoft/debugpy/releases/tag/v1.8.2): debugpy v1.8.2 [Compare Source](https://togithub.com/microsoft/debugpy/compare/v1.8.1...v1.8.2) Fixed an issue where ApiScan couldn't scan some of our binaries correctly. This involved changing some linker flags and re-compiling/re-linking some of the pydevd executables and dlls. This doesn't affect debugpy logic in any way. ### [`v1.8.1`](https://togithub.com/microsoft/debugpy/releases/tag/v1.8.1): debugpy v1.8.1 [Compare Source](https://togithub.com/microsoft/debugpy/compare/v1.8.0...v1.8.1) Python 3.12 is now fully supported. Fixes: [#​1408](https://togithub.com/microsoft/debugpy/issues/1408), [#​1477](https://togithub.com/microsoft/debugpy/issues/1477) Enhancements: [#​1337](https://togithub.com/microsoft/debugpy/issues/1337)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.