From 9cc5b01a40f23a0f33aa3fe4eb4236ad3735c247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 08:31:14 +0100 Subject: [PATCH] Bump emoji from 2.14.0 to 2.14.1 (#141) 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](https://github.com/carpedm20/emoji/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 54acd6b..a049392 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 3a1c550..881155e 100644 --- a/setup.py +++ b/setup.py @@ -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",