joeyagreco / leeger

Instant stats for any fantasy football league.
https://pypi.org/project/leeger
MIT License
57 stars 17 forks source link

Update yahoofantasy requirement from ~=1.2.3 to ~=1.3.1 #72

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on yahoofantasy to permit the latest version.

Release notes

Sourced from yahoofantasy's releases.

v1.3.1

🐞 Bug fixes

  • Pass along game code when retrieving stats from a matchup (#47)
  • Clear in-memory persistence as well as file with peristence.clear() (#43)

Full Changelog: https://github.com/mattdodge/yahoofantasy/compare/v1.3.0...v1.3.1

Commits
  • 0a8912f Bump version: 1.3.0 β†’ 1.3.1
  • aea6eea update stats for all games
  • 80637a9 use game code in stat value lookup - fix #47
  • 7620f79 clear from in memory persistence too (fix #43)
  • abf4dc9 Merge pull request #40 from mattdodge/formatting
  • 2cb584e apply black formatting to all files
  • e575ea5 Bump version: 1.2.3 β†’ 1.3.0
  • c73bedb Merge pull request #39 from mattdodge/clear-cache
  • 79a45b1 add cli command to clear cache
  • 7aa93f5 Merge pull request #38 from mattdodge/past-league-id
  • 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.


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[bot] commented 1 year ago

Superseded by #77.