Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump mako from 1.2.1 to 1.2.2 #528

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

Merged
merged 1 commit into from
Sep 19, 2022
Merged

Bump mako from 1.2.1 to 1.2.2 #528

merged 1 commit into from
Sep 19, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2022

Bumps mako from 1.2.1 to 1.2.2.

Release notes

Sourced from mako's releases.

1.2.2

Released: Mon Aug 29 2022

bug

  • [bug] [lexer] Fixed issue in lexer where the regexp used to match tags would not correctly interpret quoted sections individually. While this parsing issue still produced the same expected tag structure later on, the mis-handling of quoted sections was also subject to a regexp crash if a tag had a large number of quotes within its quoted sections.

    References: #366

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [mako](https://github.com/sqlalchemy/mako) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/sqlalchemy/mako/releases)
- [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/mako/commits)

---
updated-dependencies:
- dependency-name: mako
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs labels Sep 16, 2022
@brunoocasali
Copy link
Member

bors merge

@brunoocasali
Copy link
Member

@alallema can you create a new release for this update, please?

@bors
Copy link
Contributor

bors bot commented Sep 19, 2022

@bors bors bot merged commit e801e85 into main Sep 19, 2022
@bors bors bot deleted the dependabot/pip/mako-1.2.2 branch September 19, 2022 10:05
@alallema alallema removed the skip-changelog The PR will not appear in the release changelogs label Sep 19, 2022
bors bot added a commit that referenced this pull request Sep 21, 2022
533: Update version for the next release (v0.20.0) r=brunoocasali a=alallema

Update to the next version

**Note:**
This release is a replacement for the v0.19.2 which should be a minor update instead of a patch update.
https://github.com/meilisearch/meilisearch-python/releases/tag/v0.19.2

## 💥 Breaking changes
* API resource output as class to utilize dot notation for attributes (#513) `@ElamC`
    * `Document`, `Index` and `Task` are now class and the attributes of these classes are now accessible via dot notation:
    * `document.offset`, `document.limit`, `document.total`
    * `task.uid`, `task.duration`, `task.status` ...
* Add pipenv install in the CONTRIBUTING guide (#519) `@brunoocasali`
* Bump mako from 1.2.1 to 1.2.2 due to security issue (#528) 

Thanks again to `@ElamC,` `@alallema,` `@brunoocasali!` 🎉


Co-authored-by: alallema <[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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants