Skip to content

Commit 884ce29

Browse files
committed
Bump requirements
1 parent 1f39e9f commit 884ce29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2
66
jobs:
77
build:
88
docker:
9-
- image: python:3.6
9+
- image: python:3.9.1-slim-buster
1010
steps:
1111
- checkout
1212
- run:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ pyparsing==2.2.0
66
six
77

88
# InDesign
9-
lxml==4.1.1
9+
lxml==4.3.3
1010
git+git://github.com/kbairak/ucflib@py3_compatibility

0 commit comments

Comments
 (0)