Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
with:
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function

- name: Install Python 3.8
- name: Install Python 3.13
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.13

- name: Update apt repositories
run: sudo apt update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
with:
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function

- name: Install Python 3.8
- name: Install Python 3.13
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.13

- name: Upgrade python pip
run: python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python 3.11.8
poetry 1.5.0
python 3.13.2
poetry 2.2.1
jq 1.6
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install-python:

#Installs dependencies using npm.
install-node:
npm install --legacy-peer-deps
npm install --legacy-peer-deps --verbose
cd sandbox && npm install --legacy-peer-deps

#Configures Git Hooks, which are scripts that run given a specified event.
Expand Down
107 changes: 65 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"hbs-cli": "^1.4.1",
"license-checker": "^25.0.1",
"minimist": "^1.2.2",
"newman": "^6.2.0",
"newman": "^6.2.1",
"sinon": "^17.0.1",
"typescript": "^5.5.4"
},
Expand Down
Loading
Loading