Skip to content

Commit

Permalink
chore(dev-deps): bump dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Jan 20, 2025
1 parent 4e00147 commit 8e9f901
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.10''
python-version: '3.10'
- name: install python dependencies
run: |
pip install -r requirements.txt
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.3
twine==3.4.1
wheel==0.36.2
setuptools==56.0.0
pytest==6.2.5
twine==5.1.1
wheel==0.44.0
setuptools==75.1.0

0 comments on commit 8e9f901

Please sign in to comment.