Skip to content

Commit 4464836

Browse files
dependabot[bot]pedro-psb
authored andcommitted
Update pyparsing requirement from <3.3,>=3.1.0 to >=3.1.0,<3.4
Updates the requirements on [pyparsing](https://github.com/pyparsing/pyparsing) to permit the latest version. - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](pyparsing/pyparsing@pyparsing_3.1.2...3.3.0) --- updated-dependencies: - dependency-name: pyparsing dependency-version: 3.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dcb0256 commit 4464836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies = [
5555
"pulp-glue>=0.28.0,<0.37",
5656
"pygtrie>=2.5,<=2.5.0",
5757
"psycopg[binary]>=3.1.8,<3.4", # SemVer, not explicitely stated, but mentioned on multiple changes.
58-
"pyparsing>=3.1.0,<3.3", # Looks like only bugfixes in z-Stream.
58+
"pyparsing>=3.1.0,<3.4", # Looks like only bugfixes in z-Stream.
5959
"python-gnupg>=0.5.0,<0.6", # Looks like only bugfixes in z-Stream [changelog only in git]
6060
"PyYAML>=5.1.1,<6.1", # Looks like only bugfixes in z-Stream.
6161
"redis>=4.3.0,<7.2", # Looks like only bugfixes in z-Stream.

0 commit comments

Comments
 (0)