Skip to content

Commit

Permalink
build(deps): update didkit version to 0.3.3 (#2609)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmltaWt0 authored Oct 21, 2024
1 parent cbb3eb3 commit edcb3bc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/verifiable_credentials/tech_details.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Verifiable Credentials feature has introduced a couple of extra packages.
didkit-python
~~~~~~~~~~~~~

``didkit==0.3.2``
``didkit==0.3.3``

A tool for verifiable credentials operations (issuance, verification, signing, validation).

Expand Down
2 changes: 1 addition & 1 deletion requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ defusedxml==0.8.0rc2
# -r requirements/production.txt
# python3-openid
# social-auth-core
didkit==0.3.2
didkit==0.3.3
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
didkit==0.3.2
didkit==0.3.3
# via -r requirements/base.in
django==4.2.16
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ defusedxml==0.8.0rc2
# -r requirements/test.txt
# python3-openid
# social-auth-core
didkit==0.3.2
didkit==0.3.3
# via -r requirements/test.txt
dill==0.3.8
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
didkit==0.3.2
didkit==0.3.3
# via -r requirements/base.txt
django==4.2.16
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
didkit==0.3.2
didkit==0.3.3
# via -r requirements/base.txt
dill==0.3.8
# via pylint
Expand Down

0 comments on commit edcb3bc

Please sign in to comment.