Skip to content

Commit

Permalink
Merge pull request #1780 from alphagov/3272-updated-packages
Browse files Browse the repository at this point in the history
updated all packages to latest in 3.8 env
  • Loading branch information
martynipratt authored Oct 16, 2023
2 parents da4071e + c98b66a commit 0e0ee3c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ source venv/bin/activate
mkdir -p wheelhouse

pip3 --python ${PYTHON} install --platform manylinux2014_x86_64 --target=wheelhouse --implementation cp --only-binary=:all: --upgrade grequests
pip3 install -r requirements.txt
(
cd wheelhouse
zip -r ../download_logs_analytics.zip .
)
zip -r download_logs_analytics.zip handler.py download_logs

rm -rf wheelhouse
rm -rf venv
Binary file modified terraform/lambda/DownloadLogsAnalytics/download_logs_analytics.zip
Binary file not shown.
17 changes: 11 additions & 6 deletions terraform/lambda/DownloadLogsAnalytics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
boto3==1.26.38
botocore==1.29.38
boto3==1.28.63
botocore==1.31.63
certifi==2023.7.22
grequests==0.6.0
charset-normalizer==3.3.0
gevent==23.9.1
greenlet==3.0.0
grequests==0.7.0
idna==3.4
jmespath==1.0.1
mock==5.0.0
mock==5.1.0
nose==1.3.7
python-dateutil==2.8.2
requests==2.31.0
s3transfer==0.6.0
s3transfer==0.7.0
six==1.16.0
urllib3>=2.0,<2.1
urllib3==1.26.17
zope.event==5.0
zope.interface==6.1
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ source venv/bin/activate
mkdir -p wheelhouse

pip3 --python ${PYTHON} install --platform manylinux2014_x86_64 --target=wheelhouse --implementation cp --only-binary=:all: --upgrade grequests
pip3 install -r requirements.txt
(
cd wheelhouse
zip -r ../send_public_events_to_ga.zip .
Expand Down
17 changes: 11 additions & 6 deletions terraform/lambda/SendPublicAPIEventsToGA/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
boto3==1.26.38
botocore==1.29.38
boto3==1.28.63
botocore==1.31.63
certifi==2023.7.22
grequests==0.6.0
charset-normalizer==3.3.0
gevent==23.9.1
greenlet==3.0.0
grequests==0.7.0
idna==3.4
jmespath==1.0.1
mock==5.0.0
mock==5.1.0
nose==1.3.7
python-dateutil==2.8.2
requests==2.31.0
s3transfer==0.6.0
s3transfer==0.7.0
six==1.16.0
urllib3>=2.0,<2.1
urllib3==1.26.17
zope.event==5.0
zope.interface==6.1
Binary file not shown.

0 comments on commit 0e0ee3c

Please sign in to comment.