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 cleo from 0.8.1 to 2.0.0 in /server #203

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2022

Bumps cleo from 0.8.1 to 2.0.0.

Release notes

Sourced from cleo's releases.

2.0.0

No source code changes.

This is a version-only release to replace 1.0.0, which was yanked on the grounds that it was incompatible with real dependents (i.e. Poetry) based on their version specifiers, which explicitly included 1.0.0 pre-releases.

1.0.0

Key points

  • Supported Python versions are now 3.7 up to 3.11.
  • cleo is now fully type-checked.
  • cleo no longer depends on clikit.

Changed

  • Replaced Terminal class with shutil.get_terminal_size() from standard library (#175).
  • Exceptions are now Errors (#179).
  • pylev was dropped in favor of much faster rapidfuzz (#173).
  • Default error verbosity was reduced (#132 & #166).

Removed

  • Removed doc comment-based command configuration notation (#239).

Fixed

  • --no-interaction is now automatically set when running in non-TTY terminals (#245).
  • Generated completions will no longer cause shell errors for namespaced commands (#247).
  • Using ^C while autocompleting Question answer will no longer break terminal (#240).
  • Namespaced commands no longer reset interactive state (#234).
  • Fixed underlying regex that caused CVE-2022-42966 (#285).

1.0.0a5

No release notes provided.

1.0.0a4

No release notes provided.

1.0.0a3

No release notes provided.

1.0.0a2

No release notes provided.

1.0.0a1

No release notes provided.

Changelog

Sourced from cleo's changelog.

[2.0.0] - 2022-11-21

No source code changes.

This is a version-only release to replace 1.0.0, which was yanked on the grounds that it was incompatible with real dependents (i.e. Poetry) based on their version specifiers, which explicitly included 1.0.0 pre-releases.

[1.0.0] - 2022-11-21

Key points

  • Supported Python versions are now 3.7 up to 3.11.
  • cleo is now fully type-checked.
  • cleo no longer depends on clikit.

Changed

  • Replaced Terminal class with shutil.get_terminal_size() from standard library (#175).
  • Exceptions are now Errors (#179).
  • pylev was dropped in favor of much faster rapidfuzz (#173).
  • Default error verbosity was reduced (#132 & #166).

Removed

  • Removed doc comment-based command configuration notation (#239).

Fixed

  • --no-interaction is now automatically set when running in non-TTY terminals (#245).
  • Generated completions will no longer cause shell errors for namespaced commands (#247).
  • Using ^C while autocompleting Question answer will no longer break terminal (#240).
  • Namespaced commands no longer reset interactive state (#234).
  • Fixed underlying regex that caused CVE-2022-42966 (#285).
Commits
  • 108f821 chore: Release 2.0.0
  • 78ae030 Release 1.0.0
  • b5b9a04 Change regex string to less permissive one
  • 9ebf24f Recreate lock
  • 675ec7e Refactor exceptions into errors as per PEP8 guidelines
  • 7d3623b [pre-commit.ci] pre-commit autoupdate
  • f760a59 removal(tox): remove unused tox
  • d338ef7 chore(mypy): bump mypy version (#282)
  • 7af3362 chore(pre-commit): update flake8 plugins (#280)
  • 2efa20e chore: add maintainers to pyproject.toml (#278)
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [cleo](https://github.com/python-poetry/cleo) from 0.8.1 to 2.0.0.
- [Release notes](https://github.com/python-poetry/cleo/releases)
- [Changelog](https://github.com/python-poetry/cleo/blob/main/CHANGELOG.md)
- [Commits](python-poetry/cleo@0.8.1...2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 15, 2022
@vercel
Copy link

vercel bot commented Dec 15, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
elucidate-frontend ✅ Ready (Inspect) Visit Preview Dec 15, 2022 at 7:42AM (UTC)

@codecov
Copy link

codecov bot commented Dec 15, 2022

Codecov Report

Base: 80.60% // Head: 83.31% // Increases project coverage by +2.70% 🎉

Coverage data is based on head (47500fb) compared to base (7f98e3e).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #203      +/-   ##
==========================================
+ Coverage   80.60%   83.31%   +2.70%     
==========================================
  Files          83       47      -36     
  Lines        1181     1139      -42     
  Branches       14        0      -14     
==========================================
- Hits          952      949       -3     
+ Misses        229      190      -39     
Flag Coverage Δ
backend 83.31% <ø> (ø)
frontend ?

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

Impacted Files Coverage Δ
client/components/Section/PageFooter.vue
client/components/Dashboard/UserAttributeCard.vue
client/pages/MCQ.vue
client/components/Dashboard/LeftBanner.vue
client/components/Quiz/QuestionBox.vue
client/components/Quiz/Box.vue
client/pages/short-answer.vue
client/components/Input/ButtonElement.vue
client/components/Input/SearchBar.vue
client/components/StartButton.vue
... and 26 more

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

0 participants