Skip to content

Commit 7f87b29

Browse files
authored
processing requirements (#1554)
1 parent 81c79b8 commit 7f87b29

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ requests = "^2.28.2"
8282
spiceypy = "^6.0.0"
8383

8484
[tool.poetry.group.layer-processing.dependencies]
85-
imap-processing = "1.0.35"
85+
imap-processing = "1.0.36"
8686
pandas = ">=3.0.3,<4.0.0"
8787

8888

8989
[tool.poetry.group.layer-idex-processing.dependencies]
90-
imap-processing = "^1.0.35"
90+
imap-processing = "^1.0.36"
9191
spiceypy = "^6.0.0"
9292
sqlalchemy = "^2.0.49"
9393
psycopg2-binary = "^2.9.12"

sds_data_manager/lambda_code/idex_processing/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ idna==3.18 ; python_version >= "3.11" and python_version < "3.13" \
261261
imap-data-access==0.42.0 ; python_version >= "3.11" and python_version < "3.13" \
262262
--hash=sha256:5eb6081dd9e6bcac2be60d5bb288a66d8d52922124d52e6d1ac7020beff2bc4b \
263263
--hash=sha256:64dbd378dbe57e35eee157b513ee4929b279056983c19bd1481eeb90dac07fbf
264-
imap-processing==1.0.35 ; python_version >= "3.11" and python_version < "3.13" \
265-
--hash=sha256:1e4605da3d3ac453a7d667e3f94cfe5355935b6a81541873e5914a9f3ee1455c \
266-
--hash=sha256:21f344b2d2783764be8de5575e7097917912973d1a1a4e5714a05c3e9035a45f
264+
imap-processing==1.0.36 ; python_version >= "3.11" and python_version < "3.13" \
265+
--hash=sha256:17bbdeadc5543f86be0197cef756cee40bfb860da115e3ae3102878f793944cc \
266+
--hash=sha256:6f527204d058fbbc197e65959c3525289ef9418581de0d1f77e2dcba2eaff4a8
267267
jmespath==1.1.0 ; python_version >= "3.11" and python_version < "3.13" \
268268
--hash=sha256:472c87d80f36026ae83c6ddd0f1d05d4e510134ed462851fd5f754c8c3cbb88d \
269269
--hash=sha256:a5663118de4908c91729bea0acadca56526eb2698e83de10cd116ae0f4e97c64

sds_data_manager/lambda_code/processing/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ idna==3.18 ; python_version >= "3.11" and python_version < "3.13" \
261261
imap-data-access==0.42.0 ; python_version >= "3.11" and python_version < "3.13" \
262262
--hash=sha256:5eb6081dd9e6bcac2be60d5bb288a66d8d52922124d52e6d1ac7020beff2bc4b \
263263
--hash=sha256:64dbd378dbe57e35eee157b513ee4929b279056983c19bd1481eeb90dac07fbf
264-
imap-processing==1.0.35 ; python_version >= "3.11" and python_version < "3.13" \
265-
--hash=sha256:1e4605da3d3ac453a7d667e3f94cfe5355935b6a81541873e5914a9f3ee1455c \
266-
--hash=sha256:21f344b2d2783764be8de5575e7097917912973d1a1a4e5714a05c3e9035a45f
264+
imap-processing==1.0.36 ; python_version >= "3.11" and python_version < "3.13" \
265+
--hash=sha256:17bbdeadc5543f86be0197cef756cee40bfb860da115e3ae3102878f793944cc \
266+
--hash=sha256:6f527204d058fbbc197e65959c3525289ef9418581de0d1f77e2dcba2eaff4a8
267267
jmespath==1.1.0 ; python_version >= "3.11" and python_version < "3.13" \
268268
--hash=sha256:472c87d80f36026ae83c6ddd0f1d05d4e510134ed462851fd5f754c8c3cbb88d \
269269
--hash=sha256:a5663118de4908c91729bea0acadca56526eb2698e83de10cd116ae0f4e97c64

0 commit comments

Comments
 (0)