From c132bd920eaa6f161a1ff10137cb99ae45daac97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 14:26:43 +0000 Subject: [PATCH] build(deps): bump pyparsing from 3.0.9 to 3.1.0 Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.0.9 to 3.1.0. - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/pyparsing_3.0.9...3.1.0) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e2827b2..575564a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ phpserialize==1.3 # A dependency of `shnake`. Used to parse command-line input -pyparsing==3.0.9 +pyparsing==3.1.0 # Needed by the PROXY setting to support socks4/5 proxy types PySocks==1.7.1