diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a247de..c895bfc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/psf/black - rev: 21.6b0 + rev: 22.3.0 hooks: - id: black args: [--line-length=100] diff --git a/requirements.txt b/requirements.txt index e6238ea..6758bed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -azure-identity>=1.5.0 +azure-identity>=1.7.1 azure-keyvault-secrets>=4.2.0 -black>=20.8b1 +black>=22.3.0 flake8>=3.8.4 tqdm>=4.57.0 diff --git a/setup.cfg b/setup.cfg index 519f638..13b1f55 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = keyvault -version = 0.1.5 +version = 0.1.6 author = Melvin Folkers, Erfan Nariman author_email = hello@zypp.io description = A small package for handling project secrets @@ -20,9 +20,9 @@ classifiers = packages = keyvault python_requires = >=3.6 install_requires = - azure-identity==1.6.0 - azure-keyvault-secrets==4.3.0 - tqdm==4.62.1 + azure-identity>=1.7.1 + azure-keyvault-secrets>=4.3.0 + tqdm>=4.62.1 [flake8] statistics = True