Skip to content

Bump pyscreeze from 0.1.28 to 1.0.1 - #424

Open
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/pip/pyscreeze-1.0.1
Open

Bump pyscreeze from 0.1.28 to 1.0.1#424
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/pip/pyscreeze-1.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps pyscreeze from 0.1.28 to 1.0.1.

Changelog

Sourced from pyscreeze's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] - 2023-10-16

Added

  • Added allScreens argument for Windows only for now.

Changed

  • Set USE_IMAGE_NOT_FOUND_EXCEPTION to True by default. This is a backwards-compatibility breaking change. Set USE_IMAGE_NOT_FOUND_EXCEPTION = False to get the original behavior and have locate functions return None when they can't find an image.
  • Renamed CHANGES.txt to CHANGELOG.md and using a changelog template.
  • Made screenshot functions more restrictive and force the region arg to a tuple of four ints, instead of converting them to ints.
  • Fix for the region argument not working on macOS.
  • Fix for PILLOW_VERSION not being correctly translated. #98 #101
  • Fix readme example using click() #91
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 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)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 10, 2026
@damies13

Copy link
Copy Markdown
Owner

@ArekKuczynski can you review this PR from dependabot?

@damies13
damies13 requested a review from ArekKuczynski August 10, 2026 11:14
Comment thread pyproject.toml
name = "RFSwarm_development"
version = "1.0.0"
description = "rfswarm dev environment."
requires-python = ">=3.9,<4.0"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since we have upgraded pymupdf to (>=1.28.2) we have to change python version to >=3.10,<4.0 as well

@damies13 damies13 Aug 10, 2026

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the pyproject.toml file which we are using to download test dependencies

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's fine then, python 3.10 goes eol in October this year, we won't be testing on older versions any more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants