From 14a85f9473eff26abdea3b756c42846694d8d338 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 3 Nov 2020 04:12:47 -0800 Subject: [PATCH] Fix pinned dependencies --- azure-pipelines.yml | 3 +-- requirements/main.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5fbb2cf6..4025bdc3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -156,9 +156,8 @@ stages: # versionSpec: "$(python.version)" - bash: | brew update - brew unlink python@2 brew upgrade python - echo "Using Python `python3 --version`" + echo "Using `python3 --version`" displayName: "Update brew and Python" - bash: | brew install \ diff --git a/requirements/main.txt b/requirements/main.txt index 5247e369..fde1197e 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -1,12 +1,12 @@ # requirements.txt can be used to replicate the developer's build environment # setup.py lists a separate set of requirements that are looser to simplify # installation -cffi == 1.14.0 +cffi == 1.14.3 coloredlogs == 14.0 # technically optional -img2pdf == 0.3.6 -pdfminer.six == 20200517 -pikepdf == 1.16.1 +img2pdf == 0.4.0 +pdfminer.six == 20201018 +pikepdf == 2.0.0 pluggy == 0.13.1 -Pillow == 7.1.2 -reportlab == 3.5.42 -tqdm == 4.46.1 +Pillow == 8.0.1 +reportlab == 3.5.55 +tqdm == 4.51.0