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

Bump fake-useragent from 0.1.14 to 1.2.1 #27

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2023

Bumps fake-useragent from 0.1.14 to 1.2.1.

Release notes

Sourced from fake-useragent's releases.

Release v1.2.1 📦

  • Still using the new dataset of course!
  • Small improvements in the min_percentage check
  • Update all Pip package dependencies

Release v1.2.0 📦

  • Updated browser useragent data 🚀
  • Allow filters on browser, OS and usage percentage 🚀
  • Update the cache scraper to scape the new data source for user-agent strings
  • Adapted the code to work with the new JSON data format

Release v1.1.3

  • Update deps

Release v1.1.2

  • Security release update

Release v1.1.1

  • Remove white spaces from user agent strings, this is a patch release

Release v1.1.0

  • Add pkg_resource as fallback mechanism in trying to retrieve the local JSON data file

Release v1.0.1 - Patch fix

Bug fix release.

  • Add importlib-metadata & importlib-resources as dependencies
  • Check on specific Python version regarding the importlib resources (python v3.10 or higher) in order to have files() working
  • importlib_metadata should now also work on Python version before 3.8
  • Remove obsolete MANIFEST.in file

Release v1.0.0

Finally, a major release! Version 1.0.0 stable. I hope you like it.

  • Make the JSON Lines data file part of the Python package, data is retrieved locally
    • Extend the myproject.toml file with package-data support
  • Remove centralized caching server implementation
  • Make real unit-tests which should run reliable, fast, independent and without Internet connection
Commits
  • 51d49f9 Prepare for version 1.2.1 (#189)
  • 3d9d8f4 Update requirements fake useragent (#183)
  • bc0710e Create dependabot.yml
  • 8a101e6 Update requirements and readme of cache scraper. Also remove obsolete compose...
  • 72ea871 Bump cryptography from 41.0.2 to 41.0.3 in /cache_scraper (#181)
  • 018ebc9 Migrate to new data source (#174)
  • 796a359 Merge pull request #180 from fake-useragent/dependabot/pip/cache_scraper/cert...
  • aed8860 Bump certifi from 2022.12.7 to 2023.7.22 in /cache_scraper
  • 33e1ce7 Merge pull request #179 from fake-useragent/dependabot/pip/cache_scraper/cryp...
  • ca512b1 Bump cryptography from 41.0.0 to 41.0.2 in /cache_scraper
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


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 dependabot bot requested a review from maxkrivich as a code owner August 2, 2023 20:33
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 2, 2023
@maxkrivich
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/fake-useragent-1.2.1 branch from 9222e13 to 2885841 Compare August 2, 2023 20:40
@maxkrivich
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/fake-useragent-1.2.1 branch from 2885841 to 562a429 Compare August 2, 2023 20:46
@maxkrivich
Copy link
Owner

@dependabot recreate

Bumps [fake-useragent](https://github.com/fake-useragent/fake-useragent) from 0.1.14 to 1.2.1.
- [Release notes](https://github.com/fake-useragent/fake-useragent/releases)
- [Commits](fake-useragent/fake-useragent@0.1.14...1.2.1)

---
updated-dependencies:
- dependency-name: fake-useragent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/fake-useragent-1.2.1 branch from 562a429 to d645b7d Compare August 3, 2023 06:34
@github-actions github-actions bot merged commit 4836b29 into master Aug 3, 2023
3 checks passed
@github-actions github-actions bot deleted the dependabot/pip/fake-useragent-1.2.1 branch August 3, 2023 06:38
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