Skip to content

Commit

Permalink
Update to 3.0.2 backend and frontend patches
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonMaxfield committed Jan 6, 2022
1 parent ed64c51 commit 60cb4df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cdp-backend[infrastructure]>=3.0.1
cdp-backend[infrastructure]>=3.0.2
cdp-scrapers~=0.3
cookiecutter~=1.7
requests~=2.25
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cdp-backend[infrastructure]==3.0.1
cdp-backend[infrastructure]==3.0.2
pulumi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]

requirements = [
"cdp-backend[pipeline]==3.0.1",
"cdp-backend[pipeline]==3.0.2",
]

extra_requirements = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deploy": "gh-pages -d build"
},
"dependencies": {
"@councildataproject/cdp-frontend": "3.0.1",
"@councildataproject/cdp-frontend": "3.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
Expand Down

0 comments on commit 60cb4df

Please sign in to comment.