Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rud356 committed Aug 2, 2023
2 parents c679558 + 3eb83b9 commit 13f2d16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine flake8 pytest mypy types-PyYAML types-toml
pip install setuptools wheel twine flake8 pytest mypy types-PyYAML types-toml toml
pip install -r requirements.txt
- name: Lint with flake8
Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx~=5.0.2
sphinx-rtd-theme~=1.0.0
Pygments~=2.12.0
Pygments>=2.15.0
mypy~=1.4.1
types-PyYAML
types-PyYAML

0 comments on commit 13f2d16

Please sign in to comment.