Skip to content

Commit 43f92fc

Browse files
Bump pyparsing from 3.2.3 to 3.2.5
Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.2.3 to 3.2.5. - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](pyparsing/pyparsing@3.2.3...3.2.5) --- updated-dependencies: - dependency-name: pyparsing dependency-version: 3.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a2ba5c5 commit 43f92fc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ pygments==2.17.2
236236
# via ipython
237237
pyjwt[crypto]==2.10.1
238238
# via -r requirements/prod.txt
239-
pyparsing==3.2.3
239+
pyparsing==3.2.5
240240
# via -r requirements/prod.txt
241241
pyproject-hooks==1.0.0
242242
# via

requirements/functests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ pygments==2.19.2
227227
# via pytest
228228
pyjwt[crypto]==2.10.1
229229
# via -r requirements/prod.txt
230-
pyparsing==3.2.3
230+
pyparsing==3.2.5
231231
# via -r requirements/prod.txt
232232
pyproject-hooks==1.0.0
233233
# via

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ pyjwt[crypto]==2.10.1
348348
# via
349349
# -r requirements/functests.txt
350350
# -r requirements/tests.txt
351-
pyparsing==3.2.3
351+
pyparsing==3.2.5
352352
# via
353353
# -r requirements/functests.txt
354354
# -r requirements/tests.txt

requirements/prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pycryptodomex==3.23.0
151151
# via -r requirements/prod.in
152152
pyjwt[crypto]==2.10.1
153153
# via -r requirements/prod.in
154-
pyparsing==3.2.3
154+
pyparsing==3.2.5
155155
# via -r requirements/prod.in
156156
pyramid==2.0.2
157157
# via

requirements/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ pygments==2.19.2
235235
# via pytest
236236
pyjwt[crypto]==2.10.1
237237
# via -r requirements/prod.txt
238-
pyparsing==3.2.3
238+
pyparsing==3.2.5
239239
# via -r requirements/prod.txt
240240
pyproject-hooks==1.0.0
241241
# via

requirements/typecheck.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ pycryptodomex==3.23.0
209209
# via -r requirements/prod.txt
210210
pyjwt[crypto]==2.10.1
211211
# via -r requirements/prod.txt
212-
pyparsing==3.2.3
212+
pyparsing==3.2.5
213213
# via -r requirements/prod.txt
214214
pyproject-hooks==1.2.0
215215
# via

0 commit comments

Comments
 (0)