Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium), [behavex](https://github.com/hrcorval/behavex), [appium-python-client](https://github.com/appium/python-client) and [faker](https://github.com/joke2k/faker) to permit the latest version.

Updates `selenium` from 4.25.0 to 4.28.1
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/commits)

Updates `behavex` from 4.0.8 to 4.0.10
- [Changelog](https://github.com/hrcorval/behavex/blob/master/CHANGES.rst)
- [Commits](https://github.com/hrcorval/behavex/commits)

Updates `appium-python-client` to 4.5.0
- [Release notes](https://github.com/appium/python-client/releases)
- [Changelog](https://github.com/appium/python-client/blob/master/CHANGELOG.rst)
- [Commits](appium/python-client@v2.7.1...v4.5.0)

Updates `faker` from 30.8.2 to 35.2.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v30.8.2...v35.2.0)

---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: behavex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: appium-python-client
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent 2824e7d commit 969ad58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
behave>=1.2.6
PyYAML>=6.0.1
selenium==4.25.0
behavex==4.0.8
Appium-Python-Client >= 2.7.1, < 4.0.0
selenium==4.28.1
behavex==4.0.10
Appium-Python-Client >= 2.7.1, < 5.0.0
click>=8.1.5
axe-selenium-python>=2.1.6
bdd-tags-processor>=0.2.0
jsonpath_ng>=1.5.3
faker==30.8.2
faker==35.2.0
requests>=2.31.0
pyshadow==0.0.5
sauceclient==1.0.0
Expand Down

0 comments on commit 969ad58

Please sign in to comment.