Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ upgraded tools & packages #7075

Merged
merged 37 commits into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
a52b751
upgraded tools & packages
Jan 23, 2025
fd823a4
avoid downgrades and remove duplicate unused constraints
Jan 24, 2025
b54f09a
Merge remote-tracking branch 'upstream/master' into pr-osparc-retry-t…
Jan 24, 2025
1f1e679
pinned referencing==0.35.1
Jan 24, 2025
4e19157
upgraded moto
Jan 24, 2025
570bf26
fixed transport for asynclcient
Jan 24, 2025
c5eabdf
mypy issue
Jan 24, 2025
f2444d1
Merge remote-tracking branch 'upstream/master' into pr-osparc-retry-t…
Jan 24, 2025
56b3a7f
pinned moto version
Jan 24, 2025
fcf6c66
Merge remote-tracking branch 'upstream/master' into pr-osparc-retry-t…
Jan 24, 2025
ec0cbac
fixed after upgrade
Jan 24, 2025
2313564
ignore type
Jan 24, 2025
bd5dc71
fixed test, json format no longer has spaces
Jan 27, 2025
8c48848
pinned
Jan 27, 2025
9de1caf
added more instructions
Jan 27, 2025
a87220f
revert
Jan 27, 2025
16b6c92
pulling smaller images
Jan 27, 2025
fdf71a3
fixed tests
Jan 27, 2025
0d39f6e
pinned versions to avoid issues with layers in CI
Jan 27, 2025
ae8db1c
fixed test
Jan 27, 2025
5e2df4e
Merge branch 'master' into pr-osparc-retry-tools-upgrade
GitHK Jan 28, 2025
670b4a0
edit pins
Jan 28, 2025
9c12428
Merge branch 'pr-osparc-retry-tools-upgrade' of github.com:GitHK/ospa…
Jan 28, 2025
5bddde3
Merge remote-tracking branch 'upstream/master' into pr-osparc-retry-t…
Jan 28, 2025
fdfddfe
fixed broken test
Jan 28, 2025
b71d669
revert accidental referencing update
Jan 29, 2025
d2c8329
Merge remote-tracking branch 'upstream/master' into pr-osparc-retry-t…
Jan 29, 2025
5867e66
added missing links to issues
Jan 29, 2025
277796a
pinned referencing
Jan 29, 2025
57da990
proper referencing versions
Jan 29, 2025
6ae775e
revert change
GitHK Jan 29, 2025
921ad9f
fixede test
Jan 29, 2025
263142a
Merge branch 'pr-osparc-retry-tools-upgrade' of github.com:GitHK/ospa…
Jan 29, 2025
4282bcf
revert
Jan 29, 2025
a01a293
Merge remote-tracking branch 'upstream/master' into pr-osparc-retry-t…
Jan 29, 2025
4f70ed6
Merge branch 'master' into pr-osparc-retry-tools-upgrade
GitHK Jan 29, 2025
eee5413
Merge branch 'master' into pr-osparc-retry-tools-upgrade
mergify[bot] Jan 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 30 additions & 27 deletions api/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
aiohappyeyeballs==2.4.0
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.10.5
aiohttp==3.11.11
# via
# -c ../../requirements/constraints.txt
# -r requirements.in
aiosignal==1.3.1
aiosignal==1.3.2
# via aiohttp
attrs==24.2.0
attrs==25.1.0
# via
# aiohttp
# jsonschema
# referencing
certifi==2024.8.30
certifi==2024.12.14
# via
# -c ../../requirements/constraints.txt
# requests
charset-normalizer==3.3.2
charset-normalizer==3.4.1
# via requests
coverage==7.6.1
coverage==7.6.10
# via
# -r requirements.in
# pytest-cov
frozenlist==1.4.1
frozenlist==1.5.0
# via
# aiohttp
# aiosignal
Expand All @@ -31,50 +31,54 @@ idna==3.10
# yarl
iniconfig==2.0.0
# via pytest
isodate==0.6.1
isodate==0.7.2
# via openapi-core
jsonschema==4.23.0
# via
# openapi-core
# openapi-schema-validator
# openapi-spec-validator
jsonschema-path==0.3.3
jsonschema-path==0.3.4
# via
# openapi-core
# openapi-spec-validator
jsonschema-specifications==2023.12.1
jsonschema-specifications==2024.10.1
# via
# jsonschema
# openapi-schema-validator
lazy-object-proxy==1.10.0
# via openapi-spec-validator
markupsafe==2.1.5
markupsafe==3.0.2
# via werkzeug
more-itertools==10.5.0
more-itertools==10.6.0
# via openapi-core
multidict==6.1.0
# via
# aiohttp
# yarl
openapi-core==0.19.4
# via -r requirements.in
openapi-schema-validator==0.6.2
openapi-schema-validator==0.6.3
# via
# openapi-core
# openapi-spec-validator
openapi-spec-validator==0.7.1
# via openapi-core
packaging==24.1
packaging==24.2
# via
# pytest
# pytest-sugar
parse==1.20.2
# via openapi-core
pathable==0.4.3
pathable==0.4.4
# via jsonschema-path
pluggy==1.5.0
# via pytest
pytest==8.3.3
propcache==0.2.1
# via
# aiohttp
# yarl
pytest==8.3.4
# via
# -r requirements.in
# pytest-asyncio
Expand All @@ -85,7 +89,7 @@ pytest-asyncio==0.23.8
# via
# -c ../../requirements/constraints.txt
# -r requirements.in
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements.in
pytest-instafail==0.5.0
# via -r requirements.in
Expand All @@ -97,28 +101,27 @@ pyyaml==6.0.2
# jsonschema-path
referencing==0.35.1
# via
# -c ../../requirements/constraints.txt
# jsonschema
# jsonschema-path
# jsonschema-specifications
requests==2.32.3
# via jsonschema-path
rfc3339-validator==0.1.4
# via openapi-schema-validator
rpds-py==0.20.0
rpds-py==0.22.3
# via
# jsonschema
# referencing
six==1.16.0
# via
# isodate
# rfc3339-validator
termcolor==2.4.0
six==1.17.0
# via rfc3339-validator
termcolor==2.5.0
# via pytest-sugar
urllib3==2.2.3
urllib3==2.3.0
# via
# -c ../../requirements/constraints.txt
# requests
werkzeug==3.0.4
werkzeug==3.1.3
# via openapi-core
yarl==1.12.1
yarl==1.18.3
# via aiohttp
Loading
Loading