Skip to content

Commit

Permalink
fix(ci): update dependencies
Browse files Browse the repository at this point in the history
Update setuptools to a higher version for missing properties in Python 3.12
  • Loading branch information
mostaphaRoudsari committed Oct 22, 2024
1 parent b1eaa51 commit 3678ac3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: install python dependencies
run: |
python -m pip install --upgrade pip
pip install -r dev-requirements.txt
python -m pip install -r dev-requirements.txt
- name: install semantic-release
run:
npm install @semantic-release/exec
Expand Down
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Sphinx==8.0.2
sphinx-bootstrap-theme==0.8.1
sphinxcontrib-fulltoc==1.2.0
sphinxcontrib-websupport==2.0.0
twine==3.4.1
twine==5.1.1
requests>=2.24.0
wheel==0.36.2
wheel==0.44.0
pylint==2.6.0
setuptools==61.0.0
setuptools==75.1.0

0 comments on commit 3678ac3

Please sign in to comment.