[PR #1412] [CLOSED] Bump croniter from 2.0.1 to 2.0.5 #1413

Closed
opened 2026-03-01 14:49:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1412
Author: @dependabot[bot]
Created: 4/22/2024
Status: Closed

Base: devHead: dependabot/pip/dev/croniter-2.0.5


📝 Commits (1)

  • f83298a Bump croniter from 2.0.1 to 2.0.5

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps croniter from 2.0.1 to 2.0.5.

Changelog

Sourced from croniter's changelog.

2.0.5 (2024-04-20)

  • No changes, fix lint [kiorky]

2.0.4 (2024-04-20)

  • Support hashid strings in is_valid [george-kuanli-peng, kiorky]
  • Avoid over-optimization in crontab expansions [Cherie0125, liqirui liqirui@baidu.com, kiorky]

2.0.3 (2024-03-19)

  • Add match_range function [salitaba]

2.0.2 (2024-02-29)

  • fix leap year (29 days in February) [zed2015]
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/1412 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/22/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/dev/croniter-2.0.5` --- ### 📝 Commits (1) - [`f83298a`](https://github.com/ArchiveBox/ArchiveBox/commit/f83298a42d277174c136373858711a73755779cf) Bump croniter from 2.0.1 to 2.0.5 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [croniter](https://github.com/kiorky/croniter) from 2.0.1 to 2.0.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kiorky/croniter/blob/master/CHANGELOG.rst">croniter's changelog</a>.</em></p> <blockquote> <h2>2.0.5 (2024-04-20)</h2> <ul> <li>No changes, fix lint [kiorky]</li> </ul> <h2>2.0.4 (2024-04-20)</h2> <ul> <li>Support hashid strings in is_valid [george-kuanli-peng, kiorky]</li> <li>Avoid over-optimization in crontab expansions [Cherie0125, liqirui <a href="mailto:liqirui@baidu.com">liqirui@baidu.com</a>, kiorky]</li> </ul> <h2>2.0.3 (2024-03-19)</h2> <ul> <li>Add match_range function [salitaba]</li> </ul> <h2>2.0.2 (2024-02-29)</h2> <ul> <li>fix leap year (29 days in February) [zed2015]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kiorky/croniter/commit/1f01b35d55f5596e5392529b9428a0cdef20faf6"><code>1f01b35</code></a> Preparing release 2.0.5</li> <li><a href="https://github.com/kiorky/croniter/commit/7ae86a310ec110600d9cb375825415193fc949ed"><code>7ae86a3</code></a> Lint</li> <li><a href="https://github.com/kiorky/croniter/commit/ddab6f6201ad3fd308f20ba4514b972cda0e5817"><code>ddab6f6</code></a> Back to development: 2.0.5</li> <li><a href="https://github.com/kiorky/croniter/commit/4f286ce6adc371e30e8aa85474d36f8d488226f9"><code>4f286ce</code></a> Preparing release 2.0.4</li> <li><a href="https://github.com/kiorky/croniter/commit/be9cf31935b96afbc5497aed4e4d7978749d4c44"><code>be9cf31</code></a> changelog</li> <li><a href="https://github.com/kiorky/croniter/commit/b3e27b1f9c9c1a10b8eaec127947b96f513848c3"><code>b3e27b1</code></a> More tests related to <a href="https://redirect.github.com/kiorky/croniter/issues/68">#68</a></li> <li><a href="https://github.com/kiorky/croniter/commit/2775ff29fc2c8b2ce21270545b0d4ac24083f00d"><code>2775ff2</code></a> Complete is_valid encoding support</li> <li><a href="https://github.com/kiorky/croniter/commit/ed7cd8be0b9e9c734940f993921c477141a63765"><code>ed7cd8b</code></a> fix <a href="https://redirect.github.com/kiorky/croniter/issues/68">#68</a>: Avoid over-optimization (<a href="https://redirect.github.com/kiorky/croniter/issues/69">#69</a>)</li> <li><a href="https://github.com/kiorky/croniter/commit/aa09b5b45e269835c71dadf5755bbcbe3b81118e"><code>aa09b5b</code></a> Supports str hash_id in is_valid() as in <strong>init</strong>() (<a href="https://redirect.github.com/kiorky/croniter/issues/71">#71</a>)</li> <li><a href="https://github.com/kiorky/croniter/commit/ce61b6221d2ef16e0991bf088f440f2b0e82ed87"><code>ce61b62</code></a> Back to development: 2.0.4</li> <li>Additional commits viewable in <a href="https://github.com/kiorky/croniter/compare/2.0.1...2.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=croniter&package-manager=pip&previous-version=2.0.1&new-version=2.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:49:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#1413
No description provided.