Skip to content

Commit

Permalink
fix(deps): update dependency descope to v0.3.0 (#32)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [descope](https://descope.com/)
([source](https://togithub.com/descope/python-sdk)) | dependencies |
minor | `0.2.0` -> `==0.3.0` |
| [descope](https://descope.com/)
([source](https://togithub.com/descope/python-sdk)) | | minor |
`==0.2.0` -> `==0.3.0` |

---

### Release Notes

<details>
<summary>descope/python-sdk</summary>

###
[`v0.3.0`](https://togithub.com/descope/python-sdk/releases/tag/0.3.0)

[Compare
Source](https://togithub.com/descope/python-sdk/compare/0.2.0...0.3.0)

##### What's Changed

- Change exchange to POST by
[@&#8203;dorsha](https://togithub.com/dorsha) in
[descope/python-sdk#63
- Change access key and refresh session to POST by
[@&#8203;dorsha](https://togithub.com/dorsha) in
[descope/python-sdk#64
- 1. adjust email_validator for the new version (disable call for dns q…
by [@&#8203;guyp-descope](https://togithub.com/guyp-descope) in
[descope/python-sdk#65
- fix: use cov xml file for result by
[@&#8203;omercnet](https://togithub.com/omercnet) in
[descope/python-sdk#62
- chore(deps): update dependency black to v22.10.0 by
[@&#8203;descope](https://togithub.com/descope) in
[descope/python-sdk#67
- Extend API to support custom claims by
[@&#8203;aviadl](https://togithub.com/aviadl) in
[descope/python-sdk#68
- Change SAML start to be post by
[@&#8203;dorsha](https://togithub.com/dorsha) in
[descope/python-sdk#70
- Change oauth authorize to be post by
[@&#8203;dorsha](https://togithub.com/dorsha) in
[descope/python-sdk#71
- Fix oauth/saml start to be POST with query params by
[@&#8203;dorsha](https://togithub.com/dorsha) in
[descope/python-sdk#72
- Add useful headers by [@&#8203;dorsha](https://togithub.com/dorsha) in
[descope/python-sdk#73
- Stepup take 2 by [@&#8203;aviadl](https://togithub.com/aviadl) in
[descope/python-sdk#74
- Adjust jwt response for access key with authz by
[@&#8203;guyp-descope](https://togithub.com/guyp-descope) in
[descope/python-sdk#75
- fix(deps): update dependency cryptography to v38.0.3 \[security] by
[@&#8203;descope](https://togithub.com/descope) in
[descope/python-sdk#76
- fix(deps): update dependency pyjwt to v2.6.0 by
[@&#8203;descope](https://togithub.com/descope) in
[descope/python-sdk#77
- chore(deps): update dependency pytest-cov to v4 by
[@&#8203;descope](https://togithub.com/descope) in
[descope/python-sdk#69
- chore(deps): update dependency pytest to v7.2.0 by
[@&#8203;descope](https://togithub.com/descope) in
[descope/python-sdk#79
- Add webauthn SignUpOrIn function by
[@&#8203;shilgapira](https://togithub.com/shilgapira) in
[descope/python-sdk#80
- Have both logout and logout_all as optinos by
[@&#8203;slavikm](https://togithub.com/slavikm) in
[descope/python-sdk#81
- Add MFA support by [@&#8203;aviadl](https://togithub.com/aviadl) in
[descope/python-sdk#82
- chore(deps): update dependency liccheck to v0.7.3 by
[@&#8203;descope](https://togithub.com/descope) in
[descope/python-sdk#83
- Management by [@&#8203;itaihanski](https://togithub.com/itaihanski) in
[descope/python-sdk#84
- Add issuer support as url by
[@&#8203;dorsha](https://togithub.com/dorsha) in
[descope/python-sdk#85
- Get management key from env var or config params by
[@&#8203;shilgapira](https://togithub.com/shilgapira) in
[descope/python-sdk#87
- Enchanted link support by
[@&#8203;aviadl](https://togithub.com/aviadl) in
[descope/python-sdk#86
- Ensure management key is set before passing calls to management APIs
by [@&#8203;shilgapira](https://togithub.com/shilgapira) in
[descope/python-sdk#90
- Set localhost as default base_url (instead of prod link) by
[@&#8203;guyp-descope](https://togithub.com/guyp-descope) in
[descope/python-sdk#88
- update poetry lockfile by
[@&#8203;omercnet](https://togithub.com/omercnet) in
[descope/python-sdk#89

##### New Contributors

- [@&#8203;itaihanski](https://togithub.com/itaihanski) made their first
contribution in
[descope/python-sdk#84

**Full Changelog**:
descope/python-sdk@0.2.0...0.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzguMSIsInVwZGF0ZWRJblZlciI6IjMyLjIzOC4xIn0=-->

Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] and descope[bot] committed Nov 30, 2022
1 parent 52d5012 commit d397687
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 44 deletions.
81 changes: 41 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.7,<4.0"
Django = ">=3.2,<5"
descope = "0.2.0"
descope = "==0.3.0"

[tool.poetry.group.dev.dependencies]
flake8 = "5.0.4"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ cryptography==38.0.1 ; python_version >= "3.7" and python_version < "4.0" \
--hash=sha256:d3971e2749a723e9084dd507584e2a2761f78ad2c638aa31e80bc7a15c9db4f9 \
--hash=sha256:d4ef6cc305394ed669d4d9eebf10d3a101059bdcf2669c366ec1d14e4fb227bd \
--hash=sha256:d9e69ae01f99abe6ad646947bba8941e896cb3aa805be2597a0400e0764b5818
descope==0.2.0 ; python_version >= "3.7" and python_version < "4.0" \
--hash=sha256:0e4980f9ee73d50771b11dd03661a5ecba3fd253002950fed340670e8f2be712 \
--hash=sha256:b8230a8a284582d72183d650274aa02e8116ba12008aee365b464b8a23b2c287
descope==0.3.0; python_version >= "3.7" and python_version < "4.0" \
--hash=sha256:31d93a0f955e31bf4a4f2916f7b3d4e034d98c2a17af045426646c419f4a808a \
--hash=sha256:8b241e14dd9d56619320a5866e8517438646e641a1450f3f98a0c8fbd35ddf10
django==3.2.16 ; python_version >= "3.7" and python_version < "4.0" \
--hash=sha256:18ba8efa36b69cfcd4b670d0fa187c6fe7506596f0ababe580e16909bcdec121 \
--hash=sha256:3adc285124244724a394fa9b9839cc8cd116faf7d159554c43ecdaa8cdf0b94d
Expand Down

0 comments on commit d397687

Please sign in to comment.