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

Update uvicorn requirement from ~=0.18.2 to ~=0.18.3 #377

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2022

Updates the requirements on uvicorn to permit the latest version.

Release notes

Sourced from uvicorn's releases.

Version 0.18.3

What's Changed

  • Remove cyclic references on HTTP implementations. (#1604) 24/08/22
  • reload_delay default changed from None to 0.25 on uvicorn.run() and Config. None is not an acceptable value anymore. (#1545) 02/07/22

Full Changelog: encode/uvicorn@0.18.2...0.18.3

Changelog

Sourced from uvicorn's changelog.

0.18.3 - 2022-08-24

Fixed

  • Remove cyclic references on HTTP implementations. (#1604) 24/08/22

Changed

  • reload_delay default changed from None to 0.25 on uvicorn.run() and Config. None is not an acceptable value anymore. (#1545) 02/07/22

0.18.2 - 2022-06-27

Fixed

  • Add default log_config on uvicorn.run() (#1541) 24/06/22
  • Revert logging file name modification (#1543) 27/06/22

0.18.1 - 2022-06-23

Fixed

  • Use DEFAULT_MAX_INCOMPLETE_EVENT_SIZE as default to h11_max_incomplete_event_size on the CLI (#1534) 23/06/22

0.18.0 - 2022-06-23

Added

  • The reload flag prioritizes watchfiles instead of the deprecated watchgod (#1437) 18/06/22
  • Annotate uvicorn.run() function (#1423) 10/05/22
  • Allow configuring max_incomplete_event_size for h11 implementation (#1514) 22/06/22

Removed

  • Remove asgiref dependency (#1532) 22/06/22

Fixed

  • Turn raw_path into bytes on both websockets implementations (#1487) 16/05/22
  • Revert log exception traceback in case of invalid HTTP request (#1518) 14/06/22
  • Set asyncio.WindowsSelectorEventLoopPolicy() when using multiple workers to avoid "WinError 87" (#1454) 22/06/22

0.17.6 - 2022-03-11

Changed

  • Change httptools range to >=0.4.0 (#1400) 11/03/22

0.17.5 - 2022-02-16

Fixed

... (truncated)

Commits

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 the dependencies Pull requests that update a dependency file label Aug 29, 2022
@CasperWA CasperWA enabled auto-merge (squash) August 29, 2022 05:02
@codecov
Copy link

codecov bot commented Aug 29, 2022

Codecov Report

Merging #377 (b15183c) into ci/dependabot-updates (a222b3c) will not change coverage.
The diff coverage is 100.00%.

@@                  Coverage Diff                   @@
##           ci/dependabot-updates     #377   +/-   ##
======================================================
  Coverage                  93.03%   93.03%           
======================================================
  Files                         32       32           
  Lines                       1363     1363           
======================================================
  Hits                        1268     1268           
  Misses                        95       95           
Flag Coverage Δ
aiida 89.43% <100.00%> (ø)
mongo 79.16% <80.00%> (ø)

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

Impacted Files Coverage Δ
aiida_optimade/routers/info.py 96.42% <ø> (ø)
aiida_optimade/__init__.py 100.00% <100.00%> (ø)
aiida_optimade/entry_collections.py 98.69% <100.00%> (ø)
aiida_optimade/utils.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.18.2...0.18.3)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/ci/dependabot-updates/uvicorn-approx-eq-0.18.3 branch from d4f133c to b15183c Compare August 29, 2022 05:17
@CasperWA CasperWA merged commit 29e0694 into ci/dependabot-updates Aug 29, 2022
@CasperWA CasperWA deleted the dependabot/pip/ci/dependabot-updates/uvicorn-approx-eq-0.18.3 branch August 29, 2022 05:29
CasperWA added a commit that referenced this pull request Sep 12, 2022
Update dependencies:

* Update pylint requirement from ~=2.14 to ~=2.15 (#376)
* Update uvicorn requirement from ~=0.18.2 to ~=0.18.3 (#377)
* Update aiida-core requirement from ~=2.0.1 to ~=2.0.3 (#380)

Update AiiDA/OPTIMADE throughout the source code.
Update `pre-commit` hooks.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: The AiiDA Team <developers@aiida.net>
unkcpz added a commit that referenced this pull request Sep 22, 2022
* Update optimade[mongo] requirement from ~=0.18.0 to ~=0.19.1

Updates the requirements on [optimade[mongo]](https://github.com/Materials-Consortia/optimade-python-tools) to permit the latest version.
- [Release notes](https://github.com/Materials-Consortia/optimade-python-tools/releases)
- [Changelog](https://github.com/Materials-Consortia/optimade-python-tools/blob/master/CHANGELOG.md)
- [Commits](Materials-Consortia/optimade-python-tools@v0.18.0...v0.19.1)

---
updated-dependencies:
- dependency-name: optimade[mongo]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update AiiDA/OPTIMADE

* Update pylint requirement from ~=2.14 to ~=2.15 (#376)

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](pylint-dev/pylint@v2.14.0...v2.15.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update uvicorn requirement from ~=0.18.2 to ~=0.18.3 (#377)

Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.18.2...0.18.3)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix tests and drop py3.7

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: The AiiDA Team <developers@aiida.net>
Co-authored-by: Jusong Yu <jusong.yeu@gmail.com>
unkcpz added a commit that referenced this pull request Sep 22, 2022
…383)

* Update optimade[mongo] requirement from ~=0.18.0 to ~=0.19.1

Updates the requirements on [optimade[mongo]](https://github.com/Materials-Consortia/optimade-python-tools) to permit the latest version.
- [Release notes](https://github.com/Materials-Consortia/optimade-python-tools/releases)
- [Changelog](https://github.com/Materials-Consortia/optimade-python-tools/blob/master/CHANGELOG.md)
- [Commits](Materials-Consortia/optimade-python-tools@v0.18.0...v0.19.1)

---
updated-dependencies:
- dependency-name: optimade[mongo]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update AiiDA/OPTIMADE

* Update pylint requirement from ~=2.14 to ~=2.15 (#376)

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](pylint-dev/pylint@v2.14.0...v2.15.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update uvicorn requirement from ~=0.18.2 to ~=0.18.3 (#377)

Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.18.2...0.18.3)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix tests and drop py3.7

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: The AiiDA Team <developers@aiida.net>
Co-authored-by: Jusong Yu <jusong.yeu@gmail.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: The AiiDA Team <developers@aiida.net>
CasperWA added a commit that referenced this pull request Sep 28, 2022
Update dependencies:

* Update optimade[mongo] requirement from ~=0.18.0 to ~=0.19.4 (#375, #382)
* Update pylint requirement from ~=2.14 to ~=2.15 (#376)
* Update uvicorn requirement from ~=0.18.2 to ~=0.18.3 (#377)
* Update aiida-core requirement from ~=2.0.3 to ~=2.0.4 (#384)

Update AiiDA/OPTIMADE.
Drop Python 3.7 support.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: The AiiDA Team <developers@aiida.net>
Co-authored-by: Jusong Yu <jusong.yeu@gmail.com>
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