Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Relock because of dependabot warnings #46

Merged
merged 4 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
setup.py linguist-generated
poetry.lock linguist-generated
2 changes: 1 addition & 1 deletion .github/workflows/check_documentation_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.0
poetry-version: 1.8.0
- name: Poetry install
run: poetry install
- name: Deploy documentation to github-pages branch
Expand Down
40 changes: 0 additions & 40 deletions .github/workflows/check_setup_py.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/check_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.0
poetry-version: 1.8.0

- name: Check Release
run: ./scripts/build/check_release.sh
2 changes: 1 addition & 1 deletion .github/workflows/generate_release_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.0
poetry-version: 1.8.0
- name: Poetry install
run: poetry install
- name: Deploy release documentation to github-pages branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.0
poetry-version: 1.8.0
- name: Poetry install
run: poetry install
- if: ${{ inputs.workflow-call-ckeck }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.0
poetry-version: 1.8.0

- name: Build Release
run: |
Expand Down
6 changes: 4 additions & 2 deletions doc/changes/changes_0.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ TBD
- #16: Changed path-like parameters from String to Path
- #34: Changed "push-enabled" parameter to Bool
- #41: Updated importlib_resources and Poetry in GH workflows
- Removed setup.py, installation via wheel from Github or poetry env should be unaffected

## Security

Expand All @@ -33,8 +34,9 @@ TBD
Checked dependencies:
* Nox (Code search)
* Pytest (Code search + [Tracking-Issue] (https://github.com/pytest-dev/pytest/issues/10392))
- Dependabot allerts for GitPython, markdown-it-py, Certifi fixed

- Dependabot alerts for GitPython, markdown-it-py, Certifi fixed
- Dependabot alerts fixed with relock and Poetry updated to 1.8.0 in GitHub actions

##Documentation

- #38: Adjusted documentation to reflect latest changes
Expand Down
1 change: 0 additions & 1 deletion githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ REPO_DIR=$(git rev-parse --show-toplevel)
GITHOOKS_PATH="$REPO_DIR/githooks"
pushd "$REPO_DIR"
bash "$GITHOOKS_PATH/prohibit_commit_to_main.sh"
bash "$GITHOOKS_PATH/update_setup_py.sh"
popd
45 changes: 0 additions & 45 deletions githooks/update_setup_py.sh

This file was deleted.

1,025 changes: 500 additions & 525 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ nox = "^2022.1.7"

[tool.poetry.plugins."console_scripts"]
"sgpg"="exasol_sphinx_github_pages_generator.cli:main"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
43 changes: 0 additions & 43 deletions setup.py

This file was deleted.

Loading