Skip to content

Commit

Permalink
Update several dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Oct 1, 2024
1 parent b7a3d6f commit 31028a8
Show file tree
Hide file tree
Showing 15 changed files with 800 additions and 790 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,52 +21,52 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Push Database to Docker Hub
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
context: components/database
platforms: linux/amd64,linux/arm64
tags: ictu/quality-time_database:${{ github.ref_name }}
push: true
- name: Push Renderer to Docker Hub
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
context: components/renderer
platforms: linux/amd64,linux/arm64
tags: ictu/quality-time_renderer:${{ github.ref_name }}
push: true
- name: Push Proxy to Docker Hub
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
context: components/proxy
platforms: linux/amd64,linux/arm64
tags: ictu/quality-time_proxy:${{ github.ref_name }}
push: true
- name: Push Collector to Docker Hub
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
context: components
file: components/collector/Dockerfile
platforms: linux/amd64,linux/arm64
tags: ictu/quality-time_collector:${{ github.ref_name }}
push: true
- name: Push Notifier to Docker Hub
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
context: components
file: components/notifier/Dockerfile
platforms: linux/amd64,linux/arm64
tags: ictu/quality-time_notifier:${{ github.ref_name }}
push: true
- name: Push API-server to Docker Hub
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
context: components
file: components/api_server/Dockerfile
platforms: linux/amd64,linux/arm64
tags: ictu/quality-time_api_server:${{ github.ref_name }}
push: true
- name: Push Frontend to Docker Hub
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
context: components/frontend
platforms: linux/amd64,linux/arm64
Expand Down
6 changes: 3 additions & 3 deletions components/api_server/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -753,9 +753,9 @@ pymongo==4.9.1 \
--hash=sha256:fbb1c7dfcf6c44e9e1928290631c7603817991cdf570691c9e15fca594918435 \
--hash=sha256:fe709d05654c12fc513617c8d5c8d05b7e9cf1d5d94ada68add4e89530c867d2
# via api-server (pyproject.toml)
pyproject-hooks==1.1.0 \
--hash=sha256:4b37730834edbd6bd37f26ece6b44802fb1c1ee2ece0e54ddff8bfc06db86965 \
--hash=sha256:7ceeefe9aec63a1064c18d939bdc3adf2d8aa1988a510afec15151578b232aa2
pyproject-hooks==1.2.0 \
--hash=sha256:1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8 \
--hash=sha256:9e5c6bfa8dcc30091c74b0cf803c81fdd29d94f01992a7707bc97babb1141913
# via
# build
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion components/collector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ classifiers = [
]
dependencies = [
"aiogqlc==5.2.0",
"aiohttp==3.10.6",
"aiohttp==3.10.8",
"beautifulsoup4==4.12.3",
"defusedxml==0.7.1",
"packaging==24.1",
Expand Down
382 changes: 191 additions & 191 deletions components/collector/requirements/requirements-dev.txt

Large diffs are not rendered by default.

376 changes: 188 additions & 188 deletions components/collector/requirements/requirements.txt

Large diffs are not rendered by default.

18 changes: 14 additions & 4 deletions components/frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion components/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.9.0",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion components/notifier/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"aiohttp==3.10.6",
"aiohttp==3.10.8",
"pymsteams==0.2.3",
]

Expand Down
Loading

0 comments on commit 31028a8

Please sign in to comment.