Skip to content

Commit d8d6ef7

Browse files
authored
Merge pull request #936 from greglucas/bump-imap-data-access
MNT: Bump imap-data-access version for new file type support
2 parents ddf2731 + 5ea8695 commit d8d6ef7

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

lambda_layer/database/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ greenlet==3.2.2 ; python_version < "3.14" and (platform_machine == "aarch64" or
153153
idna==3.10 ; python_version >= "3.10" and python_version < "4" \
154154
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
155155
--hash=sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3
156-
imap-data-access==0.36.0 ; python_version >= "3.10" and python_version < "4" \
157-
--hash=sha256:e221c55395bc3a1163432110b67ec544566f87e1e332bd3da2c9f833c765136c \
158-
--hash=sha256:edf8a57c89759bcf40979b290e5fa368f71b34094d757c203d1086ad57818a79
156+
imap-data-access==0.37.0 ; python_version >= "3.10" and python_version < "4" \
157+
--hash=sha256:7887ad43c4404c6465035af73621237aef7a8d88d506439dd4618aef1db8cf87 \
158+
--hash=sha256:9801aba311311815866336636fdad9e37b530498f4c3f21abce283d860a7c643
159159
psycopg2-binary==2.9.10 ; python_version >= "3.10" and python_version < "4" \
160160
--hash=sha256:04392983d0bb89a8717772a193cfaac58871321e3ec69514e1c4e0d4957b5aff \
161161
--hash=sha256:056470c3dc57904bbf63d6f534988bafc4e970ffd50f6271fc4ee7daad9498a5 \

lambda_layer/spice/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ charset-normalizer==3.4.2 ; python_version >= "3.10" and python_version < "4" \
9797
idna==3.10 ; python_version >= "3.10" and python_version < "4" \
9898
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
9999
--hash=sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3
100-
imap-data-access==0.36.0 ; python_version >= "3.10" and python_version < "4" \
101-
--hash=sha256:e221c55395bc3a1163432110b67ec544566f87e1e332bd3da2c9f833c765136c \
102-
--hash=sha256:edf8a57c89759bcf40979b290e5fa368f71b34094d757c203d1086ad57818a79
100+
imap-data-access==0.37.0 ; python_version >= "3.10" and python_version < "4" \
101+
--hash=sha256:7887ad43c4404c6465035af73621237aef7a8d88d506439dd4618aef1db8cf87 \
102+
--hash=sha256:9801aba311311815866336636fdad9e37b530498f4c3f21abce283d860a7c643
103103
numpy==2.2.6 ; python_version >= "3.10" and python_version < "4" \
104104
--hash=sha256:038613e9fb8c72b0a41f025a7e4c3f0b7a1b5d768ece4796b674c8f3fe13efff \
105105
--hash=sha256:0678000bb9ac1475cd454c6b8c799206af8107e310843532b04d49649c717a47 \

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ python = ">=3.10,<4"
3232
# WARNING - Please run this command when updateing `imap-data-access` to ensure that
3333
# the correct version and hash are used:
3434
# poetry export -f requirements.txt -o lambda_layer/database/requirements.txt --with layer-database
35-
imap-data-access = ">=0.36.0"
35+
imap-data-access = ">=0.37.0"
3636

3737
# Optional dependencies - install with `poetry install -E docs`
3838
sphinx = {version="^7.1.0", optional=true}

sds_data_manager/lambda_code/processing/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ charset-normalizer==3.4.2 ; python_version >= "3.10" and python_version < "4" \
142142
idna==3.10 ; python_version >= "3.10" and python_version < "4" \
143143
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
144144
--hash=sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3
145-
imap-data-access==0.36.0 ; python_version >= "3.10" and python_version < "4" \
146-
--hash=sha256:e221c55395bc3a1163432110b67ec544566f87e1e332bd3da2c9f833c765136c \
147-
--hash=sha256:edf8a57c89759bcf40979b290e5fa368f71b34094d757c203d1086ad57818a79
145+
imap-data-access==0.37.0 ; python_version >= "3.10" and python_version < "4" \
146+
--hash=sha256:7887ad43c4404c6465035af73621237aef7a8d88d506439dd4618aef1db8cf87 \
147+
--hash=sha256:9801aba311311815866336636fdad9e37b530498f4c3f21abce283d860a7c643
148148
imap-processing==1.0.0 ; python_version >= "3.10" and python_version < "4" \
149149
--hash=sha256:808c614dbd4d1a198972bd224416bcb16a933b12bfe0a5391cac21ea198aca32 \
150150
--hash=sha256:f71001020a0047f9ceba9a2803384e34f669821779f88619e14c2cd598fa75fc

0 commit comments

Comments
 (0)