Skip to content

Commit 537f9bf

Browse files
Bump factory-boy from 3.3.1 to 3.3.3 (#2062)
Bumps [factory-boy](https://github.com/FactoryBoy/factory_boy) from 3.3.1 to 3.3.3. - [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst) - [Commits](FactoryBoy/factory_boy@3.3.1...3.3.3) --- updated-dependencies: - dependency-name: factory-boy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c79523 commit 537f9bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ development = [
6262
"pytest==8.3.4",
6363
"pytest-randomly==3.16.0",
6464
"syrupy==4.8.1",
65-
"factory-boy==3.3.1",
65+
"factory-boy==3.3.3",
6666
"Faker==35.2.0",
6767
]
6868
packaging = ["pyinstaller~=6.10"]

snyk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ pre-commit>=3.5.0
2020
pytest==8.3.4
2121
pytest-randomly==3.16.0
2222
syrupy==4.8.1
23-
factory-boy==3.3.1
23+
factory-boy==3.3.3
2424
Faker==35.2.0

0 commit comments

Comments
 (0)