Skip to content
Snippets Groups Projects
Commit b67c0462 authored by Marc Burnie [AWS]'s avatar Marc Burnie [AWS]
Browse files

Update NOTICE

parent a6be2a67
No related branches found
No related tags found
2 merge requests!299Update Dev branch,!295Adding support for EKS 1.23
Pipeline #166032 failed
...@@ -18,7 +18,7 @@ The following software have components provided under the terms of this license: ...@@ -18,7 +18,7 @@ The following software have components provided under the terms of this license:
- google-api-core (from https://github.com/googleapis/python-api-core) - google-api-core (from https://github.com/googleapis/python-api-core)
- google-auth (from https://github.com/GoogleCloudPlatform/google-auth-library-python, https://github.com/googleapis/google-auth-library-python) - google-auth (from https://github.com/GoogleCloudPlatform/google-auth-library-python, https://github.com/googleapis/google-auth-library-python)
- google-cloud-core (from https://github.com/googleapis/python-cloud-core) - google-cloud-core (from https://github.com/googleapis/python-cloud-core)
- google-cloud-storage (from https://github.com/googleapis/python-storage) - google-cloud-storage (from https://github.com/GoogleCloudPlatform/google-cloud-python, https://github.com/googleapis/python-storage)
- google-crc32c (from https://github.com/googleapis/python-crc32c) - google-crc32c (from https://github.com/googleapis/python-crc32c)
- google-resumable-media (from https://github.com/googleapis/google-resumable-media-python) - google-resumable-media (from https://github.com/googleapis/google-resumable-media-python)
- googleapis-common-protos (from https://github.com/googleapis/python-api-common-protos) - googleapis-common-protos (from https://github.com/googleapis/python-api-common-protos)
...@@ -56,7 +56,7 @@ The following software have components provided under the terms of this license: ...@@ -56,7 +56,7 @@ The following software have components provided under the terms of this license:
- click (from https://palletsprojects.com/p/click/) - click (from https://palletsprojects.com/p/click/)
- cryptography (from https://github.com/pyca/cryptography) - cryptography (from https://github.com/pyca/cryptography)
- idna (from https://pypi.org/project/idna/3.4/) - idna (from https://pypi.org/project/idna/3.4/)
- isodate (from https://github.com/gweis/isodate/) - isodate (from http://cheeseshop.python.org/pypi/isodate, https://github.com/gweis/isodate/)
- jinja2 - jinja2
- oauthlib (from https://github.com/oauthlib/oauthlib) - oauthlib (from https://github.com/oauthlib/oauthlib)
- packaging (from https://pypi.org/project/packaging/22.0/, https://pypi.org/project/packaging/23.0/) - packaging (from https://pypi.org/project/packaging/22.0/, https://pypi.org/project/packaging/23.0/)
...@@ -65,7 +65,7 @@ The following software have components provided under the terms of this license: ...@@ -65,7 +65,7 @@ The following software have components provided under the terms of this license:
- pyrsistent (from https://github.com/tobgu/pyrsistent/) - pyrsistent (from https://github.com/tobgu/pyrsistent/)
- python-dateutil (from https://github.com/dateutil/dateutil) - python-dateutil (from https://github.com/dateutil/dateutil)
- sniffio (from https://github.com/python-trio/sniffio) - sniffio (from https://github.com/python-trio/sniffio)
- starlette (from https://pypi.org/project/starlette/0.22.0/, https://pypi.org/project/starlette/0.23.1/) - starlette (from https://pypi.org/project/starlette/0.22.0/, https://pypi.org/project/starlette/0.24.0/)
- uvicorn (from https://github.com/tomchristie/uvicorn, https://pypi.org/project/uvicorn/0.20.0/, https://www.uvicorn.org/) - uvicorn (from https://github.com/tomchristie/uvicorn, https://pypi.org/project/uvicorn/0.20.0/, https://www.uvicorn.org/)
======================================================================== ========================================================================
...@@ -119,10 +119,10 @@ The following software have components provided under the terms of this license: ...@@ -119,10 +119,10 @@ The following software have components provided under the terms of this license:
- coloredlogs (from https://coloredlogs.readthedocs.io) - coloredlogs (from https://coloredlogs.readthedocs.io)
- coverage (from https://github.com/nedbat/coveragepy) - coverage (from https://github.com/nedbat/coveragepy)
- exceptiongroup (from https://pypi.org/project/exceptiongroup/1.0.1/, https://pypi.org/project/exceptiongroup/1.1.0/) - exceptiongroup (from https://pypi.org/project/exceptiongroup/1.0.1/, https://pypi.org/project/exceptiongroup/1.1.0/)
- fastapi (from https://pypi.org/project/fastapi/0.86.0/, https://pypi.org/project/fastapi/0.89.1/) - fastapi (from https://pypi.org/project/fastapi/0.86.0/, https://pypi.org/project/fastapi/0.90.1/)
- h11 - h11
- humanfriendly (from https://humanfriendly.readthedocs.io) - humanfriendly (from https://humanfriendly.readthedocs.io)
- iniconfig (from https://pypi.org/project/iniconfig/2.0.0/) - iniconfig (from http://github.com/RonnyPfannschmidt/iniconfig, https://pypi.org/project/iniconfig/2.0.0/)
- jmespath (from https://github.com/jmespath/jmespath.py) - jmespath (from https://github.com/jmespath/jmespath.py)
- jsonschema - jsonschema
- msal (from https://github.com/AzureAD/microsoft-authentication-library-for-python) - msal (from https://github.com/AzureAD/microsoft-authentication-library-for-python)
...@@ -139,9 +139,9 @@ The following software have components provided under the terms of this license: ...@@ -139,9 +139,9 @@ The following software have components provided under the terms of this license:
- pytest-order (from https://github.com/pytest-dev/pytest-order) - pytest-order (from https://github.com/pytest-dev/pytest-order)
- pytz (from http://pythonhosted.org/pytz) - pytz (from http://pythonhosted.org/pytz)
- requests (from http://python-requests.org, https://requests.readthedocs.io) - requests (from http://python-requests.org, https://requests.readthedocs.io)
- six (from https://github.com/benjaminp/six) - six (from http://pypi.python.org/pypi/six/, https://github.com/benjaminp/six)
- sniffio (from https://github.com/python-trio/sniffio) - sniffio (from https://github.com/python-trio/sniffio)
- starlette (from https://pypi.org/project/starlette/0.22.0/, https://pypi.org/project/starlette/0.23.1/) - starlette (from https://pypi.org/project/starlette/0.22.0/, https://pypi.org/project/starlette/0.24.0/)
- starlette-context (from https://github.com/tomwojcik/starlette-context) - starlette-context (from https://github.com/tomwojcik/starlette-context)
- tomli (from https://pypi.org/project/tomli/1.2.2/, https://pypi.org/project/tomli/2.0.0/, https://pypi.org/project/tomli/2.0.1/) - tomli (from https://pypi.org/project/tomli/1.2.2/, https://pypi.org/project/tomli/2.0.0/, https://pypi.org/project/tomli/2.0.1/)
- urllib3 (from https://urllib3.readthedocs.io/) - urllib3 (from https://urllib3.readthedocs.io/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment