Skip to content

Commit

Permalink
Update several dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Nov 22, 2024
1 parent fe500c0 commit 99a0102
Show file tree
Hide file tree
Showing 18 changed files with 1,289 additions and 1,287 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
tags: ictu/quality-time_frontend:${{ github.ref_name }}
push: true
- name: Anchore SBOM Action
uses: anchore/[email protected].7
uses: anchore/[email protected].8
- name: Package and push Helm chart to Docker Hub
run: |
cd helm
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 @@ -18,7 +18,7 @@ dependencies = [
]
optional-dependencies.dev = [
"coverage==7.6.7",
"pydantic==2.10.0", # Needed for importing the data model in the tests from the shared code component
"pydantic==2.10.1", # Needed for importing the data model in the tests from the shared code component
"types-cryptography==3.3.23.2",
"types-ldap3==2.9.13.20240205",
"types-requests==2.32.0.20241016",
Expand Down
208 changes: 104 additions & 104 deletions components/api_server/requirements/requirements-dev.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions components/collector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ classifiers = [
]
dependencies = [
"aiogqlc==5.3.0",
"aiohttp==3.11.6",
"aiohttp==3.11.7",
"beautifulsoup4==4.12.3",
"defusedxml==0.7.1",
"packaging==24.2",
Expand All @@ -19,7 +19,7 @@ dependencies = [
optional-dependencies.dev = [
"coverage==7.6.7",
"mongomock==4.3.0",
"pydantic==2.10.0", # Needed for importing the data model in the tests from the shared code component
"pydantic==2.10.1", # Needed for importing the data model in the tests from the shared code component
"types-beautifulsoup4==4.12.0.20241020",
"types-python-dateutil==2.9.0.20241003",
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
Expand Down
528 changes: 264 additions & 264 deletions components/collector/requirements/requirements-dev.txt

Large diffs are not rendered by default.

320 changes: 160 additions & 160 deletions components/collector/requirements/requirements.txt

Large diffs are not rendered by default.

14 changes: 8 additions & 6 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 @@ -9,7 +9,7 @@
"@mui/icons-material": "^6.1.8",
"@mui/lab": "^6.0.0-beta.16",
"@mui/material": "^6.1.8",
"@mui/x-date-pickers": "^7.22.2",
"@mui/x-date-pickers": "^7.22.3",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"fomantic-ui-css": "^2.9.3",
Expand Down Expand Up @@ -60,7 +60,7 @@
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-n": "^17.13.2",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.2",
Expand Down
4 changes: 2 additions & 2 deletions components/notifier/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"aiohttp==3.11.6",
"aiohttp==3.11.7",
"pymsteams==0.2.3",
]

optional-dependencies.dev = [
"coverage==7.6.7",
"mongomock==4.3.0",
"pydantic==2.10.0", # Needed for importing the data model in the tests from the shared code component
"pydantic==2.10.1", # Needed for importing the data model in the tests from the shared code component
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
]
optional-dependencies.tools = [
Expand Down
Loading

0 comments on commit 99a0102

Please sign in to comment.