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

build(deps): bump babel from 2.9.1 to 2.11.0 in /docs #69

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps babel from 2.9.1 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

v2.10.2

This is a bugfix release for Babel 2.10.1.

What's Changed

New Contributors

Full Changelog: python-babel/babel@v2.10.1...v2.10.2

... (truncated)

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](https://github.com/python-babel/babel/issues/877)` - Przemyslaw Wegrzyn
* Add support for formatting decimals in compact form :gh:`[#909](https://github.com/python-babel/babel/issues/909)` - Jonah Lawrence
* Adapt parse_date to handle ISO dates in ASCII format :gh:`[#842](https://github.com/python-babel/babel/issues/842)` - Eric L.
* Use `ast` instead of `eval` for Python string extraction :gh:`[#915](https://github.com/python-babel/babel/issues/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](https://github.com/python-babel/babel/issues/875) – Aarni Koskela
  • Wheels are now built in GitHub Actions :gh:[#888](https://github.com/python-babel/babel/issues/888) – Aarni Koskela
  • Small improvements to the CLDR downloader script :gh:[#894](https://github.com/python-babel/babel/issues/894) – Aarni Koskela
  • Remove antiquated __nonzero__ methods :gh:[#896](https://github.com/python-babel/babel/issues/896) - Nikita Sobolev
  • Remove superfluous __unicode__ declarations :gh:[#905](https://github.com/python-babel/babel/issues/905) - Lukas Juhrich
  • Mark package compatible with Python 3.11 :gh:[#913](https://github.com/python-babel/babel/issues/913) - Aarni Koskela
  • Quiesce pytest warnings :gh:[#916](https://github.com/python-babel/babel/issues/916) - Aarni Koskela

Bugfixes


* Use email.Message for pofile header parsing instead of the deprecated ``cgi.parse_header`` function. :gh:`[#876](https://github.com/python-babel/babel/issues/876)` – Aarni Koskela
* Remove determining time zone via systemsetup on macOS :gh:`[#914](https://github.com/python-babel/babel/issues/914)` - Aarni Koskela

Documentation

  • Update Python versions in documentation :gh:[#898](https://github.com/python-babel/babel/issues/898) - Raphael Nestler
  • Align BSD-3 license with OSI template :gh:[#912](https://github.com/python-babel/babel/issues/912) - Lukas Kahwe Smith

Version 2.10.3

This is a bugfix release for Babel 2.10.2, which was mistakenly packaged with outdated locale data.

Thanks to Michał Górny for pointing this out and Jun Omae for verifying.

This and future Babel PyPI packages will be built by a more automated process, </tr></table>

... (truncated)

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 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 [babel](https://github.com/python-babel/babel) from 2.9.1 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.9.1...v2.11.0)

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

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 Nov 1, 2022
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 28, 2023

Superseded by #109.

@dependabot dependabot bot closed this Feb 28, 2023
@dependabot dependabot bot deleted the dependabot/pip/docs/babel-2.11.0 branch February 28, 2023 23:06
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