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 babel from 2.10.3 to 2.11.0 #107

Merged
merged 1 commit into from
Nov 11, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2022

Bumps babel from 2.10.3 to 2.11.0.

Release notes

Sourced from babel's releases.

Version 2.11.0

The below release notes are auto-generated; please see CHANGES.rst for a human-crafted one.

Thank you to all contributors!

What's Changed

New Contributors

Full Changelog: python-babel/babel@v2.10.3...v2.11.0

Changelog

Sourced from babel's changelog.

Version 2.11.0

Upcoming deprecation


* This version, Babel 2.11, is the last version of Babel to support Python 3.6.
  Babel 2.12 will require Python 3.7 or newer.

Improvements


* Support for hex escapes in JavaScript string literals :gh:`877` - Przemyslaw Wegrzyn
* Add support for formatting decimals in compact form :gh:`909` - Jonah Lawrence
* Adapt parse_date to handle ISO dates in ASCII format :gh:`842` - Eric L.
* Use `ast` instead of `eval` for Python string extraction :gh:`915` - Aarni Koskela
    * This also enables extraction from static f-strings.
      F-strings with expressions are silently ignored (but won't raise an error as they used to).

Infrastructure

  • Tests: Use regular asserts and pytest.raises() :gh:875 – Aarni Koskela
  • Wheels are now built in GitHub Actions :gh:888 – Aarni Koskela
  • Small improvements to the CLDR downloader script :gh:894 – Aarni Koskela
  • Remove antiquated __nonzero__ methods :gh:896 - Nikita Sobolev
  • Remove superfluous __unicode__ declarations :gh:905 - Lukas Juhrich
  • Mark package compatible with Python 3.11 :gh:913 - Aarni Koskela
  • Quiesce pytest warnings :gh:916 - Aarni Koskela

Bugfixes


* Use email.Message for pofile header parsing instead of the deprecated ``cgi.parse_header`` function. :gh:`876` – Aarni Koskela
* Remove determining time zone via systemsetup on macOS :gh:`914` - Aarni Koskela

Documentation

  • Update Python versions in documentation :gh:898 - Raphael Nestler
  • Align BSD-3 license with OSI template :gh:912 - Lukas Kahwe Smith
Commits
  • a30d7cf Become 2.11.0
  • bc9dc84 Quiesce pytest warnings (#916)
  • 52b83d3 Setup: mark as compatible with Python 3.11
  • f117ead CI: test on Python 3.11
  • 2e5708f Use ast instead of eval for string extraction
  • a946ae6 Adapt parse_date to handle ISO dates in ASCII format
  • 05df10f Add support for compact decimal formats (#909)
  • 03c8fae Remove determining time zone via systemsetup on macOS
  • c7d04e8 Support for hex escapes in JavaScript string literals
  • 8f5757c align license with OSI template (#912)
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @RAYemelyanova.


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 7, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/babel-2.11.0 branch from 8b99e73 to 7dd8b6f Compare November 11, 2022 09:46
@rosesyrett rosesyrett changed the base branch from master to dependabot-changes November 11, 2022 10:32
@rosesyrett
Copy link
Contributor

@dependabot rebase

@rosesyrett
Copy link
Contributor

@dependabot merge

Bumps [babel](https://github.com/python-babel/babel) from 2.10.3 to 2.11.0.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
- [Commits](python-babel/babel@v2.10.3...v2.11.0)

---
updated-dependencies:
- dependency-name: babel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot changed the base branch from dependabot-changes to master November 11, 2022 10:33
@dependabot dependabot bot force-pushed the dependabot/pip/babel-2.11.0 branch from 7dd8b6f to d2dd9e0 Compare November 11, 2022 10:33
@dependabot dependabot bot merged commit 44d41ad into master Nov 11, 2022
@dependabot dependabot bot deleted the dependabot/pip/babel-2.11.0 branch November 11, 2022 10:35
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