Skip to content

chore(deps): update dependency debugpy to v1.8.21#14

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/debugpy-1.x
Open

chore(deps): update dependency debugpy to v1.8.21#14
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/debugpy-1.x

Conversation

@renovate

@renovate renovate Bot commented Apr 30, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
debugpy (source) ==1.8.0==1.8.21 age adoption passing confidence

Release Notes

microsoft/debugpy (debugpy)

v1.8.21: debugpy v1.8.21

Compare Source

Fixes for:

  • Return evaluate result in DAP response body instead of writing to stdout: #​2027
  • Prevent invalid scopes request from crashing debug session: #​2026
  • Skip uninitialized __slots__ in variable resolver: #​2024
  • Handle -c arguments that are bytes instead of str: #​2021
  • Fix evaluation of variables from chained exception frames: #​2018
  • ContinueRequest with a specific threadId no longer resumes all threads (in-process adapter): #​2012
  • Avoid strong reference to exceptions during unwind: #​2008
  • Show error message on evaluate failures in the hover context: #​2006
  • Display dlerror output when dlopen fails: #​2000
  • Replace removed pkgutil.get_loader with importlib.util.find_spec in get_fullname: #​1998

Enhancements:

  • Add option to ignore all system exit codes: #​2017
  • Pull changes from pydevd up to March 2026: #​2010

Infrastructure work:

Thanks to @​maxbachmann, @​mfussenegger, and @​sambrightman for the commits.

v1.8.20: debugpy v1.8.20

Compare Source

Fixes for:

  • annotate in 3.14 causing exceptions: #​1971

Enhancements:

  • Use remote_exec if available: c7e86a1
  • Support more architectures: 1bbecdf

Infrastructure work:

  • Support devcontainers for development: 7dbc229

Thanks to @​rameshvarun, @​Xeonacid, and @​pdepetro for the commits

v1.8.19: debugpy v1.8.19

Compare Source

More fixes for #​1980. Spaces in python files are handled now too.

v1.8.18: debugpy v1.8.18

Compare Source

Fixes:

v1.8.17

Compare Source

v1.8.16: debugpy v1.8.16

Compare Source

Fixes

Thanks to @​osiewicz

v1.8.15: debugpy v1.8.15

Compare Source

Fixes:

Thanks to @​MichaelSpece, @​jborean93, @​ConradIrwin for your help

v1.8.14: debugpy v1.8.14

Compare Source

Fixes for:

  • binskim warnings on linux
  • support for posix_spawnp

v1.8.13: debugpy v1.8.13

Compare Source

Fixes:

v1.8.12: debugpy v1.8.12

Compare Source

Fixes for:

v1.8.11: debugpy v1.8.11

Compare Source

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

Fixes for:

v1.8.10

Compare Source

v1.8.9: debugpy v1.8.9

Compare Source

Fixes for:

v1.8.8: debugpy v1.8.8

Compare Source

Fixes for:

v1.8.7: debugpy v1.8.7

Compare Source

Support for 3.13

Fixes #​1689

v1.8.6: debugpy v1.8.6

Compare Source

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

Fixes #​1496

Making attach work for 3.12

Fixes #​1476

v1.8.5: debugpy v1.8.5

Compare Source

  • 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>)

v1.8.2: debugpy v1.8.2

Compare Source

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: debugpy v1.8.1

Compare Source

Python 3.12 is now fully supported.

Fixes: #​1408, #​1477

Enhancements: #​1337


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, 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.

@renovate renovate Bot force-pushed the renovate/debugpy-1.x branch from 757e9db to 96ac885 Compare July 20, 2025 12:13
@renovate renovate Bot changed the title chore(deps): update dependency debugpy to v1.8.14 chore(deps): update dependency debugpy to v1.8.15 Jul 20, 2025
@renovate renovate Bot force-pushed the renovate/debugpy-1.x branch from 96ac885 to f66c18b Compare August 7, 2025 07:12
@renovate renovate Bot changed the title chore(deps): update dependency debugpy to v1.8.15 chore(deps): update dependency debugpy to v1.8.16 Aug 7, 2025
@renovate renovate Bot changed the title chore(deps): update dependency debugpy to v1.8.16 chore(deps): update dependency debugpy to v1.8.17 Sep 18, 2025
@renovate renovate Bot force-pushed the renovate/debugpy-1.x branch from f66c18b to 3fe255b Compare September 18, 2025 16:09
@renovate renovate Bot changed the title chore(deps): update dependency debugpy to v1.8.17 chore(deps): update dependency debugpy to v1.8.18 Dec 11, 2025
@renovate renovate Bot force-pushed the renovate/debugpy-1.x branch from 3fe255b to 90acf1e Compare December 11, 2025 11:55
@renovate renovate Bot changed the title chore(deps): update dependency debugpy to v1.8.18 chore(deps): update dependency debugpy to v1.8.19 Dec 17, 2025
@renovate renovate Bot force-pushed the renovate/debugpy-1.x branch from 90acf1e to 031c4d9 Compare December 17, 2025 07:54
@renovate renovate Bot changed the title chore(deps): update dependency debugpy to v1.8.19 chore(deps): update dependency debugpy to v1.8.20 Jan 30, 2026
@renovate renovate Bot force-pushed the renovate/debugpy-1.x branch from 031c4d9 to af93d92 Compare January 30, 2026 03:46
@renovate renovate Bot changed the title chore(deps): update dependency debugpy to v1.8.20 chore(deps): update dependency debugpy to v1.8.21 Jun 5, 2026
@renovate renovate Bot force-pushed the renovate/debugpy-1.x branch from af93d92 to 0007901 Compare June 5, 2026 07:59
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 27003022981

Warning

No base build found for commit 0db6dbc on main.
Coverage changes can't be calculated without a base build.
If a base build is processing, this comment will update automatically when it completes.

Coverage: 76.287%

Details

  • Patch coverage: No coverable lines changed in this PR.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

Requires a base build to compare against. How to fix this →


Coverage Stats

Coverage Status
Relevant Lines: 2623
Covered Lines: 2001
Line Coverage: 76.29%
Coverage Strength: 2.29 hits per line

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant