Skip to content

Commit

Permalink
Merge pull request #2856 from graphite-project/dependabot/pip/django-…
Browse files Browse the repository at this point in the history
…tagging-0.5.0

Bump django-tagging from 0.4.3 to 0.5.0
  • Loading branch information
deniszh authored Aug 25, 2024
2 parents 8017c0e + 65c7eaa commit d331484
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 d331484

Please sign in to comment.