Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#203)
Browse files Browse the repository at this point in the history
Update dependencies in `pyproject.toml` (#194, #196, #199, #201)
Bump SINTEF/ci-cd from 2.8.2 to 2.8.3 (#198)


Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <[email protected]>
  • Loading branch information
3 people authored Nov 1, 2024
1 parent c3ac047 commit 706c7fb
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
name: External
uses: SINTEF/ci-cd/.github/workflows/[email protected].2
uses: SINTEF/ci-cd/.github/workflows/[email protected].3
if: github.repository == 'SINTEF/entities-service' && startsWith(github.ref, 'refs/tags/v')
with:
# General
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_automerge_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
update-dependencies-branch:
name: External
uses: SINTEF/ci-cd/.github/workflows/[email protected].2
uses: SINTEF/ci-cd/.github/workflows/[email protected].3
if: github.repository_owner == 'SINTEF' && ( ( startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' ) || ( github.event.pull_request.head.ref == 'ci/update-pyproject' && github.actor == 'TEAM4-0' ) || ( github.event.pull_request.head.ref == 'pre-commit-ci-update-config' && github.actor == 'pre-commit-ci[bot]' ) )
secrets:
PAT: ${{ secrets.TEAM40_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd_updated_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
update-deps-branch-and-docs:
name: External
uses: SINTEF/ci-cd/.github/workflows/[email protected].2
uses: SINTEF/ci-cd/.github/workflows/[email protected].3
if: github.repository_owner == 'SINTEF'
with:
# General
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
check-dependencies:
name: External
uses: SINTEF/ci-cd/.github/workflows/[email protected].2
uses: SINTEF/ci-cd/.github/workflows/[email protected].3
if: github.repository_owner == 'SINTEF'
with:
git_username: "TEAM 4.0[bot]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
basic-tests:
name: External
uses: SINTEF/ci-cd/.github/workflows/[email protected].2
uses: SINTEF/ci-cd/.github/workflows/[email protected].3
with:
# General setup
install_extras: "[dev]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
create-collected-pr:
name: External
uses: SINTEF/ci-cd/.github/workflows/[email protected].2
uses: SINTEF/ci-cd/.github/workflows/[email protected].3
if: github.repository_owner == 'SINTEF'
with:
# General
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ requires-python = "~=3.10"
dynamic = ["version", "description"]

dependencies = [
"fastapi ~=0.115.0",
"fastapi ~=0.115.4",
"httpx ~=0.27.2",
"pydantic-settings ~=2.5",
"pydantic-settings ~=2.6",
"pymongo ~=4.10",
"python-dotenv ~=1.0",
"uvicorn >=0.24.0,<1",
Expand All @@ -58,7 +58,7 @@ cli = [
]
testing = [
"cryptography ~=43.0",
"dlite-python ~=0.5.22",
"dlite-python ~=0.5.23",
"mongomock ~=4.2",
"numpy <2", # requirement for DLite v0.5.16, which does not support NumPy v2
"pytest ~=8.3",
Expand All @@ -71,7 +71,7 @@ server = [
"gunicorn >=21.2.0,<24",
]
dev = [
"pre-commit ~=3.8",
"pre-commit ~=4.0",
"entities-service[cli,testing]",
]

Expand Down

0 comments on commit 706c7fb

Please sign in to comment.