Skip to content

Commit

Permalink
(fix PXP-11163): upgrade pyyaml and gen3dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
george42-ctds committed Nov 16, 2023
1 parent d2893b1 commit 45b7b78
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 53 deletions.
114 changes: 64 additions & 50 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ boto = ">=2.49.0"
botocore = ">=1.29.71"

datamodelutils = ">=1.0.0"
dictionaryutils = ">=3.4.6"
dictionaryutils = ">=3.4.10"
envelopes = ">=0.4"
Flask = ">=2.2.5"
Flask-SQLAlchemy-Session = ">=1.1"
Expand All @@ -31,15 +31,15 @@ graphene = ">=2.0.1"
jsonschema = ">=3.2"
lxml = ">=4.6.5"
psycopg2 = ">=2.8.4"
PyYAML = "~5.3.1"
PyYAML = ">=5.4.1"
requests = ">=2.31.0,<3.0.0"
simplejson = ">=3.8.1"
sqlalchemy = ">=1.3.*"
cdispyutils = ">=2.0.1"
psqlgraph = ">=3.0.1"
cdiserrors = ">=1.0.0"
cdislogging = ">=1.0.0"
gen3dictionary = ">=2.0.1"
gen3dictionary = ">=2.0.3"
gen3datamodel = ">=3.1.0"
indexclient = ">=2.1.1"
urllib3 = "<2.0.0"
Expand Down

0 comments on commit 45b7b78

Please sign in to comment.