Skip to content

Commit

Permalink
Update version and reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdHeijden committed May 31, 2024
1 parent 69364ea commit c941538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
azure-identity>=1.7.1
azure-keyvault-secrets>=4.2.0
black>=22.3.0
flake8>=3.8.4
tqdm>=4.57.0
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = keyvault
version = 0.1.6
version = 0.2.0
author = Melvin Folkers, Erfan Nariman
author_email = [email protected]
description = A small package for handling project secrets
Expand All @@ -18,7 +18,7 @@ classifiers =

[options]
packages = keyvault
python_requires = >=3.6
python_requires = >=3.9
install_requires =
azure-identity>=1.7.1
azure-keyvault-secrets>=4.3.0
Expand Down

0 comments on commit c941538

Please sign in to comment.