Skip to content

Commit 074a020

Browse files
chore(deps-dev): bump the pytest group in /backend with 2 updates
Bumps the pytest group in /backend with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [pytest-factoryboy](https://github.com/pytest-dev/pytest-factoryboy). Updates `pytest` from 8.3.4 to 8.3.5 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.4...8.3.5) Updates `pytest-factoryboy` from 2.1.0 to 2.7.0 - [Changelog](https://github.com/pytest-dev/pytest-factoryboy/blob/master/CHANGES.rst) - [Commits](pytest-dev/pytest-factoryboy@2.1.0...2.7.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pytest - dependency-name: pytest-factoryboy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c14f0f6 commit 074a020

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

backend/poetry.lock

+13-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ django-extensions = "3.2.3"
5353
factory-boy = "3.3.3"
5454
ipdb = "0.13.13"
5555
pdbpp = "0.10.3"
56-
pytest = "8.3.4"
56+
pytest = "8.3.5"
5757
pytest-cov = "6.0.0"
5858
pytest-django = "4.10.0"
5959
pytest-env = "1.1.5"
6060
# needs to stay at 2.1.0 because of wrong interpretation of parameters with "__"
61-
pytest-factoryboy = "2.1.0"
61+
pytest-factoryboy = "2.7.0"
6262
pytest-mock = "3.14.0"
6363
pytest-randomly = "3.16.0"
6464
requests-mock = "1.12.1"

0 commit comments

Comments
 (0)