Skip to content

Commit

Permalink
Bump pyparsing from 3.1.0 to 3.1.1 (#54)
Browse files Browse the repository at this point in the history
Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](pyparsing/pyparsing@3.1.0...3.1.1)

---
updated-dependencies:
- dependency-name: pyparsing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zafer Balkan <zafer@zaferbalkan.com>
  • Loading branch information
dependabot[bot] and zbalkan authored Apr 17, 2024
1 parent 8a64dec commit eb63ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ mypy==1.5.1
mypy-extensions==1.0.0
pdfminer.six==20221105
progressbar==2.5
pyparsing==3.1.1
pycodestyle==2.11.0
pyparsing==3.1.0
python-magic==0.4.27; python_version < '3.10'
python-magic-bin==0.4.14; python_version >= '3.10'
tomli==2.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ colorama==0.4.6
gzinfo==1.0.2
pdfminer.six==20221105
progressbar==2.5
pyparsing==3.1.0
pyparsing==3.1.1
python-magic==0.4.27; python_version < '3.10'
python-magic-bin==0.4.14; python_version >= '3.10'

0 comments on commit eb63ff3

Please sign in to comment.