[OND211-2329]: Updated pycryptodomex imports.
This commit is contained in:
parent
edbda14ff5
commit
525aa84ac3
2 changed files with 3 additions and 1 deletions
|
|
@ -78,6 +78,7 @@ dependencies = [
|
||||||
"protobuf==5.27.2",
|
"protobuf==5.27.2",
|
||||||
"psycopg2-binary==2.9.9",
|
"psycopg2-binary==2.9.9",
|
||||||
"pyclipper==1.3.0.post5",
|
"pyclipper==1.3.0.post5",
|
||||||
|
"pycryptodomex==3.20.0",
|
||||||
"pymysql>=1.1.1,<2.0.0",
|
"pymysql>=1.1.1,<2.0.0",
|
||||||
"pypdf==6.4.0",
|
"pypdf==6.4.0",
|
||||||
"python-dotenv==1.0.1",
|
"python-dotenv==1.0.1",
|
||||||
|
|
@ -168,7 +169,6 @@ test = [
|
||||||
"requests>=2.32.2",
|
"requests>=2.32.2",
|
||||||
"requests-toolbelt>=1.0.0",
|
"requests-toolbelt>=1.0.0",
|
||||||
"pycryptodomex==3.20.0",
|
"pycryptodomex==3.20.0",
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[tool.uv.index]]
|
[[tool.uv.index]]
|
||||||
|
|
|
||||||
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -5458,6 +5458,7 @@ dependencies = [
|
||||||
{ name = "protobuf" },
|
{ name = "protobuf" },
|
||||||
{ name = "psycopg2-binary" },
|
{ name = "psycopg2-binary" },
|
||||||
{ name = "pyclipper" },
|
{ name = "pyclipper" },
|
||||||
|
{ name = "pycryptodomex" },
|
||||||
{ name = "pyicu" },
|
{ name = "pyicu" },
|
||||||
{ name = "pymysql" },
|
{ name = "pymysql" },
|
||||||
{ name = "pyobvector" },
|
{ name = "pyobvector" },
|
||||||
|
|
@ -5623,6 +5624,7 @@ requires-dist = [
|
||||||
{ name = "protobuf", specifier = "==5.27.2" },
|
{ name = "protobuf", specifier = "==5.27.2" },
|
||||||
{ name = "psycopg2-binary", specifier = "==2.9.9" },
|
{ name = "psycopg2-binary", specifier = "==2.9.9" },
|
||||||
{ name = "pyclipper", specifier = "==1.3.0.post5" },
|
{ name = "pyclipper", specifier = "==1.3.0.post5" },
|
||||||
|
{ name = "pycryptodomex", specifier = "==3.20.0" },
|
||||||
{ name = "pyicu", specifier = ">=2.15.3,<3.0.0" },
|
{ name = "pyicu", specifier = ">=2.15.3,<3.0.0" },
|
||||||
{ name = "pymysql", specifier = ">=1.1.1,<2.0.0" },
|
{ name = "pymysql", specifier = ">=1.1.1,<2.0.0" },
|
||||||
{ name = "pyobvector", specifier = "==0.2.18" },
|
{ name = "pyobvector", specifier = "==0.2.18" },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue