Skip to content

Commit

Permalink
Bump django-tagging from 0.4.3 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [django-tagging](https://github.com/Fantomas42/django-tagging) from 0.4.3 to 0.5.0.
- [Changelog](https://github.com/Fantomas42/django-tagging/blob/develop/CHANGELOG.txt)
- [Commits](Fantomas42/django-tagging@v0.4.3...v0.5.0)

---
updated-dependencies:
- dependency-name: django-tagging
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 25, 2024
1 parent 66dcd48 commit 65c7eaa
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 @@ -107,7 +107,7 @@ def read(fname):
package_data={'graphite': ['templates/*', 'local_settings.py.example']},
scripts=glob('bin/*'),
data_files=list(webapp_content.items()) + storage_dirs + conf_files + examples,
install_requires=['Django>=3.2,<4', 'django-tagging==0.4.3', 'pytz',
install_requires=['Django>=3.2,<4', 'django-tagging==0.5.0', 'pytz',
'pyparsing', 'cairocffi', 'urllib3', 'six'],
classifiers=[
'Intended Audience :: Developers',
Expand Down

0 comments on commit 65c7eaa

Please sign in to comment.