Skip to content

Commit

Permalink
upgrade Pex to 2.1.162 (pantsbuild#20496)
Browse files Browse the repository at this point in the history
Changelogs:
 * https://github.com/pantsbuild/pex/releases/tag/v2.1.160
 * https://github.com/pantsbuild/pex/releases/tag/v2.1.161
 * https://github.com/pantsbuild/pex/releases/tag/v2.1.162

```
Lockfile diff: 3rdparty/python/user_reqs.lock [python-default]

==                    Upgraded dependencies                     ==

  certifi                        2023.11.17   -->   2024.2.2
  cryptography                   41.0.7       -->   42.0.2
  pex                            2.1.159      -->   2.1.162
  pluggy                         1.3.0        -->   1.4.0
  pydantic                       1.10.13      -->   1.10.14
  python-dotenv                  1.0.0        -->   1.0.1
  urllib3                        2.1.0        -->   2.2.0
```

Further support relative to pantsbuild#15704
Fixes pantsbuild#20474
  • Loading branch information
cburroughs authored Feb 6, 2024
1 parent 6521bdd commit 30058b7
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 79 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fasteners==0.16.3
freezegun==1.2.1
ijson==3.1.4
packaging==21.3
pex==2.1.159
pex==2.1.162
psutil==5.9.0
# This should be compatible with pytest.py, although it can be looser so that we don't
# over-constrain pantsbuild.pants.testutil
Expand Down
Loading

0 comments on commit 30058b7

Please sign in to comment.