Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/webui/fetch-mock-12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Nov 13, 2024
2 parents a0ff222 + 18b65cb commit ccf66f4
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion api/aws_infra/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jsii==1.104.0 \
# aws-cdk-lib
# constructs
pavi-shared-aws @ file:///tmp/pavi_shared_aws-0.0.0-py3-none-any.whl \
--hash=sha256:2894e99a6e153dc07a9c472c2a402addd47c9c2517a73500f84392cda93ea7ca
--hash=sha256:7a7cf5d6a83b65270b512bc8bcfad7cebd14a70e6014868daa4b0a4ac6a2b545
# via api-aws_infra (pyproject.toml)
publication==0.0.3 \
--hash=sha256:0248885351febc11d8a1098d5c8e3ab2dabcf3e8c0c96db1e17ecd12b53afbe6 \
Expand Down
2 changes: 1 addition & 1 deletion api/aws_infra/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ packaging==24.2 \
--hash=sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f
# via pytest
pavi-shared-aws @ file:///tmp/pavi_shared_aws-0.0.0-py3-none-any.whl \
--hash=sha256:2894e99a6e153dc07a9c472c2a402addd47c9c2517a73500f84392cda93ea7ca
--hash=sha256:7a7cf5d6a83b65270b512bc8bcfad7cebd14a70e6014868daa4b0a4ac6a2b545
# via api-aws_infra (pyproject.toml)
pluggy==1.5.0 \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \
Expand Down
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ test = [
"flake8-unused-arguments==0.0.*",
"mypy==1.13.*",
"pytest==8.3.*",
"pytest-cov==5.0.*",
"pytest-cov==6.0.*",
"httpx==0.27.*"
]
6 changes: 3 additions & 3 deletions api/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,9 @@ pytest==8.3.3 \
# via
# pavi-api (pyproject.toml)
# pytest-cov
pytest-cov==5.0.0 \
--hash=sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652 \
--hash=sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857
pytest-cov==6.0.0 \
--hash=sha256:eee6f1b9e61008bd34975a4d5bab25801eb31898b032dd55addc93e96fcaaa35 \
--hash=sha256:fde0b595ca248bb8e2d76f020b465f3b107c9632e6a1d1705f17834c89dcadc0
# via pavi-api (pyproject.toml)
python-dateutil==2.9.0.post0 \
--hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
Expand Down
2 changes: 1 addition & 1 deletion pipeline/aws_infra/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jsii==1.104.0 \
# aws-cdk-lib
# constructs
pavi-shared-aws @ file:///tmp/pavi_shared_aws-0.0.0-py3-none-any.whl \
--hash=sha256:2894e99a6e153dc07a9c472c2a402addd47c9c2517a73500f84392cda93ea7ca
--hash=sha256:7a7cf5d6a83b65270b512bc8bcfad7cebd14a70e6014868daa4b0a4ac6a2b545
# via pipeline-aws_infra (pyproject.toml)
publication==0.0.3 \
--hash=sha256:0248885351febc11d8a1098d5c8e3ab2dabcf3e8c0c96db1e17ecd12b53afbe6 \
Expand Down
2 changes: 1 addition & 1 deletion pipeline/aws_infra/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ packaging==24.2 \
--hash=sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f
# via pytest
pavi-shared-aws @ file:///tmp/pavi_shared_aws-0.0.0-py3-none-any.whl \
--hash=sha256:2894e99a6e153dc07a9c472c2a402addd47c9c2517a73500f84392cda93ea7ca
--hash=sha256:7a7cf5d6a83b65270b512bc8bcfad7cebd14a70e6014868daa4b0a4ac6a2b545
# via pipeline-aws_infra (pyproject.toml)
pluggy==1.5.0 \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \
Expand Down
2 changes: 1 addition & 1 deletion pipeline/seq_retrieval/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ test = [
"flake8-unused-arguments==0.0.*",
"mypy==1.13.*",
"pytest==8.3.*",
"pytest-cov==5.0.*"
"pytest-cov==6.0.*"
]
6 changes: 3 additions & 3 deletions pipeline/seq_retrieval/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ pytest==8.3.3 \
# via
# pytest-cov
# seq-retrieval (pyproject.toml)
pytest-cov==5.0.0 \
--hash=sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652 \
--hash=sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857
pytest-cov==6.0.0 \
--hash=sha256:eee6f1b9e61008bd34975a4d5bab25801eb31898b032dd55addc93e96fcaaa35 \
--hash=sha256:fde0b595ca248bb8e2d76f020b465f3b107c9632e6a1d1705f17834c89dcadc0
# via seq-retrieval (pyproject.toml)
requests==2.32.3 \
--hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \
Expand Down
2 changes: 1 addition & 1 deletion shared_aws/aws_infra/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jsii==1.104.0 \
# aws-cdk-lib
# constructs
pavi-shared-aws @ file:///tmp/pavi_shared_aws-0.0.0-py3-none-any.whl \
--hash=sha256:2894e99a6e153dc07a9c472c2a402addd47c9c2517a73500f84392cda93ea7ca
--hash=sha256:7a7cf5d6a83b65270b512bc8bcfad7cebd14a70e6014868daa4b0a4ac6a2b545
# via pavi-shared-aws-infra (pyproject.toml)
publication==0.0.3 \
--hash=sha256:0248885351febc11d8a1098d5c8e3ab2dabcf3e8c0c96db1e17ecd12b53afbe6 \
Expand Down
2 changes: 1 addition & 1 deletion shared_aws/aws_infra/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ packaging==24.2 \
--hash=sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f
# via pytest
pavi-shared-aws @ file:///tmp/pavi_shared_aws-0.0.0-py3-none-any.whl \
--hash=sha256:2894e99a6e153dc07a9c472c2a402addd47c9c2517a73500f84392cda93ea7ca
--hash=sha256:7a7cf5d6a83b65270b512bc8bcfad7cebd14a70e6014868daa4b0a4ac6a2b545
# via pavi-shared-aws-infra (pyproject.toml)
pluggy==1.5.0 \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \
Expand Down
2 changes: 1 addition & 1 deletion shared_aws/py_package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ test = [
]

[build-system]
requires = ["setuptools == 71.0.0"]
requires = ["setuptools == 75.4.0"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion webui/aws_infra/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jsii==1.104.0 \
# aws-cdk-lib
# constructs
pavi-shared-aws @ file:///tmp/pavi_shared_aws-0.0.0-py3-none-any.whl \
--hash=sha256:2894e99a6e153dc07a9c472c2a402addd47c9c2517a73500f84392cda93ea7ca
--hash=sha256:7a7cf5d6a83b65270b512bc8bcfad7cebd14a70e6014868daa4b0a4ac6a2b545
# via webui-aws_infra (pyproject.toml)
publication==0.0.3 \
--hash=sha256:0248885351febc11d8a1098d5c8e3ab2dabcf3e8c0c96db1e17ecd12b53afbe6 \
Expand Down
2 changes: 1 addition & 1 deletion webui/aws_infra/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ packaging==24.2 \
--hash=sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f
# via pytest
pavi-shared-aws @ file:///tmp/pavi_shared_aws-0.0.0-py3-none-any.whl \
--hash=sha256:2894e99a6e153dc07a9c472c2a402addd47c9c2517a73500f84392cda93ea7ca
--hash=sha256:7a7cf5d6a83b65270b512bc8bcfad7cebd14a70e6014868daa4b0a4ac6a2b545
# via webui-aws_infra (pyproject.toml)
pluggy==1.5.0 \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \
Expand Down

0 comments on commit ccf66f4

Please sign in to comment.