Skip to content

Commit 60cb4df

Browse files
author
JacksonMaxfield
committed
Update to 3.0.2 backend and frontend patches
1 parent ed64c51 commit 60cb4df

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cdp-backend[infrastructure]>=3.0.1
1+
cdp-backend[infrastructure]>=3.0.2
22
cdp-scrapers~=0.3
33
cookiecutter~=1.7
44
requests~=2.25
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cdp-backend[infrastructure]==3.0.1
1+
cdp-backend[infrastructure]==3.0.2
22
pulumi

{{ cookiecutter.hosting_github_repo_name }}/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
]
1818

1919
requirements = [
20-
"cdp-backend[pipeline]==3.0.1",
20+
"cdp-backend[pipeline]==3.0.2",
2121
]
2222

2323
extra_requirements = {

{{ cookiecutter.hosting_github_repo_name }}/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"deploy": "gh-pages -d build"
1111
},
1212
"dependencies": {
13-
"@councildataproject/cdp-frontend": "3.0.1",
13+
"@councildataproject/cdp-frontend": "3.0.2",
1414
"react": "^16.13.1",
1515
"react-dom": "^16.13.1"
1616
},

0 commit comments

Comments
 (0)