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

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2024

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: 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 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 <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: 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 16, 2024
@renovate renovate bot force-pushed the renovate/debugpy-1.x-lockfile branch from ba60a8e to a9aa8a1 Compare May 3, 2024 19:37
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: ffe6ade Previous: c91a5fa Ratio
benchmarks/test_1000x.py::test_1000x_reads 0.7013907711090117 iter/sec (stddev: 0.06786828762899726) 0.6945574713252124 iter/sec (stddev: 0.0912202682617939) 0.99
benchmarks/test_1000x.py::test_1000x_writes 0.657202958004107 iter/sec (stddev: 0.22486518832130498) 0.6435716290371883 iter/sec (stddev: 0.2563806438235496) 0.98
benchmarks/test_standard.py::test_standard 0.6667960667116848 iter/sec (stddev: 0.0339255814398975) 0.6735588968759421 iter/sec (stddev: 0.039053055047679745) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

@renovate renovate bot force-pushed the renovate/debugpy-1.x-lockfile branch from a9aa8a1 to f36d49b Compare July 3, 2024 01:35
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.8.1 chore(deps): update dependency debugpy to v1.8.2 Jul 3, 2024
@renovate renovate bot force-pushed the renovate/debugpy-1.x-lockfile branch from f36d49b to ffe6ade Compare August 13, 2024 00:26
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.8.2 chore(deps): update dependency debugpy to v1.8.5 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/debugpy-1.x-lockfile branch from ffe6ade to 490ad8c Compare August 20, 2024 13:29
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.8.5 chore(deps): update dependency debugpy to v1.8.5 - autoclosed Aug 21, 2024
@renovate renovate bot closed this Aug 21, 2024
@renovate renovate bot deleted the renovate/debugpy-1.x-lockfile branch August 21, 2024 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants