Skip to content

Commit 34617b1

Browse files
committed
Merge branch 'master' into cryptography-43
2 parents 7440ebc + 94c7e3d commit 34617b1

File tree

5 files changed

+217
-195
lines changed

5 files changed

+217
-195
lines changed

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3636

37-
- uses: snyk/actions/python-3.7@b98d498629f1c368650224d6d212bf7dfa89e4bf # [email protected]
37+
- uses: snyk/actions/python-3.8@4a528b5c534bb771b6e3772656a8e0e9dc902f8b # pinned 2023-06-13
3838
continue-on-error: true # Make sure the SARIF upload is called
3939
env:
4040
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.7.1
1+
4.7.2

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [4.7.2](https://github.com/auth0/auth0-python/tree/4.7.2) (2024-09-10)
4+
[Full Changelog](https://github.com/auth0/auth0-python/compare/4.7.1...4.7.2)
5+
6+
**Security**
7+
- Update cryptography requirements.txt [\#630](https://github.com/auth0/auth0-python/pull/630) ([duedares-rvj](https://github.com/duedares-rvj))
8+
39
## [4.7.1](https://github.com/auth0/auth0-python/tree/4.7.1) (2024-02-26)
410
[Full Changelog](https://github.com/auth0/auth0-python/compare/4.7.0...4.7.1)
511

0 commit comments

Comments
 (0)