Skip to content

Commit d793b76

Browse files
author
JacksonMaxfield
committed
Update all CDP version pins to v3.0.4
1 parent ee34eac commit d793b76

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.3
1+
cdp-backend[infrastructure]>=3.0.4
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.3
1+
cdp-backend[infrastructure]==3.0.4
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.3",
20+
"cdp-backend[pipeline]==3.0.4",
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.3",
13+
"@councildataproject/cdp-frontend": "3.0.4",
1414
"react": "^16.13.1",
1515
"react-dom": "^16.13.1"
1616
},

0 commit comments

Comments
 (0)