Skip to content

Commit

Permalink
Update cdp lib version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonMaxfield committed Jan 21, 2022
1 parent d2c287b commit 4a9f776
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.2
cdp-backend[infrastructure]>=3.0.3
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.2
cdp-backend[infrastructure]==3.0.3
pulumi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]

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

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.2",
"@councildataproject/cdp-frontend": "3.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
Expand Down

0 comments on commit 4a9f776

Please sign in to comment.