Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-koch committed Aug 20, 2019
1 parent f2620e4 commit 73a959a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PyInstaller~=3.4.0
PyQt5~=5.12.1
GitPython~=2.1.11
PyInstaller~=3.5.0
PyQt5~=5.13.0
GitPython~=3.0.1
PyYAML~=5.1
watchdog~=0.9.0
15 changes: 7 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@
#
altgraph==0.16.1 # via macholib, pyinstaller
argh==0.26.2 # via watchdog
future==0.17.1 # via pefile
ddt==1.2.1 # via gitpython
gitdb2==2.0.5 # via gitpython
gitpython==2.1.11
gitpython==3.0.1
macholib==1.11 # via pyinstaller
pathtools==0.1.2 # via watchdog
pefile==2019.4.18 # via pyinstaller
pyinstaller==3.4
pyqt5-sip==4.19.17 # via pyqt5
pyqt5==5.12.2
pyyaml==5.1.1
pyinstaller==3.5
pyqt5-sip==4.19.18 # via pyqt5
pyqt5==5.13.0
pyyaml==5.1.2
smmap2==2.0.5 # via gitdb2
watchdog==0.9.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.0.1 # via pyinstaller
# setuptools==41.1.0 # via pyinstaller

0 comments on commit 73a959a

Please sign in to comment.