Skip to content

Commit

Permalink
fix(deps): Update dev-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp authored and mostaphaRoudsari committed Dec 10, 2024
1 parent 1a006ba commit 91856ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: '3.10'
- name: set up node # we need node for for semantic release
uses: actions/setup-node@v2.1.2
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: '3.10'
- name: install python dependencies
run: pip install .
- name: deploy to staging
Expand All @@ -92,7 +92,7 @@ jobs:
- name: set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: '3.10'
- name: install python dependencies
run: pip install pollination-honeybee-energy
- name: deploy to production
Expand Down
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==6.2.4
twine==3.4.1
wheel==0.38.1
setuptools==65.5.1
pytest==7.4.4
twine==5.1.1
wheel==0.44.0
setuptools==75.1.0

0 comments on commit 91856ee

Please sign in to comment.