Skip to content

Commit

Permalink
Upgrade to Lambdex 0.1.9 (pantsbuild#18257)
Browse files Browse the repository at this point in the history
To pick up a bugfix.
  • Loading branch information
benjyw authored Feb 15, 2023
1 parent d5b0f8b commit 3304f13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions src/python/pants/backend/python/subsystems/lambdex.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// "CPython<3.10,>=3.7"
// ],
// "generated_with_requirements": [
// "lambdex==0.1.8"
// "lambdex==0.1.9"
// ],
// "manylinux": "manylinux2014",
// "requirement_constraints": [],
Expand All @@ -31,13 +31,13 @@
"artifacts": [
{
"algorithm": "sha256",
"hash": "38bb16c0b3322b84e18062468344475c65bc0a79693727477477576c229aeefb",
"url": "https://files.pythonhosted.org/packages/ec/aa/e265e9b42db08d85e36b84428b3118a702f8bbc3c6bbde96ac363bf927fa/lambdex-0.1.8-py2.py3-none-any.whl"
"hash": "a92dd8191ddbacbe6048ea4b78b30c90a1dd50a515d8a3c49e55629637ae6eff",
"url": "https://files.pythonhosted.org/packages/20/89/05c73da172c510299869e904543825222ffa990b719ffaba4bce2d1be0c4/lambdex-0.1.9-py2.py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "f2f542b3e0cea7ac49ff6472dafd8330b7883de6f62438c23e1fc986e9cc4f27",
"url": "https://files.pythonhosted.org/packages/ef/81/87dcfe5534096ae67bd92ad5deefa00b761d95e54b21d879fe3624ed74c4/lambdex-0.1.8.tar.gz"
"hash": "0000f89a9322f95b88a8d756fc88bd5d34a491b63e779aa7cc29972debdbd94a",
"url": "https://files.pythonhosted.org/packages/d0/be/178cf646ec16fbaed37e60c3d1394a2e7dab4462fcc83bbd758b26cd0acd/lambdex-0.1.9.tar.gz"
}
],
"project_name": "lambdex",
Expand All @@ -48,7 +48,7 @@
"pex>=1.1.15"
],
"requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,<3.12,>=2.7",
"version": "0.1.8"
"version": "0.1.9"
},
{
"artifacts": [
Expand Down Expand Up @@ -79,7 +79,7 @@
"pip_version": "23.0",
"prefer_older_binary": false,
"requirements": [
"lambdex==0.1.8"
"lambdex==0.1.9"
],
"requires_python": [
"<3.10,>=3.7"
Expand Down
2 changes: 1 addition & 1 deletion src/python/pants/backend/python/subsystems/lambdex.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Lambdex(PythonToolBase):
options_scope = "lambdex"
help = "A tool for turning .pex files into Function-as-a-Service artifacts (https://github.com/pantsbuild/lambdex)."

default_version = "lambdex==0.1.8"
default_version = "lambdex==0.1.9"
default_main = ConsoleScript("lambdex")

register_interpreter_constraints = True
Expand Down

0 comments on commit 3304f13

Please sign in to comment.