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 (#776)

Bumps the dev-dependencies group with 3 updates in the / directory: [selenium](https://github.com/SeleniumHQ/Selenium), [pytest-django](https://github.com/pytest-dev/pytest-django) and [faker](https://github.com/joke2k/faker).


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

Updates `pytest-django` from 4.8.0 to 4.9.0
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst)
- [Commits](pytest-dev/pytest-django@v4.8.0...v4.9.0)

Updates `faker` from 28.0.0 to 28.4.1
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v28.0.0...v28.4.1)

---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: pytest-django
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 7e8d004 commit cb01dd2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ redis = {extras = ["hiredis"], version = "^5.0.8"}
[tool.poetry.group.dev.dependencies]
black = "^24.8.0"
pre-commit = "^3.8.0"
selenium = "~=4.23.1"
selenium = "~=4.24.0"
flake8 = ">=6.1.0"
pytest-django = "^4.8.0"
pytest-django = "^4.9.0"
pytest-cov = "^5.0.0"
faker = "^28.0.0"
faker = "^28.4.1"
isort = "^5.13.2"

[build-system]
Expand Down

0 comments on commit cb01dd2

Please sign in to comment.