Skip to content

Commit e38c4a3

Browse files
Bump babel from 2.12.1 to 2.18.0
Bumps [babel](https://github.com/python-babel/babel) from 2.12.1 to 2.18.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.12.1...v2.18.0) --- updated-dependencies: - dependency-name: babel dependency-version: 2.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4cdaa00 commit e38c4a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Constraints generated by tools/freeze-constraints.sh
22
anyio==4.9.0
3-
Babel==2.12.1
3+
Babel==2.18.0
44
backports.ssl-match-hostname==3.7.0.1
55
bcrypt==4.3.0
66
beautifulsoup4==4.13.4

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"patool>=1.12,<4.1", # https://github.com/wummel/patool/blob/master/doc/changelog.txt
3030
"bcrypt>=3.1,<4.4", # https://github.com/pyca/bcrypt/
3131
"chardet>=3.0,<5.3", # https://pypi.python.org/pypi/chardet
32-
"babel==2.12.1", # http://babel.pocoo.org/en/latest/changelog.html
32+
"babel==2.18.0", # http://babel.pocoo.org/en/latest/changelog.html
3333
"pyxdg>=0.26,<0.29", # https://freedesktop.org/wiki/Software/pyxdg/
3434
"Jinja2>=2.10,<2.11", # http://jinja.pocoo.org/docs/latest/changelog/
3535
"markdown-it-py==3.0.0", # https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md
@@ -68,7 +68,7 @@ devel = [
6868
]
6969

7070
[build-system]
71-
requires = ["setuptools>=80,<81", "babel==2.12.1"]
71+
requires = ["setuptools>=80,<81", "babel==2.18.0"]
7272
build-backend = "setuptools.build_meta"
7373

7474
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)