Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#845)
Browse files Browse the repository at this point in the history
### Update dependencies

Automatically created PR from
[`ci/dependabot-updates`](https://github.com/SINTEF/dlite/tree/ci/dependabot-updates).

The PR is based on the ['CI - Update dependencies PR'
workflow](https://SINTEF.github.io/ci-cd/latest/workflows/ci_update_dependencies/)
in [SINTEF/ci-cd](https://github.com/SINTEF/ci-cd).

#### To do

- [ ] Check that the diff is sensible, and that tests and builds pass
with the new dependency versions.
- [ ] Make sure that the PR is **squash** merged, with a sensible commit
message.
  • Loading branch information
francescalb authored Jun 24, 2024
2 parents c17d534 + dcc2aca commit c88db3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container_builds_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:

- name: Build and push Docker image
if: env.BUILD_NEW_IMAGE == 'true'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker_build_wheel/Dockerfile-${{ matrix.system }}${{ matrix.type }}_${{ matrix.arch }}
Expand Down
5 changes: 1 addition & 4 deletions requirements_full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ tables>=3.8,<5.0
rdflib>=4.2.1,<8
pint>=0.15,<1
pymongo>=4.4.0,<5

# There seems to be an issue with tripper 0.2.15
#tripper>=0.2.13,<0.3
tripper==0.2.15
tripper>=0.2.16,<0.2.17

requests>=2.10,<3
jinja2>=3.0,<4
Expand Down
2 changes: 1 addition & 1 deletion requirements_mappings.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Requirements for property mappings
tripper>=0.2.14,<1
tripper>=0.2.16,<0.2.17
pint>=0.15,<1


Expand Down

0 comments on commit c88db3e

Please sign in to comment.