Skip to content

Commit

Permalink
fixes deps
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed May 31, 2024
1 parent ebd00bb commit 9c2c411
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
mongoengine==0.27.0
blinker==1.8.2
dnspython==2.1.0
blinker==1.8.2
mongoengine==0.27.0
pymongo==3.13.0
pymongocrypt==1.9.2
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def kms_key_arn(kms_connection_url) -> str:

@pytest.fixture(scope='session')
def setup_encrypted_string_data_key(
kms_key_arn: str, db_connection, kms_connection_url: str
kms_key_arn: str, db_connection: MongoClient, kms_connection_url: str
) -> Generator:
"""
Creates data keys for testing purpose. It is required in order to use
Expand Down

0 comments on commit 9c2c411

Please sign in to comment.