From 41e6762d090aa9c87c972893c3584f73954e6016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 14:54:34 +0000 Subject: [PATCH] Bump pyparsing from 3.0.7 to 3.1.2 Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.0.7 to 3.1.2. - [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.7...pyparsing_3.1.2) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 68bddd5c..790eadfd 100644 --- a/requirements.in +++ b/requirements.in @@ -44,7 +44,7 @@ ptyprocess==0.7.0 py==1.11.0 pyenchant==3.2.0 Pygments==2.11.2 -pyparsing==3.0.7 +pyparsing==3.1.2 pytest-cov==2.11.1 pytest-django==4.1.0 pytest-dotenv diff --git a/requirements.txt b/requirements.txt index 19199821..85f061a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -371,9 +371,9 @@ pygments==2.11.2 \ # via # -r requirements.in # ipython -pyparsing==3.0.7 \ - --hash=sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea \ - --hash=sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484 +pyparsing==3.1.2 \ + --hash=sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad \ + --hash=sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742 # via -r requirements.in pyproject-hooks==1.1.0 \ --hash=sha256:4b37730834edbd6bd37f26ece6b44802fb1c1ee2ece0e54ddff8bfc06db86965 \