fix(deps): update dependency pycparser to v3
This commit is contained in:
parent
e145feac02
commit
81892b3e4e
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ dependencies = [
|
|||
"httpcore==1.0.9",
|
||||
"httpx==0.28.1",
|
||||
"idna==3.13",
|
||||
"pycparser==2.23",
|
||||
"pycparser==3.0",
|
||||
"typing_extensions==4.15.0",
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@ h11==0.16.0
|
|||
httpcore==1.0.9
|
||||
httpx==0.28.1
|
||||
idna==3.13
|
||||
pycparser==2.23
|
||||
pycparser==3.0
|
||||
typing_extensions==4.15.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue