Skip to content

Commit

Permalink
Merge pull request #664 from SarthakJariwala/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
SarthakJariwala committed Dec 7, 2023
2 parents 2a12415 + 7ae38fa commit ff99240
Show file tree
Hide file tree
Showing 9 changed files with 340 additions and 341 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: pip
directory: "/docs"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
4 changes: 2 additions & 2 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip==23.0
pip==23.3
nox==2023.4.22
poetry==1.5.1
poetry==1.7.1
nox-poetry==1.0.3
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
draft_release:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5.24.0
- uses: release-drafter/release-drafter@v5.25.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- { python-version: "3.10", os: macos-latest }

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
sphinx:
configuration: docs/conf.py
formats: all
python:
version: 3.8
install:
- requirements: docs/requirements.txt
- path: .
10 changes: 5 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ipykernel==6.21.2
nbsphinx==0.9.2
pydata-sphinx-theme==0.13.3
sphinx==7.0.1
sphinx-gallery==0.13.0
ipykernel==6.25.2
nbsphinx==0.9.3
pydata-sphinx-theme==0.14.4
sphinx==7.1.2
sphinx-gallery==0.15.0
646 changes: 321 additions & 325 deletions poetry.lock

Large diffs are not rendered by default.

0 comments on commit ff99240

Please sign in to comment.