Skip to content

Commit

Permalink
upgrade debugby and pydevd-pycharm distributions
Browse files Browse the repository at this point in the history
Lockfile diff: 3rdparty/python/user_reqs.lock [python-default]

==                    Upgraded dependencies                     ==

  cryptography                   44.0.1       -->   44.0.2
  debugpy                        1.6.0        -->   1.8.13
  pydevd-pycharm                 203.5419.8   -->   251.23536.40
  websockets                     15.0         -->   15.0.1
  • Loading branch information
tdyas committed Mar 6, 2025
1 parent 7c6391f commit a6b728f
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 82 deletions.
4 changes: 2 additions & 2 deletions 3rdparty/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ urllib3<2

# These dependencies are only for debugging Pants itself (in VSCode/PyCharm respectively),
# and should never be imported.
debugpy==1.6.0
pydevd-pycharm==203.5419.8
debugpy==1.8.13
pydevd-pycharm==251.23536.40

# These dependencies must only be used from the explorer backend, and no code outside that backend
# may import anything from it, so these libraries are not ending up as requirements of Pants itself.
Expand Down
Loading

0 comments on commit a6b728f

Please sign in to comment.