Runway

Latest version: v2.6.14

Safety actively analyzes 629599 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 13

2.4.2

Not secure
What Changed

๐Ÿ› Bug Fixes

- fix issue causing `runway.context.BaseContext.get_session()` to use the wrong region when no region is specified ITProKyle (931)

๐Ÿงถ Dependencies

- build(deps): bump boto3 from 1.18.42 to 1.18.49 dependabot (934)
- build(deps): bump cfn-lint from 0.54.1 to 0.54.2 dependabot (923)
- build(deps): bump urllib3 from 1.26.6 to 1.26.7 dependabot (924)
- build(deps): bump gitpython from 3.1.23 to 3.1.24 dependabot (907)

๐Ÿ“– Doc Updates

- update example in readme to reflect v2 syntax ITProKyle (936)

๐Ÿงฐ Maintenance

- build(deps-dev): bump pytest-xdist from 2.3.0 to 2.4.0 dependabot (928)
- build(deps-dev): bump moto from 2.2.7 to 2.2.8 dependabot (925)
- build(deps-dev): bump cspell/dict-python from 1.0.37 to 2.0.3 dependabot (932)
- build(deps-dev): bump boto3-stubs from 1.18.42 to 1.18.49 dependabot (935)
- build(deps-dev): bump mypy-boto3 from 1.18.42 to 1.18.49 dependabot (933)
- improve stability of test_rollback_dependant functional test ITProKyle (937)
- makefile: rename some targets & update options used for cspell ITProKyle (938)
- build(deps-dev): bump cspell from 5.9.1 to 5.10.1 dependabot (911)
- build(deps-dev): bump pylint from 2.11.0 to 2.11.1 dependabot (909)
- build(deps-dev): bump pyright from 1.1.163 to 1.1.171 dependabot (927)

2.4.1

Not secure
What Changed

๐Ÿงถ Dependencies

- build(deps): bump boto3 from 1.18.29 to 1.18.40 dependabot (895)
- build(deps): bump awacs from 2.0.0 to 2.0.1 dependabot (885)
- build(deps): bump tar from 6.1.10 to 6.1.11 dependabot (872)
- build(deps): bump docker from 5.0.0 to 5.0.2 dependabot (888)
- widen troposphere pin to include ^3 ITProKyle (902)

๐Ÿงฐ Maintenance

- build(deps): bump codecov/codecov-action from 2.0.3 to 2.1.0 dependabot (899)
- build(deps-dev): bump cspell from 5.8.2 to 5.9.1 dependabot (898)
- build(deps-dev): bump pytest from 6.2.4 to 6.2.5 dependabot (891)
- build(deps-dev): bump boto3-stubs from 1.18.29 to 1.18.40 dependabot (893)
- build(deps-dev): bump mypy-boto3 from 1.18.29 to 1.18.40 dependabot (894)
- build(deps): bump cfn-lint from 0.53.0 to 0.54.1 dependabot (896)
- build(deps): bump typing-extensions from 3.10.0.0 to 3.10.0.2 dependabot (889)
- build(deps-dev): bump moto from 2.2.4 to 2.2.6 dependabot (879)
- build(deps-dev): bump pre-commit from 2.14.0 to 2.15.0 dependabot (890)

2.4.0

Not secure
What Changed

๐Ÿš€ Features

- staticsite: add support for CloudFormation service role ITProKyle (866)

๐Ÿงถ Dependencies

- build(deps): bump boto3 from 1.18.26 to 1.18.29 dependabot (870)

๐Ÿงฐ Maintenance

- build(deps): bump codecov/codecov-action from 2.0.2 to 2.0.3 dependabot (867)
- build(deps-dev): bump cspell from 5.8.0 to 5.8.2 dependabot (868)
- build(deps-dev): bump boto3-stubs from 1.18.26 to 1.18.29 dependabot (871)
- build(deps-dev): bump mypy-boto3 from 1.18.26 to 1.18.29 dependabot (869)

2.3.2

Not secure
What Changed

๐Ÿš€ Features

- runway.utils: deduplicate file hash logic by creating a universal interface ITProKyle (818)

๐Ÿ› Bug Fixes

- hooks: fix issue preventing `ssm.parameter` from being used more than once ITProKyle (863)
- hooks: fix issue causing `ssm.parameter` to fail if param does not exist ITProKyle (864)

๐Ÿงถ Dependencies

- build(deps): bump tar from 6.1.8 to 6.1.10 dependabot (854)
- build(deps): bump yamllint from 1.26.2 to 1.26.3 dependabot (861)
- build(deps): bump boto3 from 1.18.19 to 1.18.26 dependabot (857)

๐Ÿ“– Doc Updates

- docs: reduce size of gif ITProKyle (845)

๐Ÿงฐ Maintenance

- flake8: set `classmethod-decorators` for pydantic validators ITProKyle (846)
- build(deps-dev): bump moto from 2.2.2 to 2.2.4 dependabot (858)
- build(deps-dev): bump pyright from 1.1.157 to 1.1.163 dependabot (859)
- build(deps-dev): bump mypy-boto3 from 1.18.19 to 1.18.26 dependabot (862)
- build(deps-dev): bump boto3-stubs from 1.18.19 to 1.18.26 dependabot (855)
- build(deps-dev): bump cspell from 5.6.6 to 5.8.0 dependabot (860)
- build(deps-dev): bump pylint from 2.9.6 to 2.10.2 dependabot (856)
- build(deps-dev): bump flake8-comprehensions from 3.5.0 to 3.6.1 dependabot (850)

2.3.1

Not secure
What Changed

๐Ÿš€ Features

- cfngin: add protocol for hook classes ITProKyle (813)
- cfngin.hooks: expanded types of hook_data to include pydantic models ITProKyle (815)

๐Ÿ› Bug Fixes

- cdk: catch `cdk diff` error, clean exit with explanation ITProKyle (831)
- context: `.get_session()` now correctly uses creds from deploy environment ITProKyle (834)

๐Ÿงถ Dependencies

- build(deps): bump yamllint from 1.26.1 to 1.26.2 dependabot (822)
- build(deps): bump cfn-lint from 0.52.0 to 0.53.0 dependabot (824)
- build(deps): bump send2trash from 1.7.1 to 1.8.0 dependabot (825)
- build(deps): bump tar from 6.1.0 to 6.1.6 dependabot (814)
- build(deps): bump tar from 6.1.6 to 6.1.7 dependabot (832)
- build(deps): bump tar from 6.1.7 to 6.1.8 dependabot (835)
- build(deps): bump boto3 from 1.18.5 to 1.18.19 dependabot (839)

๐Ÿงฐ Maintenance

- build(deps-dev): bump moto from 2.1.0 to 2.2.0 dependabot (808)
- build(deps-dev): bump pyinstaller from 4.4 to 4.5 dependabot (805)
- build(deps-dev): bump isort from 5.9.2 to 5.9.3 dependabot (804)
- use issue form for bug report template ITProKyle (816)
- build(deps-dev): bump pre-commit from 2.13.0 to 2.14.0 dependabot (829)
- build(deps-dev): bump moto from 2.2.0 to 2.2.1 dependabot (828)
- build(deps): bump sphinx-tabs from 3.1.0 to 3.2.0 dependabot (827)
- build(deps-dev): bump pylint from 2.8.3 to 2.9.6 dependabot (807)
- build(deps-dev): bump moto from 2.2.1 to 2.2.2 dependabot (838)
- build(deps): bump dunamai from 1.5.5 to 1.6.0 dependabot (841)
- build(deps-dev): bump mypy-boto3 from 1.18.5 to 1.18.19 dependabot (840)
- increase boto3 max retry attempts to avoid throttling error ITProKyle (843)
- build(deps-dev): bump boto3-stubs from 1.18.5 to 1.18.19 dependabot (837)
- build(deps-dev): bump pyinstaller from 4.5 to 4.5.1 dependabot (836)
- build(deps): bump codecov/codecov-action from 2.0.1 to 2.0.2 dependabot (798)

2.3.0

Not secure
What Changed

๐Ÿš€ Features

- cli: add `tfenv list` command ITProKyle (777)
- cli: add `kbenv list` command ITProKyle (778)
- cli: add `tfenv uninstall` command ITProKyle (780)
- cli: add `kbenv uninstall` command ITProKyle (782)

๐Ÿงถ Dependencies

- build(deps): bump requests from 2.25.1 to 2.26.0 dependabot (789)
- build(deps): bump boto3 from 1.17.109 to 1.18.5 dependabot (795)

๐Ÿงฐ Maintenance

- build(deps): bump Gr1N/setup-poetry from 4 to 7 dependabot (773)
- build(deps-dev): bump cspell/dict-python from 1.0.36 to 1.0.37 dependabot (774)
- build(deps): bump codecov/codecov-action from 1.5.2 to 2.0.1 dependabot (792)
- build(deps-dev): bump pyright from 1.1.156 to 1.1.157 dependabot (784)
- build(deps-dev): bump moto from 2.0.11 to 2.1.0 dependabot (786)
- build(deps-dev): bump pytest-subprocess from 1.1.1 to 1.1.2 dependabot (790)
- build(deps-dev): bump black from 21.6b0 to 21.7b0 dependabot (791)
- build(deps-dev): bump pyinstaller from 4.3 to 4.4 dependabot (787)
- build(deps-dev): bump boto3-stubs from 1.17.109 to 1.18.5 dependabot (794)
- build(deps-dev): bump mypy-boto3 from 1.17.109 to 1.18.5 dependabot (796)

Page 4 of 13

ยฉ 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.