Bump emoji from 2.12.1 to 2.13.0 (#134)

This commit is contained in:
dependabot[bot] 2024-09-20 09:39:44 +02:00 committed by GitHub
parent eb8a95787a
commit 4eabd77fb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
click==8.1.7
crayons==0.4.0
emoji==2.12.1
emoji==2.13.0
GitPython==3.1.43
Jinja2==3.1.4
PyGithub==2.4.0

View file

@ -37,7 +37,7 @@ setup(
install_requires=[
"click==8.1.7",
"crayons==0.4.0",
"emoji==2.12.1",
"emoji==2.13.0",
"GitPython==3.1.43",
"Jinja2==3.1.4",
"PyGithub==2.4.0",