Skip to content

Commit 8bef970

Browse files
committed
- Upgraded flatdict dependency from mustache files and setup.py.
1 parent 59e6e30 commit 8bef970

4 files changed

Lines changed: 3 additions & 6 deletions

File tree

openapi/templates/requirements.mustache

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
aenum==3.1.11
22
aiohttp==3.12.14
33
blinker==1.9.0
4-
flatdict==4.0.1
54
jwcrypto==1.5.6
65
pycryptodomex==3.23.0
76
pydantic==2.11.3
@@ -20,4 +19,4 @@ pytest-asyncio==0.26.0
2019
pytest-mock==3.14.0
2120
pytest-recording==0.13.2
2221
tox==4.24.2
23-
twine==6.1.0
22+
twine==6.1.0

openapi/templates/setup.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ REQUIRES = [
3636
"aenum >= 3.1.11",
3737
"aiohttp >= 3.12.14",
3838
"blinker >= 1.9.0",
39-
"flatdict >= 4.0.1",
4039
'jwcrypto >= 1.5.6',
4140
"pycryptodomex >= 3.23.0",
4241
"pydantic >= 2.11.3",

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aenum==3.1.11
22
aiohttp==3.12.14
33
blinker==1.9.0
4-
flatdict==4.0.1
4+
flatdict==4.1.0
55
jwcrypto==1.5.6
66
pycryptodomex==3.23.0
77
pydantic==2.11.3
@@ -20,4 +20,4 @@ pytest-asyncio==0.26.0
2020
pytest-mock==3.14.0
2121
pytest-recording==0.13.2
2222
tox==4.24.2
23-
twine==6.1.0
23+
twine==6.1.0

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"aenum >= 3.1.11",
3737
"aiohttp >= 3.12.14",
3838
"blinker >= 1.9.0",
39-
"flatdict >= 4.0.1",
4039
'jwcrypto >= 1.5.6',
4140
"pycryptodomex >= 3.23.0",
4241
"pydantic >= 2.11.3",

0 commit comments

Comments
 (0)