Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/six-1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deeagle authored Jan 7, 2025
2 parents 46eee32 + a60e3b4 commit 4a39b91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Lint markdown files
uses: DavidAnson/markdownlint-cli2-action@v18
uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: |
**/*.md
Expand Down
2 changes: 1 addition & 1 deletion dspyce-demo-app-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dspyce == 0.0.5
dspyce == 0.0.6
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt dspyce-demo-app-requirements.txt dspyce-requirements.txt
Expand All @@ -16,9 +16,9 @@ contourpy==1.3.1
# via matplotlib
cycler==0.12.1
# via matplotlib
dspyce==0.0.5
dspyce==0.0.6
# via -r dspyce-demo-app-requirements.txt
fonttools==4.54.1
fonttools==4.55.3
# via matplotlib
idna==3.10
# via requests
Expand Down

0 comments on commit 4a39b91

Please sign in to comment.