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 21, 2024
1 parent 876642c commit bd8003a
Show file tree
Hide file tree
Showing 17 changed files with 728 additions and 644 deletions.
2 changes: 1 addition & 1 deletion components/api_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
]
optional-dependencies.dev = [
"coverage==7.6.7",
"pydantic==2.9.2", # Needed for importing the data model in the tests from the shared code component
"pydantic==2.10.0", # 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
203 changes: 107 additions & 96 deletions components/api_server/requirements/requirements-dev.txt

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions components/api_server/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -559,9 +559,9 @@ requests==2.32.3 \
--hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \
--hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6
# via api-server (pyproject.toml)
setuptools==75.5.0 \
--hash=sha256:5c4ccb41111392671f02bb5f8436dfc5a9a7185e80500531b133f5775c4163ef \
--hash=sha256:87cb777c3b96d638ca02031192d40390e0ad97737e27b6b4fa831bea86f2f829
setuptools==75.6.0 \
--hash=sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6 \
--hash=sha256:ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d
# via
# zope-event
# zope-interface
Expand Down
2 changes: 1 addition & 1 deletion components/collector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
optional-dependencies.dev = [
"coverage==7.6.7",
"mongomock==4.3.0",
"pydantic==2.9.2", # Needed for importing the data model in the tests from the shared code component
"pydantic==2.10.0", # 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
197 changes: 104 additions & 93 deletions components/collector/requirements/requirements-dev.txt

Large diffs are not rendered by default.

140 changes: 79 additions & 61 deletions components/frontend/package-lock.json

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

10 changes: 5 additions & 5 deletions components/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"private": true,
"proxy": "http://127.0.0.1:5001",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.7",
"@mui/lab": "^6.0.0-beta.15",
"@mui/material": "^6.1.7",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@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",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
Expand Down
2 changes: 1 addition & 1 deletion components/notifier/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
optional-dependencies.dev = [
"coverage==7.6.7",
"mongomock==4.3.0",
"pydantic==2.9.2", # Needed for importing the data model in the tests from the shared code component
"pydantic==2.10.0", # 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 bd8003a

Please sign in to comment.