Skip to content

Commit

Permalink
reduce the lowerbound for packaging. (#321)
Browse files Browse the repository at this point in the history
* Use a lowerbound for packaging.
* Fix isort error for ruff.

No-Issue

Signed-off-by: James Tanner <tanner.jc@gmail.com>
  • Loading branch information
jctanner authored Dec 13, 2024
1 parent da4997b commit e4757b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions galaxy_importer/loaders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@

__all__ = (
"CollectionLoader",
"LegacyRoleLoader",
"ContentLoader",
"PluginLoader",
"DocStringLoader",
"ExtensionLoader",
"LegacyRoleLoader",
"PluginLoader",
"RoleLoader",
"get_loader_cls",
"DocStringLoader",
)
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_requires =
pyyaml>=5.4.1,<7
requests>=2.28.0,<3
semantic-version>=2.9.0,<3
packaging>=24.2,<25.0
packaging>=23.2,<25.0

[options.extras_require]
dev =
Expand Down

0 comments on commit e4757b0

Please sign in to comment.