Skip to content

Commit

Permalink
Downgrade gitpython to 2.1.15 and idna to 2.8
Browse files Browse the repository at this point in the history
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
  • Loading branch information
ulyssessouza committed Feb 24, 2020
1 parent 1263790 commit 07cab51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -2,7 +2,7 @@ Click==7.0
coverage==5.0.3
ddt==1.2.2
flake8==3.7.9
gitpython==3.1.0
gitpython==2.1.15
mock==3.0.5
pytest==5.3.4; python_version >= '3.5'
pytest==4.6.5; python_version < '3.5'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -10,7 +10,7 @@ dockerpty==0.4.1
docopt==0.6.2
enum34==1.1.6; python_version < '3.4'
functools32==3.2.3.post2; python_version < '3.2'
idna==2.9
idna==2.8
ipaddress==1.0.23
jsonschema==3.2.0
paramiko==2.7.1
Expand Down

0 comments on commit 07cab51

Please sign in to comment.