Skip to content

Commit 9c4d5f3

Browse files
dependabot[bot]mr-c
authored andcommitted
Update shellescape requirement from <3.5,>=3.4.1 to >=3.4.1,<3.9
Updates the requirements on [shellescape](https://github.com/chrissimpkins/shellescape) to permit the latest version. - [Release notes](https://github.com/chrissimpkins/shellescape/releases) - [Commits](chrissimpkins/shellescape@v3.4.1...v3.8.1) --- updated-dependencies: - dependency-name: shellescape dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 695a6fa commit 9c4d5f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
requests>=2.4.3
22
ruamel.yaml>=0.12.4,<=0.16.5
33
rdflib>=4.2.2,<5.1
4-
shellescape>=3.4.1,<3.5
4+
shellescape>=3.4.1,<3.9
55
schema-salad>=7.1.20210518142926,<8
66
prov==1.5.1
77
bagit==1.8.1

setup.py

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
# https://github.com/ionrock/cachecontrol/issues/137
111111
"ruamel.yaml >= 0.12.4, <= 0.16.5",
112112
"rdflib >= 4.2.2, < 5.1.0",
113-
"shellescape >= 3.4.1, < 3.5",
113+
"shellescape >= 3.4.1, < 3.9",
114114
# 7.1.20210518142926 or later required due to
115115
# https://github.com/common-workflow-language/schema_salad/issues/385
116116
"schema-salad >= 7.1.20210518142926, < 8",

0 commit comments

Comments
 (0)