Skip to content

Commit f15c0e3

Browse files
Update croniter requirement from !=0.3.22,>=0.3.0 to !=0.3.22,>=6.2.2
Updates the requirements on [croniter](https://github.com/pallets-eco/croniter) to permit the latest version. - [Changelog](https://github.com/pallets-eco/croniter/blob/main/CHANGELOG.rst) - [Commits](pallets-eco/croniter@0.3.3...6.2.2) --- updated-dependencies: - dependency-name: croniter dependency-version: 6.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b021b0 commit f15c0e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cheroot>=10.0.1
99
cherrypy>=18.6.1
1010
# We need contextvars for salt-ssh
1111
contextvars
12-
croniter>=0.3.0,!=0.3.22; sys_platform != 'win32'
12+
croniter!=0.3.22,>=6.2.2; sys_platform != 'win32'
1313
cryptography>=46.0.7
1414
distro>=1.0.1
1515
frozenlist>=1.3.0; python_version < '3.11'

0 commit comments

Comments
 (0)