Skip to content

Commit

Permalink
requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Otoupal committed Feb 16, 2024
1 parent 185b76a commit 8676fd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dvpn/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
" with use of auto switching based on resolved hostnames and saved credentials"
)

__version__ = "1.1.4"
__version__ = "1.1.5"
__author__ = "Jiri Otoupal"
__author_email__ = "jiri-otoupal@ips-database.eu"
__license__ = "Apache 2.0"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ pywin32==304; sys_platform=="win32"
tomli==2.0.1
typing_extensions==4.2.0
wexpect==4.0.0; sys_platform=="win32"
yarl==1.7.
yarl==1.7.0
wexpect~=4.0.0
PySide6~=6.3.1
PySide6~=6.6.2
setuptools~=49.2.1
pyinstaller

0 comments on commit 8676fd2

Please sign in to comment.