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 wait-for-it from 2.2.1 to 2.2.2 #7432

Merged
merged 3 commits into from
Jul 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps wait-for-it from 2.2.1 to 2.2.2.

Commits
  • b5b1aa2 v2.2.2 - support py310 + py311, #49; fix parallel crash, #50
  • 3de8ab8 Merge pull request #51 from hartwork/python-versions
  • 8ad8f4f Merge pull request #50 from hartwork/fix-parallel-for-no-services
  • a55e0c0 Be consistent about support for Python 3.7 to 3.11
  • d7ebe95 Fix crash for "wait-for-it -p echo hello"
  • d59f247 Merge pull request #49 from scastlara/support-py311
  • e4509d0 new: add support for python 3.11
  • d5ae424 Merge pull request #47 from clarketm/dependabot/github_actions/actions/setup-...
  • 79b01ae Actions(deps): Bump actions/setup-python from 3 to 4
  • 9215c47 Merge pull request #45 from clarketm/dependabot/github_actions/actions/setup-...
  • 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 [wait-for-it](https://github.com/clarketm/wait-for-it) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/clarketm/wait-for-it/releases)
- [Commits](clarketm/wait-for-it@v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: wait-for-it
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 27, 2023
@github-actions github-actions bot enabled auto-merge (squash) July 27, 2023 10:11
@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Merging #7432 (59627d6) into master (9481839) will decrease coverage by 0.01%.
Report is 4 commits behind head on master.
The diff coverage is 88.57%.

@@            Coverage Diff             @@
##           master    #7432      +/-   ##
==========================================
- Coverage   97.28%   97.27%   -0.01%     
==========================================
  Files         106      106              
  Lines       31440    31441       +1     
  Branches     3581     3581              
==========================================
- Hits        30585    30584       -1     
- Misses        650      652       +2     
  Partials      205      205              
Flag Coverage Δ
CI-GHA 97.22% <88.57%> (-0.01%) ⬇️
OS-Linux 96.89% <85.71%> (-0.01%) ⬇️
OS-Windows 95.34% <89.28%> (+0.04%) ⬆️
OS-macOS 96.57% <82.85%> (-0.02%) ⬇️
Py-3.10.11 95.27% <89.28%> (?)
Py-3.10.12 96.78% <85.71%> (-0.01%) ⬇️
Py-3.11.4 96.51% <85.71%> (-0.01%) ⬇️
Py-3.8.10 95.24% <89.28%> (-0.01%) ⬇️
Py-3.8.17 96.71% <85.71%> (-0.01%) ⬇️
Py-3.9.13 95.23% <89.28%> (-0.01%) ⬇️
Py-3.9.17 96.74% <85.71%> (-0.02%) ⬇️
Py-pypy7.3.11 94.30% <85.71%> (-0.01%) ⬇️
VM-macos 96.57% <82.85%> (-0.02%) ⬇️
VM-ubuntu 96.89% <85.71%> (-0.01%) ⬇️
VM-windows 95.34% <89.28%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
aiohttp/multipart.py 96.13% <ø> (ø)
tests/test_circular_imports.py 93.54% <ø> (ø)
tests/test_urldispatch.py 98.46% <0.00%> (-0.12%) ⬇️
tests/test_web_log.py 98.60% <ø> (ø)
aiohttp/client.py 94.44% <50.00%> (ø)
aiohttp/web_protocol.py 85.79% <50.00%> (ø)
aiohttp/helpers.py 94.89% <75.00%> (-0.18%) ⬇️
aiohttp/client_proto.py 96.73% <100.00%> (ø)
aiohttp/client_reqrep.py 97.74% <100.00%> (ø)
aiohttp/client_ws.py 92.52% <100.00%> (ø)
... and 9 more

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

@github-actions github-actions bot merged commit ed8756e into master Jul 27, 2023
24 of 30 checks passed
@github-actions github-actions bot deleted the dependabot/pip/wait-for-it-2.2.2 branch July 27, 2023 18:21
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant