Browse Source

chore(deps): bump babel from 2.10.2 to 2.10.3 (#270)

* chore(deps): bump babel from 2.10.2 to 2.10.3

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

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

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

* chore: remove Babel verification check

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jérôme Deuchnord <jerome@deuchnord.fr>
tags/v0.10.11
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
948619b4a7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 16 deletions
  1. +1
    -13
      .github/workflows/i18n.yml
  2. +3
    -3
      poetry.lock

+ 1
- 13
.github/workflows/i18n.yml View File

@@ -25,19 +25,7 @@ jobs:
poetry run pybabel extract --output=/tmp/kosmorro-messages.pot kosmorro
echo
diff=$(diff kosmorro/locales/messages.pot /tmp/kosmorro-messages.pot | grep '^>')
n=$(echo "$diff" | grep -v '> "POT-Creation-Date: ' | wc -l)

if [ "$(echo "$diff" | grep -E '^"Generated-By: Babel' | wc -l)" -eq "1" ]; then
echo "❌ Your dependencies may be out of date!"
echo " Please run the following command to fix this:"
echo
echo " poetry install"
echo
echo " Then update the messages file:"
echo
echo " make messages"
exit 2
fi
n=$(echo "$diff" | grep -Ev '> "(POT-Creation-Date)|(Generated-By): ' | wc -l)

if [ "$n" -ne "0" ]; then
echo "❌ The messages file is not up-to-date!"


+ 3
- 3
poetry.lock View File

@@ -30,7 +30,7 @@ python-versions = ">=3.7,<4.0"

[[package]]
name = "babel"
version = "2.10.2"
version = "2.10.3"
description = "Internationalization utilities"
category = "main"
optional = false
@@ -377,8 +377,8 @@ aurornis = [
{file = "aurornis-1.4.0.tar.gz", hash = "sha256:0d9280b7d03cd84a874deaf6506ba720ab5f68ff90a0d3af1d8966d5f31b707b"},
]
babel = [
{file = "Babel-2.10.2-py3-none-any.whl", hash = "sha256:81a3beca4d0cd40a9cfb9e2adb2cf39261c2f959b92e7a74750befe5d79afd7b"},
{file = "Babel-2.10.2.tar.gz", hash = "sha256:7aed055f0c04c9e7f51a2f75261e41e1c804efa724cb65b60a970dd4448d469d"},
{file = "Babel-2.10.3-py3-none-any.whl", hash = "sha256:ff56f4892c1c4bf0d814575ea23471c230d544203c7748e8c68f0089478d48eb"},
{file = "Babel-2.10.3.tar.gz", hash = "sha256:7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51"},
]
black = [
{file = "black-22.6.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:f586c26118bc6e714ec58c09df0157fe2d9ee195c764f630eb0d8e7ccce72e69"},


Loading…
Cancel
Save