Skip to content

Commit

Permalink
Update several dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Sep 24, 2024
1 parent c8d4afa commit 68cda6b
Show file tree
Hide file tree
Showing 14 changed files with 414 additions and 399 deletions.
2 changes: 1 addition & 1 deletion components/api_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ optional-dependencies.dev = [
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
]
optional-dependencies.tools = [
"bandit==1.7.9",
"bandit==1.7.10",
"fixit==2.1.0",
"mypy==1.11.2",
"pip-audit==2.7.3",
Expand Down
4 changes: 2 additions & 2 deletions components/collector/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 = [
"aiogqlc==5.1.0",
"aiogqlc==5.2.0",
"aiohttp==3.10.5",
"beautifulsoup4==4.12.3",
"defusedxml==0.7.1",
Expand All @@ -28,7 +28,7 @@ optional-dependencies.dev = [
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
]
optional-dependencies.tools = [
"bandit==1.7.9",
"bandit==1.7.10",
"fixit==2.1.0",
"mypy==1.11.2",
"pip-audit==2.7.3",
Expand Down
192 changes: 96 additions & 96 deletions components/collector/requirements/requirements-dev.txt

Large diffs are not rendered by default.

192 changes: 96 additions & 96 deletions components/collector/requirements/requirements.txt

Large diffs are not rendered by default.

35 changes: 25 additions & 10 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 @@ -50,12 +50,12 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.11.0",
"@eslint/js": "^9.11.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-n": "^17.10.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 @@ -21,7 +21,7 @@ optional-dependencies.dev = [
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
]
optional-dependencies.tools = [
"bandit==1.7.9",
"bandit==1.7.10",
"fixit==2.1.0",
"mypy==1.11.2",
"pip-audit==2.7.3",
Expand Down
Loading

0 comments on commit 68cda6b

Please sign in to comment.