Skip to content

Commit

Permalink
Chore(deps-dev): Bump the dev-dependencies group across 1 directory w…
Browse files Browse the repository at this point in the history
…ith 3 updates (#1433)

Bumps the dev-dependencies group with 3 updates in the / directory: [selenium](https://github.com/SeleniumHQ/Selenium), [flake8](https://github.com/pycqa/flake8) and [isort](https://github.com/PyCQA/isort).


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

Updates `flake8` from 7.1.1 to 7.1.2
- [Commits](PyCQA/flake8@7.1.1...7.1.2)

Updates `isort` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@6.0.0...6.0.1)

---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2025
1 parent c56bfd9 commit efefee8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ boto3 = "^1.36.26"
[tool.poetry.group.dev.dependencies]
black = "^25.1.0"
pre-commit = "^4.1.0"
selenium = "~=4.28.1"
selenium = "~=4.29.0"
flake8 = ">=6.1.0"
pytest-django = "^4.10.0"
pytest-cov = "^6.0.0"
faker = "^36.1.1"
isort = "^6.0.0"
isort = "^6.0.1"
freezegun = "^1.5.1"

[build-system]
Expand Down

0 comments on commit efefee8

Please sign in to comment.