Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#389)
Browse files Browse the repository at this point in the history
Update GH Actions:

* Bump peter-evans/create-pull-request from 3 to 4 (#383)

Update dependencies:

* Update invoke requirement from ~=1.6 to ~=1.7 (#382)
* Update pytest requirement from ~=7.0 to ~=7.1 (#381)
* Update mkdocs requirement from ~=1.2 to ~=1.3 (#387)
* Update owlready2 requirement (#388)
* Update pylint requirement from ~=2.12 to ~=2.13 (#386)

Update `pre-commit` hooks.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 30, 2022
1 parent 85a2c58 commit a19d953
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Create PR
id: cpr
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.RELEASE_PAT }}
commit-message: New @dependabot-fueled updates
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/ambv/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
name: Blacken
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defusedxml>=0.7.1,<1
graphviz>=0.16,<0.20
numpy>=1.19.5,<2
openpyxl>=3.0.9,<3.1
Owlready2>=0.28,!=0.32,!=0.34,<0.37
Owlready2>=0.28,!=0.32,!=0.34,<0.38
packaging>=21.0<22
pandas>=1.2,<1.5
pydot>=1.4.1,<2
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pre-commit~=2.17
pylint~=2.12
pytest~=7.0
pylint~=2.13
pytest~=7.1
4 changes: 2 additions & 2 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
invoke~=1.6
invoke~=1.7
mike~=1.1
mkdocs~=1.2
mkdocs~=1.3
mkdocs-awesome-pages-plugin~=2.7
mkdocs-material~=8.2
mkdocstrings~=0.18.1

0 comments on commit a19d953

Please sign in to comment.