Skip to content

Commit 3704ed0

Browse files
dependabot[bot]lafrech
authored andcommitted
Bump filelock from 3.16.1 to 3.20.1 in /requirements
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.16.1 to 3.20.1. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.16.1...3.20.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ef6352 commit 3704ed0

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

requirements/dev.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ coverage[toml]==7.6.10
1010
# via pytest-cov
1111
distlib==0.3.9
1212
# via virtualenv
13-
filelock==3.16.1
13+
filelock==3.20.1
1414
# via virtualenv
1515
identify==2.6.5
1616
# via pre-commit
@@ -29,26 +29,27 @@ pluggy==1.5.0
2929
port-for==0.7.4
3030
# via pytest-postgresql
3131
pre-commit==4.0.1
32-
# via -r requirements/dev.in
32+
# via -r dev.in
3333
psutil==6.1.1
3434
# via mirakuru
35+
psycopg==3.3.2
36+
# via pytest-postgresql
3537
pytest==8.3.4
3638
# via
37-
# -r requirements/tests.in
39+
# -r tests.in
3840
# pytest-cov
3941
# pytest-postgresql
4042
pytest-cov==6.0.0
41-
# via -r requirements/tests.in
43+
# via -r tests.in
4244
pytest-postgresql==6.1.1
43-
# via -r requirements/tests.in
45+
# via -r tests.in
4446
pyyaml==6.0.2
4547
# via pre-commit
46-
setuptools==75.7.0
47-
# via pytest-postgresql
4848
typing-extensions==4.12.2
4949
# via psycopg
5050
virtualenv==20.28.1
5151
# via pre-commit
5252

5353
# The following packages are considered to be unsafe in a requirements file:
54-
# psycopg
54+
setuptools==75.7.0
55+
# via pytest-postgresql

0 commit comments

Comments
 (0)