diff --git a/.gitignore b/.gitignore index fd4f2b0..43759ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ +__pycache__ +.python-version + node_modules + .DS_Store diff --git a/dist/src/requirements.txt b/dist/src/requirements.txt index dfc2aaf..3579148 100644 --- a/dist/src/requirements.txt +++ b/dist/src/requirements.txt @@ -1,2 +1,2 @@ -GitPython==3.0.5 -PyGithub==1.44.1 +GitPython==3.0.8 +PyGithub==1.46 diff --git a/src/requirements.txt b/src/requirements.txt index dfc2aaf..3579148 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,2 +1,2 @@ -GitPython==3.0.5 -PyGithub==1.44.1 +GitPython==3.0.8 +PyGithub==1.46