Skip to content

Commit

Permalink
build(deps): bump babel from 2.12.1 to 2.13.1
Browse files Browse the repository at this point in the history
Bumps [babel](https://github.com/python-babel/babel) from 2.12.1 to 2.13.1.
- [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.13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent e7e3536 commit 4772b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
dependencies = [
"jinja2==3.1.2",
"num2words==0.5.12",
"babel==2.12.1",
"babel==2.13.1",
"pytz==2023.03",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ jinja2==3.1.2

num2words==0.5.12

babel==2.12.1
babel==2.13.1

pytz==2023.03

0 comments on commit 4772b01

Please sign in to comment.