Skip to content

Commit

Permalink
fix(jans-linux-setup): update prompt-toolkit 3.0.43 (#7604)
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Baser <[email protected]>
  • Loading branch information
devrimyatar authored Feb 1, 2024
1 parent dcc3abd commit e35963f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jans-linux-setup/jans_setup/app_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"APPLE_WEBAUTHN": "https://www.apple.com/certificateauthority/Apple_WebAuthn_Root_CA.pem",
"SQLALCHEMY": "https://github.com/sqlalchemy/sqlalchemy/archive/rel_1_3_23.zip",
"PYJWT": "https://github.com/jpadilla/pyjwt/archive/refs/tags/2.4.0.zip",
"PROMPT_TOOLKIT": "https://github.com/prompt-toolkit/python-prompt-toolkit/archive/refs/tags/3.0.33.zip",
"PROMPT_TOOLKIT": "https://github.com/prompt-toolkit/python-prompt-toolkit/archive/refs/tags/3.0.43.zip",
"WCWIDTH": "https://github.com/jquast/wcwidth/archive/refs/tags/0.2.5.zip",
"PYGMENTS": "https://github.com/pygments/pygments/archive/refs/tags/2.13.0.zip",
"PYMYSQL": "https://github.com/PyMySQL/PyMySQL/archive/refs/tags/v1.0.3.zip",
Expand Down
2 changes: 1 addition & 1 deletion jans-linux-setup/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def find_version(*file_paths):
zip_safe=False,
install_requires=[
"setuptools>=59.6.0",
"prompt-toolkit==3.0.29",
"prompt-toolkit==3.0.43",
"pyasn1==0.4.8",
"ruamel.yaml>=0.16.5",
"sqlalchemy==1.3.23",
Expand Down

0 comments on commit e35963f

Please sign in to comment.