diff --git a/requirements.txt b/requirements.txt index c74bf0d..e2dac11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ passlib==1.7.4 pwgen==0.8.2.post0 pycrypto==2.6.1 pykeepass==4.0.6 -python-gilt==1.2.3 +python-gilt==2.1.2 ruamel.yaml==0.18.5 yamllint==1.33.0 diff --git a/{{cookiecutter.project_name}}/requirements.txt b/{{cookiecutter.project_name}}/requirements.txt index 2ea7da4..f7283e4 100644 --- a/{{cookiecutter.project_name}}/requirements.txt +++ b/{{cookiecutter.project_name}}/requirements.txt @@ -1,4 +1,4 @@ Jinja2==3.1.3 PyYAML==6.0.1 -python-gilt==1.2.3 +python-gilt==2.1.2 requests==2.31.0