Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecalendino committed Mar 10, 2024
1 parent 18164be commit 9bf0ee7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ note: not all emojis are available in all languages.</string>
</dict>
</array>
<key>version</key>
<string>2.0.3</string>
<string>2.1.0</string>
<key>webaddress</key>
<string>https://github.com/fedecalendino/alfred-emoji-mate</string>
</dict>
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Emoji Mate"
version = "2.0.3"
version = "2.1.0"
description = "Quickly search for emojis"
documentation = "https://github.com/fedecalendino/alfred-emoji-mate/blob/main/README.md"
homepage = "https://github.com/fedecalendino/alfred-emoji-mate"
Expand All @@ -14,7 +14,7 @@ authors = [
python = ">=3.8,<3.12"
alfred-pyflow = "0.4.6"
fuzzywuzzy = "^0.18.0"
emoji = "^2.8.0"
emoji = "^2.10.1"

[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
Expand Down
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
alfred-pyflow==0.4.6 ; python_version >= "3.8" and python_version < "3.12"
certifi==2023.11.17 ; python_version >= "3.8" and python_version < "3.12"
charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "3.12"
emoji==2.10.1 ; python_version >= "3.8" and python_version < "3.12"
fuzzywuzzy==0.18.0 ; python_version >= "3.8" and python_version < "3.12"
idna==3.6 ; python_version >= "3.8" and python_version < "3.12"
requests==2.31.0 ; python_version >= "3.8" and python_version < "3.12"
urllib3==1.26.6 ; python_version >= "3.8" and python_version < "3.12"

0 comments on commit 9bf0ee7

Please sign in to comment.