Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyparsing from 3.1.0 to 3.1.1 in /tests #4165

Merged
merged 1 commit into from Aug 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps pyparsing from 3.1.0 to 3.1.1.

Changelog

Sourced from pyparsing's changelog.

Version 3.1.1 - July, 2023

  • Fixed regression in Word(min), reported by Ricardo Coccioli, good catch! (Issue #502)

  • Fixed bug in bad exception messages raised by Forward expressions. PR submitted by Kyle Sunden, thanks for your patience and collaboration on this (#493).

  • Fixed regression in SkipTo, where ignored expressions were not checked when looking for the target expression. Reported by catcombo, Issue #500.

  • Fixed type annotation for enable_packrat, PR submitted by Mike Urbach, thanks! (Issue #498)

  • Some general internal code cleanup. (Instigated by Michal Čihař, Issue #488)

Commits
  • c09eb6e Minor update to HowToUsePyparsing.rst
  • 395431a Prep for release
  • 54b39a5 Fix regression in SkipTo when ignoring an ignoreExpr, and failed to also igno...
  • 411c8ab Handle case where Word(min > 1) with differing init and body chars
  • 1936b36 Handle case where Word(min > 1) (fixes #502)
  • 421e0fc Update timestamp and CHANGES file to reflect recent PRs; added another test t...
  • 1355e76 Merge branch 'pyparsing_3.1.x'
  • 173bc16 Merge pull request #493
  • 5b939cc Use reset_pyparsing_context for each example in test_examples.py
  • eb9db9e Add common, unicode, and testing to all
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot bot requested a review from a team as a code owner July 31, 2023 17:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 31, 2023
@github-actions
Copy link

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

tests/requirements.txt
  • pyparsing@3.1.1
  • pyparsing@3.1.0

@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #4165 (6975b19) into main (25b2116) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #4165      +/-   ##
==========================================
- Coverage   51.92%   51.91%   -0.02%     
==========================================
  Files          59       59              
  Lines       16735    16735              
==========================================
- Hits         8690     8688       -2     
- Misses       7747     7749       +2     
  Partials      298      298              

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@lucacome lucacome merged commit d4479c4 into main Aug 1, 2023
61 checks passed
@lucacome lucacome deleted the dependabot/pip/tests/pyparsing-3.1.1 branch August 1, 2023 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants