-
Notifications
You must be signed in to change notification settings - Fork 1
chore: update dependency debugpy to v1.8.19 #81
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
Open
renovate
wants to merge
1
commit into
development
Choose a base branch
from
renovate/debugpy-1.x-lockfile
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a9ebe50 to
9ece1d2
Compare
9ece1d2 to
207bc21
Compare
207bc21 to
0416a2c
Compare
0416a2c to
ece65db
Compare
ece65db to
9fd7f89
Compare
9fd7f89 to
b76faa5
Compare
b76faa5 to
36607cd
Compare
36607cd to
55b8eae
Compare
55b8eae to
c70d127
Compare
c70d127 to
fb8d17a
Compare
fb8d17a to
9188a6a
Compare
9188a6a to
0cf0c9b
Compare
0cf0c9b to
70ea71e
Compare
70ea71e to
aee7094
Compare
aee7094 to
8b6035c
Compare
8b6035c to
cf64d3d
Compare
cf64d3d to
d6d58e8
Compare
d6d58e8 to
0e53632
Compare
0e53632 to
3a35a4a
Compare
3a35a4a to
119af5f
Compare
119af5f to
8bb0473
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.6.0→1.8.19Release Notes
microsoft/debugpy (debugpy)
v1.8.19: debugpy v1.8.19Compare Source
More fixes for #1980. Spaces in python files are handled now too.
v1.8.18: debugpy v1.8.18Compare Source
Fixes:
v1.8.17Compare Source
v1.8.16: debugpy v1.8.16Compare Source
Fixes
Thanks to @osiewicz
v1.8.15: debugpy v1.8.15Compare Source
Fixes:
Thanks to @MichaelSpece, @jborean93, @ConradIrwin for your help
v1.8.14: debugpy v1.8.14Compare Source
Fixes for:
v1.8.13: debugpy v1.8.13Compare Source
Fixes:
v1.8.12: debugpy v1.8.12Compare Source
Fixes for:
v1.8.11: debugpy v1.8.11Compare Source
Full Changelog: microsoft/debugpy@v1.8.9...v1.8.11
Fixes for:
v1.8.10Compare Source
v1.8.9: debugpy v1.8.9Compare Source
Fixes for:
v1.8.8: debugpy v1.8.8Compare Source
Fixes for:
v1.8.7: debugpy v1.8.7Compare Source
Support for 3.13
Fixes #1689
v1.8.6: debugpy v1.8.6Compare 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.5Compare Source
To simplify command line usage, an entry point has been added to the debugpy package.
debugpyfrom that environment, instead of runningpython -m debugpydebugpyexecutable can be found in thebindirectory inside of the install directory. In this case, you need to add the install directory to yourPYTHONPATHin order for the imports to work.To simplify command line usage, switches can now be read from the environment.
DEBUGPY_EXTRA_ARGVand add whatever command-line switches you like.set DEBUGPY_EXTRA_ARGV=--connect 5678will allow you to omit the--connectswitch from the command line.filename,-m <module>,-c <code>, or--pid <id>)v1.8.2: debugpy v1.8.2Compare 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.1Compare Source
Python 3.12 is now fully supported.
Fixes: #1408, #1477
Enhancements: #1337
v1.8.0: debugpy 1.8.0Compare Source
Fixes #1379.
Drops Python 3.7 support. Please use debugpy v1.7.0 if you need to debug Python 3.7.
v1.7.0: debugpy v1.7.0Compare Source
Add wheels for Python 3.11 and for macOS on ARM.
Fixes: #1230
v1.6.7: debugpy v1.6.7Compare Source
Fix invalid file hashes in RECORD of wheels (#1246).
Other improvements: #1074, #1217
v1.6.6: debugpy v1.6.6Compare Source
Disable optimization causing issues when debugging Python 3.10 and 3.11.
v1.6.5: debugpy v1.6.5Compare Source
Fixes: #1078, #1129, #1138, #1142, #1146, #1148, #1154
v1.6.4: debugpy v1.6.4Compare Source
Fixes: #985, #1003, #1005, #1018, #1024, #1025, #1030, #1031, #1042, #1064, #1081, #1100, #1104, #1111, #1126
Improvements: #532, #989, #1022, #1056, #1099
v1.6.3: debugpy v1.6.3Compare Source
Fixes: #869, #973, #987, #995, #1008
Improvements: #951, #1001
v1.6.2: debugpy v1.6.2Compare Source
Fixes unintentional breaking change in public API in debugpy 1.6.1 (#975).
Other fixes: #969
v1.6.1: debugpy v1.6.1Compare Source
debugpy API now has type annotations.
Optimizations based on frame evaluation API are re-enabled by default.
Other improvements: #743, #774, #893, #945
Bug fixes: #705, #731, #861, #865, #882, #889, #896, #915, #921, #928, #934
Configuration
📅 Schedule: Branch creation - "after 9pm" in timezone UTC+1, 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.
This PR was generated by Mend Renovate. View the repository job log.