Skip to content

Commit

Permalink
chore: more version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaezp committed Nov 22, 2024
1 parent fadbd95 commit fa33e35
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Python Poetry Action
uses: abatilo/[email protected]
with:
poetry-version: "1.2.2"
poetry-version: "1.7.1"

- name: View poetry --version
run: poetry --version
Expand All @@ -47,7 +47,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10", "3.9"]
poetry-version: ["1.2.2"]
poetry-version: ["1.7.1"]
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Python Poetry Action
uses: abatilo/[email protected]
with:
poetry-version: "1.2.2"
poetry-version: "1.7.1"
- name: View poetry --version
run: poetry --version

Expand Down
31 changes: 17 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ seaborn = "^0.11.2"
scikit-learn = "^1.1.2"
scipy = "^1.9.1"
nbformat = "^5.4.0"
jupyter = "^1.0.0"
mkdocs = "^1.3.1"
jupyter = "^1.1.0"
mkdocs = "^1.6.1"
mkdocs-material = "^8.4.2"
mkdocs-pymdownx-material-extras = "^1.4"
mkdocstrings = "^0.19.0"
mkdocstrings-python = "^0.7.1"
mkdocstrings = "^0.27.0"
mkdocstrings-python = "^1.12.2"
Jinja2 = "^3.1.2"
mkquartodocs = "^0.5.7"
papermill = "^2.4.0"
Expand Down

0 comments on commit fa33e35

Please sign in to comment.