Skip to content

Comments

build(deps): bump pyparsing from 3.0.4 to 3.0.5 in /tools/dependency#18937

Merged
mattklein123 merged 1 commit intomainfrom
dependabot/pip/tools/dependency/pyparsing-3.0.5
Nov 9, 2021
Merged

build(deps): bump pyparsing from 3.0.4 to 3.0.5 in /tools/dependency#18937
mattklein123 merged 1 commit intomainfrom
dependabot/pip/tools/dependency/pyparsing-3.0.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2021

Bumps pyparsing from 3.0.4 to 3.0.5.

Release notes

Sourced from pyparsing's releases.

pyparsing 3.0.5

  • Added return type annotations for col, line, and lineno.

  • Fixed bug when warn_ungrouped_named_tokens_in_collection warning was raised when assigning a results name to an original_text_for expression. (Issue #110, would raise warning in packaging.)

  • Fixed internal bug where ParserElement.streamline() would not return self if already streamlined.

  • Changed run_tests() output to default to not showing line and column numbers. If line numbering is desired, call with with_line_numbers=True. Also fixed minor bug where separating line was not included after a test failure.

Changelog

Sourced from pyparsing's changelog.

Version 3.0.5 -

  • Added return type annotations for col, line, and lineno.

  • Fixed bug when warn_ungrouped_named_tokens_in_collection warning was raised when assigning a results name to an original_text_for expression. (Issue #110, would raise warning in packaging.)

  • Fixed internal bug where ParserElement.streamline() would not return self if already streamlined.

  • Changed run_tests() output to default to not showing line and column numbers. If line numbering is desired, call with with_line_numbers=True. Also fixed minor bug where separating line was not included after a test failure.

Commits
  • 785c76d Semi-fix collision of Dict and typing.Dict; Some mypy types cleanup
  • 0ef7649 Add notes to CHANGES for minor and internal fixes that may be of interest
  • ac11feb Added with_line_numbers to run_test(), and made line/col numbering off by def...
  • 08bdeeb Added type hints for col, line, and lineno public methods; plus black
  • e269b0a Removed spurious warnings when assigning results name to originalTextFor expr...
  • 578ac28 PEP-8 some internal names
  • 28d2f12 Add tests to verify that warnings are not raised when not enabled
  • 9987004 Fix bug where streamline() did not return self if already streamlined
  • 5c198d9 Add extended examples for using -Wd:::pyparsing to enable warnings just for p...
  • f176c58 Update version number for next release work
  • See full diff 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 8, 2021
@repokitteh-read-only repokitteh-read-only bot added the deps Approval required for changes to Envoy's external dependencies label Nov 8, 2021
@repokitteh-read-only
Copy link

CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to (bazel/.*repos.*\.bzl)|(bazel/dependency_imports\.bzl)|(api/bazel/.*\.bzl)|(.*/requirements\.txt)|(.*\.patch).
envoyproxy/dependency-shepherds assignee is @mattklein123

🐱

Caused by: #18937 was opened by dependabot[bot].

see: more, trace.

@repokitteh-read-only repokitteh-read-only bot removed the deps Approval required for changes to Envoy's external dependencies label Nov 9, 2021
@mattklein123 mattklein123 merged commit 8fc53a0 into main Nov 9, 2021
@mattklein123 mattklein123 deleted the dependabot/pip/tools/dependency/pyparsing-3.0.5 branch November 9, 2021 04:11
htuch pushed a commit that referenced this pull request Nov 9, 2021
This reverts the bump to pyparsing in PRs:

build(deps): bump pyparsing from 3.0.4 to 3.0.5 in /tools/dependency #18937
dependabot: Python updates #18929
the pyparsing version is not compatible with the current version of packaging

the issue is fixed upstream pypa/packaging#482 but the fix is not yet included in any release

this issue is currently causing the github deps checker action to fail

Signed-off-by: Ryan Northey <[email protected]>
mpuncel added a commit to mpuncel/envoy that referenced this pull request Nov 10, 2021
* main: (71 commits)
  bazel: fix macOS build (envoyproxy#18920)
  http: switching from 100 to 1xx (envoyproxy#18904)
  grpc: implement BufferedAsyncClient for bidirectional gRPC stream (envoyproxy#18129)
  bazel: add repository arg to benchmark_test (envoyproxy#18795)
  rocketmq_proxy: Improvement for map find (envoyproxy#18909)
  tls: unit test: spiffe signed by intermediate cert (envoyproxy#18914)
  Test for FilterConfigPerRoute dtor called on worker thread. (envoyproxy#18927)
  deps: Bump `com_google_protobuf` -> 3.19.1 (envoyproxy#18930)
  deps: Bump `com_googlesource_code_re2` -> 2021-11-01 (envoyproxy#18933)
  cvescan: Move cvescan data to yaml (envoyproxy#18947)
  remove unnecessary file level not unimplemented hide annotation (envoyproxy#18924)
  test: moving echo test (envoyproxy#18938)
  test: fixing a test flake (envoyproxy#18899)
  deps: Revert pyparsing bump (envoyproxy#18946)
  deps: Bump `build_bazel_rules_apple` -> 0.32.0 (envoyproxy#18932)
  deps: Bump `com_github_bazelbuild_buildtools` -> 4.2.3 (envoyproxy#18931)
  build(deps): bump pycparser from 2.20 to 2.21 in /tools/dependency (envoyproxy#18936)
  quic: supporting connections with zero initial available streams (envoyproxy#18775)
  test: moving proxy proto (envoyproxy#18939)
  build(deps): bump pyparsing from 3.0.4 to 3.0.5 in /tools/dependency (envoyproxy#18937)
  ...

Signed-off-by: Michael Puncel <[email protected]>
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

None yet

Development

Successfully merging this pull request may close these issues.

1 participant