Skip to content

Commit

Permalink
Bump emoji from 2.14.0 to 2.14.1 (#141)
Browse files Browse the repository at this point in the history
Bumps [emoji](https://github.com/carpedm20/emoji) from 2.14.0 to 2.14.1.
- [Release notes](https://github.com/carpedm20/emoji/releases)
- [Changelog](https://github.com/carpedm20/emoji/blob/master/CHANGES.md)
- [Commits](carpedm20/emoji@v2.14.0...v2.14.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2025
1 parent b53f726 commit 9cc5b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click==8.1.8
crayons==0.4.0
emoji==2.14.0
emoji==2.14.1
GitPython==3.1.44
Jinja2==3.1.5
PyGithub==2.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
install_requires=[
"click==8.1.8",
"crayons==0.4.0",
"emoji==2.14.0",
"emoji==2.14.1",
"GitPython==3.1.44",
"Jinja2==3.1.5",
"PyGithub==2.5.0",
Expand Down

0 comments on commit 9cc5b01

Please sign in to comment.