Skip to content

Commit 7c4b1ea

Browse files
update to lock
1 parent a386ddb commit 7c4b1ea

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
with:
1313
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1414

15-
- name: Install Python 3.9.5
15+
- name: Install Python 3.9
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.9.5
18+
python-version: 3.9
1919

2020
- name: Update apt repositories
2121
run: sudo apt update

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
python = "^3.9.5"
2+
python = "^3.9"
33

44
[tool.poetry]
55
name = "splunk-monitor"
@@ -16,7 +16,7 @@ keywords = ["healthcare", "uk", "nhs"] #TODO add additional keywords
1616

1717

1818
[tool.poetry.dependencies]
19-
python = "^3.9.5"
19+
python = "^3.9"
2020

2121
[tool.poetry.dev-dependencies]
2222
flake8 = "^3.7.9"

0 commit comments

Comments
 (0)