Bump emoji from 2.9.0 to 2.10.0 (#117)

This commit is contained in:
dependabot[bot] 2024-01-19 07:32:14 +01:00 committed by GitHub
parent 03e0faa0ae
commit 65c0bd026a
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.9.0
emoji==2.10.0
GitPython==3.1.41
Jinja2==3.1.3
PyGithub==2.1.1

View file

@ -37,7 +37,7 @@ setup(
install_requires=[
"click==8.1.7",
"crayons==0.4.0",
"emoji==2.9.0",
"emoji==2.10.0",
"GitPython==3.1.41",
"Jinja2==3.1.3",
"PyGithub==2.1.1",