Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rosineygp committed Feb 2, 2024
1 parent e6ad084 commit c8c64c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
proxmoxer==2.0.1
requests==2.28.2
paramiko==3.1.0
requests==2.31.0
paramiko==3.4.0
argh==0.26.2
PyYAML==6.0
PyYAML==6.0.1
tabulate==0.9.0
Kivy==2.1.0
Kivy==2.3.0
kivymd==0.104.2
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
python_requires=">=3.6",
install_requires=[
"proxmoxer==2.0.1",
"requests==2.28.2",
"paramiko==3.1.0",
"requests==2.31.0",
"paramiko==3.4.0",
"argh==0.26.2",
"PyYAML==6.0",
"PyYAML==6.0.1",
"tabulate==0.9.0",
"Kivy==2.1.0",
"Kivy==2.3.0",
"kivymd==0.104.2",
],
entry_points={
Expand Down

0 comments on commit c8c64c7

Please sign in to comment.