Skip to content

Commit 359c764

Browse files
Merge pull request #404 from uc-cdis/fix/upgrade-pyyaml
Upgrade pyyaml
2 parents d2893b1 + ea79ef4 commit 359c764

File tree

4 files changed

+72
-57
lines changed

4 files changed

+72
-57
lines changed

.secrets.baseline

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"filename": "README.md",
124124
"hashed_secret": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3",
125125
"is_verified": false,
126-
"line_number": 71
126+
"line_number": 72
127127
}
128128
],
129129
"bin/settings.py": [
@@ -350,5 +350,5 @@
350350
}
351351
]
352352
},
353-
"generated_at": "2023-10-27T19:51:06Z"
353+
"generated_at": "2023-11-16T20:43:43Z"
354354
}

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# sheepdog
22

3-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0069fa67707f48a7aabfe9de6b857392)](https://www.codacy.com/app/uc-cdis/sheepdog?utm_source=github.com&utm_medium=referral&utm_content=uc-cdis/sheepdog&utm_campaign=Badge_Grade)
3+
[![Build Status](https://travis-ci.org/uc-cdis/sheepdog.svg?branch=master)](https://travis-ci.org/uc-cdis/sheepdog)
44
[![Coverage Status](https://coveralls.io/repos/github/uc-cdis/sheepdog/badge.svg)](https://coveralls.io/github/uc-cdis/sheepdog)
5+
56
## Installation
67

78
### For General Usage

poetry.lock

+64-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sheepdog"
3-
version = "5.1.2"
3+
version = "5.1.3"
44
description = "Gen3 Submission Service"
55
authors = ["CTDS UChicago <[email protected]>"]
66
license = "Apache-2.0"
@@ -21,7 +21,7 @@ boto = ">=2.49.0"
2121
botocore = ">=1.29.71"
2222

2323
datamodelutils = ">=1.0.0"
24-
dictionaryutils = ">=3.4.6"
24+
dictionaryutils = ">=3.4.10"
2525
envelopes = ">=0.4"
2626
Flask = ">=2.2.5"
2727
Flask-SQLAlchemy-Session = ">=1.1"
@@ -31,15 +31,15 @@ graphene = ">=2.0.1"
3131
jsonschema = ">=3.2"
3232
lxml = ">=4.6.5"
3333
psycopg2 = ">=2.8.4"
34-
PyYAML = "~5.3.1"
34+
PyYAML = ">=5.4.1"
3535
requests = ">=2.31.0,<3.0.0"
3636
simplejson = ">=3.8.1"
3737
sqlalchemy = ">=1.3.*"
3838
cdispyutils = ">=2.0.1"
3939
psqlgraph = ">=3.0.1"
4040
cdiserrors = ">=1.0.0"
4141
cdislogging = ">=1.0.0"
42-
gen3dictionary = ">=2.0.1"
42+
gen3dictionary = ">=2.0.3"
4343
gen3datamodel = ">=3.1.0"
4444
indexclient = ">=2.1.1"
4545
urllib3 = "<2.0.0"

0 commit comments

Comments
 (0)