Skip to content

Commit 913676d

Browse files
authored
chore: update django to resolve dependabot alert (#155)
1 parent 0bb8d01 commit 913676d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

gazelle_python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,4 +948,4 @@ manifest:
948948
tomli: tomli
949949
pip_repository:
950950
name: pypi
951-
integrity: 513d09eba4819402e869b6fd51b1a20a769482fa524b3c9436265be630f06d9f
951+
integrity: f4a6e3b8bcb040b22c92ea9eacec892756f1160a2a13f05f33696a607a73e44d

py/tests/external-deps/expected_pathing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sys path:
1717
Entrypoint Path: (pwd)/bazel-out/host/bin/py/tests/external-deps/pathing.runfiles/aspect_rules_py/py/tests/external-deps/pathing.py
1818

1919
Django location: (pwd)/bazel-out/host/bin/py/tests/external-deps/pathing.runfiles/pathing.venv/lib/python3.9/site-packages/django/__init__.py
20-
Django version: 4.0.9
20+
Django version: 4.0.10
2121

2222
From lib with wheel dependency: Hello Matt
2323
lib filepath: (pwd)/bazel-out/host/bin/py/tests/external-deps/pathing.runfiles/aspect_rules_py/py/tests/external-deps/lib.py

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
django~=4.0.0
1+
django~=4.0.10
22
colorama~=0.4.0
33
click
44
pytest

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ colorama==0.4.6 \
2020
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
2121
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
2222
# via -r ./requirements.in
23-
django==4.0.9 \
24-
--hash=sha256:6ddab9f9ac9211e2dc544819b87343b49c53f99d882e68727b38fd44204f752e \
25-
--hash=sha256:7cc034a72f99536c5feb39d1575f2952b86ffa409f109efeb2c8b398985f78a7
23+
django==4.0.10 \
24+
--hash=sha256:2c2f73c16b11cb272c6d5e3b063f0d1be06f378d8dc6005fbe8542565db659cc \
25+
--hash=sha256:4496eb4f65071578b703fdc6e6f29302553c7440e3f77baf4cefa4a4e091fc3d
2626
# via -r ./requirements.in
2727
exceptiongroup==1.1.0 \
2828
--hash=sha256:327cbda3da756e2de031a3107b81ab7b3770a602c4d16ca618298c526f4bec1e \

0 commit comments

Comments
 (0)