Skip to content

Commit 68b7644

Browse files
Update package versions
1 parent 6a4982e commit 68b7644

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/deploy-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
- name: Checkout repo
3333
uses: actions/checkout@v6
3434

35-
- name: Set up Python 3.9
35+
- name: Set up Python 3.13
3636
uses: actions/setup-python@v6
3737
with:
38-
python-version: '3.9'
38+
python-version: '3.13'
3939
cache: 'pip'
4040
cache-dependency-path: 'pyproject.toml'
4141

.github/workflows/deploy-qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
- name: Checkout repo
3333
uses: actions/checkout@v6
3434

35-
- name: Set up Python 3.9
35+
- name: Set up Python 3.13
3636
uses: actions/setup-python@v6
3737
with:
38-
python-version: '3.9'
38+
python-version: '3.13'
3939
cache: 'pip'
4040
cache-dependency-path: 'pyproject.toml'
4141

.github/workflows/run-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Checkout repo
1818
uses: actions/checkout@v6
1919

20-
- name: Set up Python 3.9
20+
- name: Set up Python 3.13
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: '3.9'
23+
python-version: '3.13'
2424
cache: 'pip'
2525
cache-dependency-path: 'pyproject.toml'
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ development = [
101101
"flake8>=6.0.0",
102102
"freezegun>=1.2.2",
103103
"mock>=4.0.3",
104-
"pytest==8.0",
104+
"pytest>=8.0.0",
105105
"pytest-mock>=3.10.0",
106106
"requests-mock>=1.10.0"
107107
]

0 commit comments

Comments
 (0)