Skip to content

Commit e67b236

Browse files
Update version for template (#461)
* Update version for template * Fixed dependencies versions to solve vulnerabilities
1 parent 0c56cb4 commit e67b236

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ poetry = ">=1.8.0"
3333
jupyter-client = ">=8.3.1"
3434
ipykernel = ">=6.25.2"
3535
tomli = ">=2.0.1"
36+
certifi = "^2024.8.30"
37+
virtualenv = "^20.27.1"
3638

3739
[tool.poetry.group.dev.dependencies]
3840
pygments = ">=2.10.0"

src/ssb_project_cli/ssb_project/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
CURRENT_WORKING_DIRECTORY = Path.cwd()
1010
STAT_TEMPLATE_REPO_URL = "https://github.com/statisticsnorway/ssb-project-template-stat"
1111
STAT_TEMPLATE_DEFAULT_REFERENCE = os.environ.get(
12-
"STAT_TEMPLATE_DEFAULT_REFERENCE", "1.1.7"
12+
"STAT_TEMPLATE_DEFAULT_REFERENCE", "1.1.8"
1313
)

0 commit comments

Comments
 (0)