Skip to content

Commit

Permalink
Merge pull request #10 from glasswalk3r/dependabot/pip/colorama-0.4.6
Browse files Browse the repository at this point in the history
chore(deps): bump colorama from 0.4.4 to 0.4.6
  • Loading branch information
glasswalk3r committed Apr 3, 2024
2 parents 4a62a97 + 101a4c3 commit bff2b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
readme = readme_file.read()

requirements = ['boto3==1.20.16', 'docker==5.0.3', 'terminaltables==3.1.0',
'colorama==0.4.4', 'boto3-stubs[ecr,sts]==1.24.80']
'colorama==0.4.6', 'boto3-stubs[ecr,sts]==1.24.80']
setup_requirements = ['pytest-runner', ]
test_requirements = ['pytest>=3', ]

Expand Down

0 comments on commit bff2b56

Please sign in to comment.