From dd6b951bec9031fe2c8ad80e83280a596780dcf9 Mon Sep 17 00:00:00 2001 From: An Tran Date: Thu, 10 Sep 2026 12:21:05 +1000 Subject: [PATCH] chore(deps): bump argparse to 0.7.2 --- CHANGELOG.md | 3 ++- Dockerfile | 2 +- gateway/Roverfile.lock | 2 +- gateway/apicast-scm-1.rockspec | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ae7ca97..c20f62fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,7 +42,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Bump zlib to 1.3.1 [PR #1577](https://github.com/3scale/APIcast/pull/1577) [THREESCALE-12242](https://redhat.atlassian.net/browse/THREESCALE-12242) - Bump liquid-lua to 0.2.1 [PR #1590](https://github.com/3scale/APIcast/pull/1590) - Bump nginx-lua-prometheus to 0.20220527 [PR #1591](https://github.com/3scale/APIcast/pull/1591) -- Bump net-url to 1.2-1 [PR #1591](https://github.com/3scale/APIcast/pull/1606) +- Bump net-url to 1.2-1 [PR #1606](https://github.com/3scale/APIcast/pull/1606) +- Bump argparse to 0.7.2 [PR #1607](https://github.com/3scale/APIcast/pull/1607) ### Removed diff --git a/Dockerfile b/Dockerfile index ee5f3698d..c8900b927 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/man RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/3scale/liquid-0.2.1-1.src.rock RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/tieske/date-2.2-2.src.rock RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/tieske/penlight-1.15.0-1.src.rock -RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/mpeterv/argparse-0.6.0-1.src.rock +RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/argparse/argparse-0.7.2-1.src.rock RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/3scale/lua-resty-execvp-0.1.1-1.src.rock RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/hisham/luafilesystem-1.8.0-1.src.rock RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/thibaultcha/lua-resty-jit-uuid-0.0.7-2.src.rock diff --git a/gateway/Roverfile.lock b/gateway/Roverfile.lock index faea7ebd6..ad407bb33 100644 --- a/gateway/Roverfile.lock +++ b/gateway/Roverfile.lock @@ -1,4 +1,4 @@ -argparse 0.7.1-1||production +argparse 0.7.2-1||production busted 2.3.0-1||testing date 2.2-2|8d74567cf979c1eab2c6b6ca2e3b978fa40569a2|production dkjson 2.10-1||testing diff --git a/gateway/apicast-scm-1.rockspec b/gateway/apicast-scm-1.rockspec index 5fbc585b0..5c27c0ee9 100644 --- a/gateway/apicast-scm-1.rockspec +++ b/gateway/apicast-scm-1.rockspec @@ -19,7 +19,7 @@ dependencies = { 'lua-resty-env', 'lua-resty-execvp', 'liquid == 0.2.1', - 'argparse', + 'argparse == 0.7.2', 'penlight == 1.15.0', 'nginx-lua-prometheus == 0.20220527', 'lua-resty-jit-uuid',