Skip to content

Commit e97c563

Browse files
committed
- Upgraded the version of flatdict library.
1 parent a99a51b commit e97c563

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

openapi/templates/requirements.mustache

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

openapi/templates/setup.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ REQUIRES = [
3636
"aenum >= 3.1.11",
3737
"aiohttp >= 3.12.14",
3838
"blinker >= 1.9.0",
39-
"flatdict >= 4.0.1",
39+
"flatdict >= 4.1.0",
4040
'jwcrypto >= 1.5.6',
4141
"pycryptodomex >= 3.23.0",
4242
"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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"aenum >= 3.1.11",
3737
"aiohttp >= 3.12.14",
3838
"blinker >= 1.9.0",
39-
"flatdict >= 4.0.1",
39+
"flatdict >= 4.1.0",
4040
'jwcrypto >= 1.5.6',
4141
"pycryptodomex >= 3.23.0",
4242
"pydantic >= 2.11.3",

0 commit comments

Comments
 (0)