Update croniter requirement from ~=1.3.4 to ~=1.3.7 in /telegram_bot #397

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/telegram_bot/croniter-approx-eq-1.3.7 into main
dependabot[bot] commented 2022-09-07 09:43:39 +00:00 (Migrated from github.com)

Updates the requirements on croniter to permit the latest version.

Changelog

Sourced from croniter's changelog.

1.3.7 (2022-09-06)

1.3.5 (2022-05-14)

  • Add Python 3.10 support [eelkevdbos]

1.3.4 (2022-02-18)

  • Really fix compat for tests under py27 [kiorky]

1.3.3 (2022-02-18)

  • Fix compat for tests under py27 [kiorky]

1.3.2 (2022-02-18)

  • Fix #12: regressions with set_current [kiorky, agateblue]

1.3.1 (2022-02-15)

  • Restore compat with python2 [kiorky]

1.3.0 (2022-02-15)

  • Add a way to make next() easier to use. This fixes #11 [kiorky]

1.2.0 (2022-01-14)

... (truncated)

Commits

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)
Updates the requirements on [croniter](https://github.com/kiorky/croniter) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kiorky/croniter/blob/master/docs/CHANGES.rst">croniter's changelog</a>.</em></p> <blockquote> <h2>1.3.7 (2022-09-06)</h2> <ul> <li>fix tests</li> <li>Fix croniter_range infinite loop [Shachar Snapiri <a href="mailto:ssnapiri@paloaltonetworks.com">ssnapiri@paloaltonetworks.com</a>]</li> </ul> <h2>1.3.5 (2022-05-14)</h2> <ul> <li>Add Python 3.10 support [eelkevdbos]</li> </ul> <h2>1.3.4 (2022-02-18)</h2> <ul> <li>Really fix compat for tests under py27 [kiorky]</li> </ul> <h2>1.3.3 (2022-02-18)</h2> <ul> <li>Fix compat for tests under py27 [kiorky]</li> </ul> <h2>1.3.2 (2022-02-18)</h2> <ul> <li>Fix <a href="https://github-redirect.dependabot.com/kiorky/croniter/issues/12">#12</a>: regressions with set_current [kiorky, agateblue]</li> </ul> <h2>1.3.1 (2022-02-15)</h2> <ul> <li>Restore compat with python2 [kiorky]</li> </ul> <h2>1.3.0 (2022-02-15)</h2> <ul> <li>Add a way to make next() easier to use. This fixes <a href="https://github-redirect.dependabot.com/kiorky/croniter/issues/11">#11</a> [kiorky]</li> </ul> <h2>1.2.0 (2022-01-14)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kiorky/croniter/commit/0e9c36de574b19ee87cc4aa18dc91828e947f0ba"><code>0e9c36d</code></a> Preparing release 1.3.7</li> <li><a href="https://github.com/kiorky/croniter/commit/7e6f759c5a58949cae2414fb46c62434b82d57a1"><code>7e6f759</code></a> fix tests</li> <li><a href="https://github.com/kiorky/croniter/commit/cb960a6d1c10db43ce017e9f5bf8d0eac56772df"><code>cb960a6</code></a> Back to development: 1.3.7</li> <li><a href="https://github.com/kiorky/croniter/commit/2290d28523d080d9417a3c9e919bb93889aec6fd"><code>2290d28</code></a> Preparing release 1.3.6</li> <li><a href="https://github.com/kiorky/croniter/commit/db18a49ba0536f70b8db90ef22b1af1d6aa31df2"><code>db18a49</code></a> changes</li> <li><a href="https://github.com/kiorky/croniter/commit/614fd3fa09d85469830cc6bac785931cbc69f9ab"><code>614fd3f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kiorky/croniter/issues/21">#21</a> from snapiri/croniter_range_infinite_loop</li> <li><a href="https://github.com/kiorky/croniter/commit/3a99a259eb231bd9cf17b5b06ceeb4bff353698b"><code>3a99a25</code></a> Add test</li> <li><a href="https://github.com/kiorky/croniter/commit/390ceeedbea4cd29131f9fb6f3559d118ce6d4e9"><code>390ceee</code></a> Fix croniter_range infinite loop</li> <li><a href="https://github.com/kiorky/croniter/commit/bb5a45196e5f8f15fd0890f4ee5e9697671a3fe2"><code>bb5a451</code></a> Back to development: 1.3.6</li> <li><a href="https://github.com/kiorky/croniter/commit/8fdf5b196f75cc0bc5e3531732891d6e41b19617"><code>8fdf5b1</code></a> Preparing release 1.3.5</li> <li>Additional commits viewable in <a href="https://github.com/kiorky/croniter/compare/1.3.4...1.3.7">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
administrator closed this pull request 2022-09-17 22:44:45 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.