Skip to content

Commit

Permalink
fix(deps): Update pollination-honeybee-energy
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed May 6, 2024
1 parent 7b4e3a0 commit ff7cf9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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 -r dev-requirements.txt
Expand Down
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==6.2.3
pytest==6.2.4
twine==3.4.1
wheel==0.36.2
setuptools==56.0.0
wheel==0.38.1
setuptools==65.5.1
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pollination-honeybee-energy==0.7.7
pollination-alias==0.11.9
pollination-honeybee-energy==0.7.8
pollination-alias==0.11.10

0 comments on commit ff7cf9c

Please sign in to comment.