Update v1 dependencies
This commit is contained in:
parent
305373e8f3
commit
a9ee7487c9
3 changed files with 8 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,2 +1,6 @@
|
|||
__pycache__
|
||||
.python-version
|
||||
|
||||
node_modules
|
||||
|
||||
.DS_Store
|
||||
|
|
4
dist/src/requirements.txt
vendored
4
dist/src/requirements.txt
vendored
|
@ -1,2 +1,2 @@
|
|||
GitPython==3.0.5
|
||||
PyGithub==1.44.1
|
||||
GitPython==3.0.8
|
||||
PyGithub==1.46
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
GitPython==3.0.5
|
||||
PyGithub==1.44.1
|
||||
GitPython==3.0.8
|
||||
PyGithub==1.46
|
||||
|
|
Loading…
Reference in a new issue