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

Upgrade pants from 2.16.0a0 to 2.16.0rc0 #5950

Merged
merged 6 commits into from
Apr 13, 2023
Merged

Commits on Apr 11, 2023

  1. bump pants to 2.16.0rc0

    cognifloyd committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    33be51c View commit details
    Browse the repository at this point in the history
  2. ./pants generate-lockfiles --resolve=pants-plugins

    Lockfile diff: lockfiles/pants-plugins.lock [pants-plugins]
    
    ==                    Upgraded dependencies                     ==
    
      importlib-metadata             6.0.0        -->   6.1.0
      pantsbuild-pants               2.16.0a0     -->   2.16.0rc0
      pantsbuild-pants-testutil      2.16.0a0     -->   2.16.0rc0
      pex                            2.1.126      -->   2.1.130
    cognifloyd committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    778b46c View commit details
    Browse the repository at this point in the history
  3. enhance: use user lockfiles for tools

    We create new resolves for each tool instead of using the implicit
    tool resolve which has been deprecated. Now all of the tool requirements
    are defined in //BUILD.tools instead of //pants.toml
    
    lockfile regen will go in the next commit.
    cognifloyd committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1ba2328 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    196096c View commit details
    Browse the repository at this point in the history
  5. chore: regenerate lockfiles for tools

    Lockfile diff: lockfiles/black.lock [black]
    
    ==                    Upgraded dependencies                     ==
    
      mypy-extensions                0.4.3        -->   1.0.0
    
    Lockfile diff: lockfiles/bandit.lock [bandit]
    
    ==                    Upgraded dependencies                     ==
    
      pbr                            5.11         -->   5.11.1
    
    Lockfile diff: lockfiles/twine.lock [twine]
    
    ==                    Upgraded dependencies                     ==
    
      cryptography                   38.0.4       -->   40.0.1
      pkginfo                        1.9.2        -->   1.9.6
      pygments                       2.13         -->   2.14.0
      urllib3                        1.26.13      -->   1.26.15
    
    ==                !! Downgraded dependencies !!                 ==
    
      bleach                         5.0.1        -->   4.1.0
      charset-normalizer             2.1.1        -->   2.0.12
      colorama                       0.4.6        -->   0.4.5
      docutils                       0.19         -->   0.18.1
      importlib-metadata             5.1          -->   4.8.3
      jeepney                        0.8          -->   0.7.1
      keyring                        23.11        -->   23.4.1
      readme-renderer                37.3         -->   34.0
      requests                       2.28.1       -->   2.27.1
      rfc3986                        2            -->   1.5.0
      typing-extensions              4.4          -->   4.1.1
      zipp                           3.11         -->   3.6.0
    
    ==                      Added dependencies                      ==
    
      importlib-resources            5.4.0
      packaging                      21.3
      pyparsing                      3.0.7
    
    ==                     Removed dependencies                     ==
    
      jaraco-classes                 3.2.3
      more-itertools                 9
    
    Lockfile diff: lockfiles/pytest.lock [pytest]
    
    ==                    Upgraded dependencies                     ==
    
      attrs                          22.1         -->   22.2.0
      icdiff                         2.0.5        -->   2.0.6
      pygments                       2.13         -->   2.14.0
    cognifloyd committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    502345d View commit details
    Browse the repository at this point in the history
  6. update changelog entry

    cognifloyd committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d2ff05b View commit details
    Browse the repository at this point in the history