Bump pyscreeze from 0.1.28 to 1.0.1 - #424
Conversation
Bumps [pyscreeze](https://github.com/asweigart/pyscreeze) from 0.1.28 to 1.0.1. - [Changelog](https://github.com/asweigart/pyscreeze/blob/master/CHANGELOG.md) - [Commits](https://github.com/asweigart/pyscreeze/commits) --- updated-dependencies: - dependency-name: pyscreeze dependency-version: 1.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
@ArekKuczynski can you review this PR from dependabot? |
| name = "RFSwarm_development" | ||
| version = "1.0.0" | ||
| description = "rfswarm dev environment." | ||
| requires-python = ">=3.9,<4.0" |
There was a problem hiding this comment.
since we have upgraded pymupdf to (>=1.28.2) we have to change python version to >=3.10,<4.0 as well
There was a problem hiding this comment.
does this only impact testcases or build and the rfswarm packages as well?
I'd rather not force people to use newer python versions to use RFSwarm, there's a big difference between not testing/supporting an old version of python and not allowing it at all
There was a problem hiding this comment.
This is the pyproject.toml file which we are using to download test dependencies
There was a problem hiding this comment.
that's fine then, python 3.10 goes eol in October this year, we won't be testing on older versions any more
Bumps pyscreeze from 0.1.28 to 1.0.1.
Changelog
Sourced from pyscreeze's changelog.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)