From 43b3f81ea1a5cfb8a10c2d6574e6ba428564053a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 Jan 2021 11:20:08 +0000 Subject: [PATCH] chore(deps-dev): bump dragonfly-core[cli] from 1.28.3 to 1.28.4 Bumps [dragonfly-core[cli]](https://github.com/ladybug-tools/dragonfly-core) from 1.28.3 to 1.28.4. - [Release notes](https://github.com/ladybug-tools/dragonfly-core/releases) - [Changelog](https://github.com/ladybug-tools/dragonfly-core/blob/master/.releaserc.json) - [Commits](https://github.com/ladybug-tools/dragonfly-core/compare/v1.28.3...v1.28.4) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a5864f87..b5dc9efd 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ include_package_data=True, install_requires=requirements, extras_require={ - 'cli': ['click==7.1.2', 'dragonfly-core[cli]==1.28.3'] + 'cli': ['click==7.1.2', 'dragonfly-core[cli]==1.28.4'] }, entry_points={ "console_scripts": ["dragonfly-uwg = dragonfly_uwg.cli:uwg"]