Skip to content

Commit

Permalink
Use relstorage 4.0.0 and psycopg2 2.9.9
Browse files Browse the repository at this point in the history
Use Volto 16.30.3
Update CHANGELOG
  • Loading branch information
fredvd committed Feb 23, 2024
1 parent 84b2861 commit 1889f6c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

---

- Use relstorage 4.0.0 and psycopg2 2.9.9. [fredvd]

- Use Volto 16.30.3. [frevd]]

- Fix copying contentdb from live to testing where the INTERNAL_RAZZLE_API_PATH is different so it doesn't detect internal url's correctly. [sneridagh]

- Fix for plone.org issues 73 and 110 [miropaananen]

- Use mxdev 3.1.0 and pip 23.3.2 by overriding them in mx.ini. [fredvd]

- List and pin backend bootstrap packages in backend/requirements-bootstrap.txt and install them in the 'bin/pip' Makefile target while passing in the full project constraints. [fredvd]
Expand Down
4 changes: 2 additions & 2 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-c constraints.txt
-e src/ploneorg[test]

relstorage==3.5.0
psycopg2==2.9.5
relstorage==4.0.0
psycopg2==2.9.9
zope.testrunner
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"@kitconcept/volto-blocks-grid": "^5.2.0",
"@kitconcept/volto-slider-block": "^4.3.0",
"@plone-collective/volto-authomatic": "^2.0.0",
"@plone/volto": "16.30.1",
"@plone/volto": "16.30.3",
"react-slick": "0.28.1",
"slick-carousel": "1.8.1",
"volto-dropdownmenu": "2.4.3",
Expand Down
10 changes: 5 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2766,9 +2766,9 @@ __metadata:
languageName: node
linkType: hard

"@plone/volto@npm:16.30.1":
version: 16.30.1
resolution: "@plone/volto@npm:16.30.1"
"@plone/volto@npm:16.30.3":
version: 16.30.3
resolution: "@plone/volto@npm:16.30.3"
dependencies:
"@babel/core": ^7.0.0
"@babel/plugin-proposal-export-default-from": 7.18.9
Expand Down Expand Up @@ -2950,7 +2950,7 @@ __metadata:
webpack-node-externals: 3.0.0
xmlrpc: 1.3.2
yarnhook: 0.5.1
checksum: 1e660f387aa8e883079a9adfc1814a876a70a51a193f816355ccd804c23282f76d7b1183939de0a5988ffe6c2b0589048a62ac632694e78635133c5df435be63
checksum: 91a90d0833481dfc2ca87299b0cb7de8c11aa7c05c60657d37f0a2fa3d01d0035a1e3cd19bed34e81d81eab91a7e08b3f7c3d8d9dcd269aeb588efc2fd565939
languageName: node
linkType: hard

Expand Down Expand Up @@ -11785,7 +11785,7 @@ __metadata:
"@kitconcept/volto-slider-block": ^4.3.0
"@plone-collective/volto-authomatic": ^2.0.0
"@plone/scripts": ^2.2.1
"@plone/volto": 16.30.1
"@plone/volto": 16.30.3
"@storybook/addon-actions": ^6.3.0
"@storybook/addon-controls": 6.3.0
"@storybook/addon-essentials": ^6.3.0
Expand Down

0 comments on commit 1889f6c

Please sign in to comment.