Skip to content

Commit

Permalink
Merge branch 'master' of github_lpo:lpoaura/PluginQGis-LPOData
Browse files Browse the repository at this point in the history
  • Loading branch information
hypsug0 committed Apr 3, 2024
2 parents 180883e + f064b4e commit 927c9eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
retention-days: 30

- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master')

- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

black

flake8-builtins>=1.5,<2.3
flake8-builtins>=1.5,<2.4
flake8-isort>=4.1,<6.2
flake8-qgis>=1,<1.1
isort>=5.8,<5.14
Expand Down
2 changes: 1 addition & 1 deletion requirements/documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# -----------------------

myst-parser[linkify]>=1,<3
sphinx-autobuild==2021.*
sphinx-autobuild==2024.*
sphinx-copybutton>=0.2,<1
sphinx-rtd-theme>=1,<3
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Testing dependencies
# --------------------

pytest-cov>=3,<5
pytest-cov>=3,<6
packaging>=23

0 comments on commit 927c9eb

Please sign in to comment.