Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 31, 2024
1 parent a23e1a9 commit 3243608
Show file tree
Hide file tree
Showing 5 changed files with 379 additions and 3 deletions.
1 change: 0 additions & 1 deletion ci/cleanup
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ rm "$1/package-lock.json"
rm "$1/custom/requirements.txt"
rm "$1/custom/pyproject.toml"
rm "$1/custom/poetry.lock"
rm "$1/.secretsignore"
7 changes: 5 additions & 2 deletions custom/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = 'Not used'
authors = []

[tool.poetry.dependencies]
python = ">=3.9,<3.11"
python = ">=3.12,<3.13"
gunicorn = "23.0.0"
plaster-pastedeploy = "1.0.1"
pyramid = "2.0.2"
Expand All @@ -31,10 +31,13 @@ requests-oauthlib = "2.0.0"
ujson = "5.10.0"
azure-storage-blob = "12.23.1"
azure-identity = "1.18.0"
papyrus = "2.6.2"
geojson = "3.1.0"
# To fix CVE
urllib3 = { version = "2.2.3", optional = true }
certifi = { version = "2024.8.30", optional = true }
webob = { version = "1.8.8", optional = true }
cryptography = "43.0.1"
cryptography = { version = "43.0.1", optional = true }

[tool.poetry.group.dev.dependencies]
prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy"] }
1 change: 1 addition & 0 deletions geoportal/webpack.commons.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const config = commons({
context: '/usr/lib/',
},
noTs: true,
nodll: true,
});

module.exports = () => config;
Loading

0 comments on commit 3243608

Please sign in to comment.