Skip to content

Commit 31bc5b8

Browse files
committed
Merge branch 'release/1.7.1'
2 parents d2ab696 + 3da8390 commit 31bc5b8

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

.github/workflows/cla.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
name: "CLA"
2+
3+
permissions:
4+
contents: read
5+
pull-requests: write
6+
actions: write
7+
statuses: write
8+
29
on:
310
issue_comment:
411
types: [created]
512
pull_request_target:
6-
types: [opened,closed,synchronize]
13+
types: [opened, closed, synchronize]
714

815
jobs:
916
CLA-Lite:
1017
name: "Signature"
11-
uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@main
18+
uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@v1
1219
secrets:
13-
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT }}
20+
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT }}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.7.1](https://github.com/rdkcentral/python_raft/compare/1.7.0...1.7.1)
8+
9+
- Deploy cla action [`#187`](https://github.com/rdkcentral/python_raft/pull/187)
10+
- Fix #188 - Corrected requirements for python3.10 [`#188`](https://github.com/rdkcentral/python_raft/issues/188)
11+
- Merge tag '1.7.0' into develop [`7fbd695`](https://github.com/rdkcentral/python_raft/commit/7fbd6950e8b9aee16cdc91dec323f53a240831c1)
12+
713
#### [1.7.0](https://github.com/rdkcentral/python_raft/compare/1.6.0...1.7.0)
814

15+
> 23 September 2025
16+
917
- Update #175: Create avSyncController [`#185`](https://github.com/rdkcentral/python_raft/pull/185)
1018
- Fix #175: Corrected typos found in review [`#175`](https://github.com/rdkcentral/python_raft/issues/175)
19+
- Bumped changelog [`dcce487`](https://github.com/rdkcentral/python_raft/commit/dcce48705039e25d521b7cb8cad14100073ecb6c)
1120
- Merge tag '1.6.0' into develop [`f5a0113`](https://github.com/rdkcentral/python_raft/commit/f5a0113a8c3f296ac2627a776840386993dd5886)
1221

1322
#### [1.6.0](https://github.com/rdkcentral/python_raft/compare/1.5.0...1.6.0)

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ anyio==4.3.0
55
async-timeout==4.0.3
66
asyncclick==8.1.7.2
77
asyncio==3.4.3
8+
asyncstdlib==3.13.1
89
attrs==23.2.0
910
bcrypt==4.1.2
1011
beautifulsoup4==4.12.3
@@ -16,9 +17,10 @@ cffi==1.16.0
1617
charset-normalizer==3.3.2
1718
cryptography==42.0.5
1819
decorator==5.1.1
19-
defusedxml==3.13.1
20+
defusedxml==0.7.1
2021
denonavr==1.1.2
2122
Deprecated==1.2.14
23+
exceptiongroup==1.3.0
2224
fabric==3.2.2
2325
frozenlist==1.4.1
2426
ftfy==6.3.1
@@ -61,7 +63,7 @@ trio==0.25.0
6163
trio-websocket==0.11.1
6264
typing_extensions==4.10.0
6365
urllib3==1.26.18
64-
wcwidth==0.2.13
66+
wcwidth==0.2.14
6567
wrapt==1.16.0
6668
wsproto==1.2.0
6769
yarl==1.9.4

0 commit comments

Comments
 (0)