Skip to content

Commit

Permalink
Merge fb14544 into a73b1c1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Oct 8, 2019
2 parents a73b1c1 + fb14544 commit a7b34eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flask==1.1.1
jsonschema==2.5.1
jsonschema==3.0.2
sqlalchemy==1.3.3
sqlalchemy-utils>=0.33.11
psycopg2>=2.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
package_data={"index": ["schemas/*"]},
install_requires=[
"flask==1.1.1",
"jsonschema==2.5.1",
"jsonschema==3.0.2",
"sqlalchemy==1.3.3",
"sqlalchemy-utils>=0.33.11",
"psycopg2>=2.7",
Expand Down

0 comments on commit a7b34eb

Please sign in to comment.