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 3, 2024
1 parent cfed83a commit 260572f
Show file tree
Hide file tree
Showing 21 changed files with 70 additions and 68 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
unittest_backend:
docker:
- image: cimg/python:3.12.3
- image: cimg/python:3.12.6
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

unittest_frontend:
docker:
- image: cimg/node:22.5.1
- image: cimg/node:22.9.0
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
Expand Down
4 changes: 2 additions & 2 deletions components/api_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.5-alpine3.20 AS compile-image
FROM python:3.12.6-alpine3.20 AS compile-image

WORKDIR /home/server

Expand All @@ -11,7 +11,7 @@ COPY api_server/requirements/requirements-internal.txt /requirements-internal.tx
COPY shared_code /home/shared_code/
RUN pip install --no-cache-dir --use-pep517 -r /requirements-internal.txt

FROM python:3.12.5-alpine3.20
FROM python:3.12.6-alpine3.20

LABEL maintainer="Quality-time team <[email protected]>"
LABEL description="Quality-time API-server"
Expand Down
2 changes: 1 addition & 1 deletion components/api_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ optional-dependencies.tools = [
"pip-audit==2.7.3",
"pyproject-fmt==2.2.4",
"ruff==0.6.8",
"vulture==2.12",
"vulture==2.13",
]

[tool.ruff]
Expand Down
4 changes: 2 additions & 2 deletions components/collector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.5-alpine3.20 AS compile-image
FROM python:3.12.6-alpine3.20 AS compile-image

WORKDIR /home/collector

Expand All @@ -11,7 +11,7 @@ COPY shared_code /home/shared_code/
COPY collector/requirements/requirements-internal.txt /requirements-internal.txt
RUN pip install --no-cache-dir --use-pep517 -r /requirements-internal.txt

FROM python:3.12.5-alpine3.20
FROM python:3.12.6-alpine3.20

LABEL maintainer="Quality-time team <[email protected]>"
LABEL description="Quality-time collector"
Expand Down
2 changes: 1 addition & 1 deletion components/collector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ optional-dependencies.tools = [
"pip-audit==2.7.3",
"pyproject-fmt==2.2.4",
"ruff==0.6.8",
"vulture==2.12",
"vulture==2.13",
]

[tool.ruff]
Expand Down
2 changes: 1 addition & 1 deletion components/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.8.0-alpine3.20
FROM node:22.9.0-alpine3.20

LABEL maintainer="Quality-time team <[email protected]>"
LABEL description="Quality-time frontend"
Expand Down
70 changes: 36 additions & 34 deletions components/frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions components/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.1",
"@mui/material": "^6.1.1",
"@mui/icons-material": "^6.1.2",
"@mui/material": "^6.1.2",
"crypto-js": "^4.2.0",
"fomantic-ui-css": "^2.9.3",
"history": "^5.3.0",
Expand Down
4 changes: 2 additions & 2 deletions components/notifier/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.5-alpine3.20 AS compile-image
FROM python:3.12.6-alpine3.20 AS compile-image

WORKDIR /home/notifier

Expand All @@ -11,7 +11,7 @@ COPY shared_code /home/shared_code/
COPY notifier/requirements/requirements-internal.txt /requirements-internal.txt
RUN pip install --no-cache-dir --use-pep517 -r /requirements-internal.txt

FROM python:3.12.5-alpine3.20
FROM python:3.12.6-alpine3.20

LABEL maintainer="Quality-time team <[email protected]>"
LABEL description="Quality-time notifier"
Expand Down
2 changes: 1 addition & 1 deletion components/notifier/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ optional-dependencies.tools = [
"pip-audit==2.7.3",
"pyproject-fmt==2.2.4",
"ruff==0.6.8",
"vulture==2.12",
"vulture==2.13",
]

[tool.ruff]
Expand Down
2 changes: 1 addition & 1 deletion components/renderer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.8.0-alpine3.20
FROM node:22.9.0-alpine3.20

LABEL maintainer="Quality-time team <[email protected]>"
LABEL description="Quality-time PDF render service"
Expand Down
16 changes: 8 additions & 8 deletions components/renderer/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/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"dependencies": {
"@braintree/sanitize-url": "^7.1.0",
"express": "^4.21.0",
"puppeteer-core": "^23.4.1"
"puppeteer-core": "^23.5.0"
}
}
2 changes: 1 addition & 1 deletion components/shared_code/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ optional-dependencies.tools = [
"pydantic==2.9.2", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh
"pyproject-fmt==2.2.4",
"ruff==0.6.8",
"vulture==2.12",
"vulture==2.13",
]

[tool.setuptools.packages.find]
Expand Down
2 changes: 1 addition & 1 deletion components/testdata/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.5-alpine3.20
FROM python:3.12.6-alpine3.20

LABEL maintainer="Quality-time team <[email protected]>"
LABEL description="Quality-time testdata"
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ services:
ports:
- "27017:27017"
ldap:
image: bitnami/openldap:2.6.4
image: bitnami/openldap:2.6.8
environment:
- LDAP_ADMIN_PASSWORD=admin
- LDAP_PORT_NUMBER=389
- LDAP_SKIP_DEFAULT_TREE=yes
volumes:
- './ldap_ldifs:/ldifs'
- "./ldap_ldifs:/ldifs"
ports:
- "389:389"
renderer:
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ services:
depends_on:
- database
ldap:
image: bitnami/openldap:2.6.4
image: bitnami/openldap:2.6.8
environment:
- LDAP_ADMIN_PASSWORD=admin
- LDAP_PORT_NUMBER=389
- LDAP_SKIP_DEFAULT_TREE=yes
volumes:
- './ldap_ldifs:/ldifs'
- "./ldap_ldifs:/ldifs"
ports:
- "389:389"
phpldapadmin:
Expand Down
2 changes: 1 addition & 1 deletion docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ optional-dependencies.tools = [
"pyproject-fmt==2.2.4",
"ruff==0.6.8",
"vale==3.0.3.0", # Documentation grammar and style checker
"vulture==2.12",
"vulture==2.13",
]

[tool.ruff]
Expand Down
2 changes: 1 addition & 1 deletion release/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ optional-dependencies.tools = [
"pip-audit==2.7.3",
"pyproject-fmt==2.2.4",
"ruff==0.6.8",
"vulture==2.12",
"vulture==2.13",
]

[tool.ruff]
Expand Down
2 changes: 1 addition & 1 deletion tests/application_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ optional-dependencies.tools = [
"pip-audit==2.7.3",
"pyproject-fmt==2.2.4",
"ruff==0.6.8",
"vulture==2.12",
"vulture==2.13",
]

[tool.ruff]
Expand Down
Loading

0 comments on commit 260572f

Please sign in to comment.