Skip to content

Commit

Permalink
Merge pull request #22 from zypp-io/syn-requirements
Browse files Browse the repository at this point in the history
Sync package requirements
  • Loading branch information
TimvdHeijden authored Jul 21, 2022
2 parents 23213ae + bf6fda6 commit c2ff9ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit c2ff9ce

Please sign in to comment.