Skip to content

Commit db8a91c

Browse files
authored
Bump authlib to 1.6.9 to avoid high cve (#1975)
* Bump authlib to 1.6.9 to avoid high cve * Reduce ver requirement in `setup.cfg` * update changelog
1 parent 1b1e069 commit db8a91c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
Version 4.20.3
5+
--------------
6+
This patch version includes:
7+
- Update of ``authlib`` dependency
8+
49
Version 4.20.2
510
--------------
611
This patch version includes:

requirements-devel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
httpx==0.26.0
22
validators==0.34.0
3-
authlib==1.6.6
3+
authlib==1.6.9
44
grpcio==1.75.1
55
grpcio-tools==1.75.1
66
grpcio-health-checking==1.75.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ include_package_data = True
3636
install_requires =
3737
httpx>=0.26.0,<0.29.0
3838
validators>=0.34.0,<1.0.0
39-
authlib>=1.6.5,<2.0.0
39+
authlib>=1.6.7,<2.0.0
4040
pydantic>=2.12.0,<3.0.0
4141
grpcio>=1.59.5,<1.80.0
4242
protobuf>=4.21.6,<7.0.0

0 commit comments

Comments
 (0)