Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump duo-client from 5.0.1 to 5.1.0 #3840

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ blis==0.7.10
# via thinc
blockkit==1.5.2
# via -r requirements-base.in
boto3==1.28.59
# via -r requirements-base.in
botocore==1.31.59
# via
# boto3
# s3transfer
cachetools==5.3.1
# via
# -r requirements-base.in
Expand Down Expand Up @@ -106,7 +112,7 @@ deprecation==2.1.0
# via pdpyras
dnspython==2.4.2
# via email-validator
duo-client==5.0.1
duo-client==5.1.0
# via -r requirements-base.in
ecdsa==0.18.0
# via python-jose
Expand Down Expand Up @@ -180,6 +186,10 @@ jinja2==3.1.2
# spacy
jira==2.0.0
# via -r requirements-base.in
jmespath==1.0.1
# via
# boto3
# botocore
joblib==1.3.2
# via -r requirements-base.in
jsonpath-ng==1.6.0
Expand Down Expand Up @@ -315,6 +325,7 @@ pytest-subtests==0.7.0
python-dateutil==2.8.2
# via
# -r requirements-base.in
# botocore
# emails
# pandas
python-jose==3.3.0
Expand Down Expand Up @@ -358,6 +369,8 @@ rsa==4.9
# google-auth
# oauth2client
# python-jose
s3transfer==0.7.0
# via boto3
schedule==1.2.1
# via -r requirements-base.in
schemathesis==3.19.7
Expand Down Expand Up @@ -469,6 +482,7 @@ uritemplate==4.1.1
# via google-api-python-client
urllib3==1.26.16
# via
# botocore
# google-auth
# pdpyras
# requests
Expand Down
Loading