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

pip dev(deps-dev): bump debugpy from 1.8.2 to 1.8.12 in /eng #3022

Merged
merged 2 commits into from
Jan 21, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps debugpy from 1.8.2 to 1.8.12.

Release notes

Sourced from debugpy's releases.

debugpy v1.8.12

Fixes for:

debugpy v1.8.11

Full Changelog: microsoft/debugpy@v1.8.9...v1.8.11

Fixes for:

debugpy v1.8.9

Fixes for:

debugpy v1.8.8

Fixes for:

debugpy v1.8.7

Support for 3.13

Fixes microsoft/debugpy#1689

debugpy v1.8.6

Consuming PyDev.Debugger's sys.monitoring support to improve performance of debugging 3.12

Fixes microsoft/debugpy#1496

Making attach work for 3.12

Fixes microsoft/debugpy#1476

debugpy 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 simplify 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 <module>, -c <code>, or --pid <id>)
Commits
  • 40a471e Fix matplotlib backend computation (#1811)
  • d266361 Allow relative paths in the 'remotePath' for a launch.json (#1803)
  • 02723de Fix multithreading stepping in 3.12 and later (#1798)
  • 7597262 Fix pyqt6 loader on windows (#1797)
  • cc85ca8 Handle new matplotlib versions (#1791)
  • 24aa6a5 Fix problem with just my code being ignored during stepping (#1786)
  • 34cc53b Merge pull request #1779 from microsoft/remove_bytecode_distinfo
  • a99d933 Remove bytecode distinfo causing PyPi publish errors and ignore it from now on
  • 5014f25 Properly update pydevd._settrace.called (#1751)
  • 43f4102 Make sure attach binaries are built before running tox (#1753)
  • Additional commits viewable in compare view

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)

Bumps [debugpy](https://github.com/microsoft/debugpy) from 1.8.2 to 1.8.12.
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](microsoft/debugpy@v1.8.2...v1.8.12)

---
updated-dependencies:
- dependency-name: debugpy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from iscai-msft as a code owner January 20, 2025 08:42
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
@dependabot dependabot bot requested a review from msyyc as a code owner January 20, 2025 08:42
@dependabot dependabot bot added the python Pull requests that update Python code label Jan 20, 2025
@dependabot dependabot bot requested a review from tadelesh as a code owner January 20, 2025 08:42
@microsoft-github-policy-service microsoft-github-policy-service bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. Community Contribution Community members are working on the issue labels Jan 20, 2025
@iscai-msft iscai-msft enabled auto-merge (squash) January 21, 2025 15:47
@iscai-msft iscai-msft merged commit 72488cf into main Jan 21, 2025
15 checks passed
@iscai-msft iscai-msft deleted the dependabot/pip/eng/debugpy-1.8.12 branch January 21, 2025 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization. dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant