Skip to content

Commit

Permalink
Upgrade requests v2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Jun 12, 2022
1 parent 41cae53 commit f540bb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
from calibre.customize import InterfaceActionBase

VERSION = (3, 21, 1)
VERSION = (3, 21, 2)


class WordDumbDumb(InterfaceActionBase):
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def open_custom_lemmas_dialog(self):
if not package_name:
error_dialog(
"Device not found",
"Please connect your Kindle or Android device then try again.",
"Please connect your Kindle or Android(requires adb) device then try again.",
"",
self,
)
Expand Down
2 changes: 1 addition & 1 deletion data/spacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"requests": {
"compiled": false,
"version": "2.27.1"
"version": "2.28.0"
},
"smart-open": {
"compiled": false,
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ $ zip -r worddumb-vx.x.x.zip * [email protected]

- https://github.com/NiLuJe/KindleTool

- https://github.com/AdoptOpenJDK/homebrew-openjdk
- https://adoptium.net

- https://github.com/java-decompiler/jd-gui

Expand Down

0 comments on commit f540bb3

Please sign in to comment.