Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python-slugify requirement from ~=3.0.2 to ~=4.0.0 #234

Merged
merged 2 commits into from
May 4, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 4, 2020

Updates the requirements on python-slugify to permit the latest version.

Changelog

Sourced from python-slugify's changelog.

4.0.0

  • Drop support from 2.6, & < 3.4.5

3.0.6

  • Fixed encoding in special.py

3.0.5

  • Add test for pre-translation (e.g German Umlaut)
  • Add special char supports (optional Use)

3.0.4

  • Now supporting text-unidecode>=1.3
  • Now supporting Unidecode>=1.1.1

3.0.3

  • Remove unicode chars from file

3.0.2

  • Add official support of Py 3.7

3.0.1

  • Add test.py to manifest

3.0.0

  • Upgrade Unidecode
  • Promote text-unidecode as the primary decoding package
  • Add Unidecode as an optional extra. "pip install python-slugify[unidecode]"

2.0.1

  • Add replacements option e.g. [['|', 'or'], ['%', 'percent'], ['-', '_']] (@andriyor)

2.0.0

  • Fix alternative dependency installation

1.2.6

  • Add support for case sensitive slugs (@s-m-e)

1.2.5

  • Add support for using text-unidecode (@bolkedebruin)
  • Switch to pycodestyle instead of pep8

1.2.4

  • Remove build artifacts during packaging
  • Simplify the setup.py file (@reece)

1.2.3

  • Republish - possible corrupt 1.2.2 build

1.2.2

... (truncated)
Commits
  • 76f3272 Drop support for old python - cleanup - up version (#88)
  • b9db1bc fix missing encoding in file
  • 33bf07e add special pre translation file, more unit test, updated readme
  • 67c16a4 upgrade to consume the latest version of dependencies
  • 413ac35 BF(dependencies)| Bump text_unidecode version (#83)
  • 228de59 Merge branch 'master' into staging
  • e7b0360 add unit test, update readme
  • 3f0b1f2 Merge branch 'development' into staging
  • 770de74 Merge branch 'sandbox' into development
  • b79331c remove unicode chars from file
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 4, 2020
@dependabot-preview dependabot-preview bot requested a review from fronzbot May 4, 2020 15:58
@codecov
Copy link

codecov bot commented May 4, 2020

Codecov Report

Merging #234 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #234   +/-   ##
=======================================
  Coverage   82.78%   82.78%           
=======================================
  Files           7        7           
  Lines         674      674           
=======================================
  Hits          558      558           
  Misses        116      116           
Flag Coverage Δ
#unittests 82.78% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 973374f...cc5fbcd. Read the comment docs.

Updates the requirements on [python-slugify](https://github.com/un33k/python-slugify) to permit the latest version.
- [Release notes](https://github.com/un33k/python-slugify/releases)
- [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md)
- [Commits](un33k/python-slugify@3.0.2...4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/python-slugify-approx-eq-4.0.0 branch from 24d7239 to db23acd Compare May 4, 2020 16:17
@fronzbot fronzbot merged commit bc4956c into dev May 4, 2020
@fronzbot fronzbot deleted the dependabot/pip/python-slugify-approx-eq-4.0.0 branch May 4, 2020 16:26
@fronzbot fronzbot mentioned this pull request May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant