Skip to content

Commit

Permalink
chore: bump Python dependencies (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattem committed Jul 31, 2023
1 parent 6d738f5 commit 57ade45
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion gazelle_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ manifest:
django.core.management.commands.makemessages: Django
django.core.management.commands.makemigrations: Django
django.core.management.commands.migrate: Django
django.core.management.commands.optimizemigration: Django
django.core.management.commands.runserver: Django
django.core.management.commands.sendtestemail: Django
django.core.management.commands.shell: Django
Expand Down Expand Up @@ -948,4 +949,4 @@ manifest:
tomli: tomli
pip_repository:
name: pypi
integrity: f4a6e3b8bcb040b22c92ea9eacec892756f1160a2a13f05f33696a607a73e44d
integrity: 9e7683295d991a76c6334cf941d9513d96ed1440bde94f55e386b33dc61f0744
2 changes: 1 addition & 1 deletion py/tests/external-deps/expected_pathing
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sys path:
Entrypoint Path: (pwd)/bazel-out/[exec]/bin/py/tests/external-deps/pathing.runfiles/aspect_rules_py/py/tests/external-deps/pathing.py

Django location: (pwd)/bazel-out/[exec]/bin/py/tests/external-deps/pathing.runfiles/pathing.venv/lib/python3.9/site-packages/django/__init__.py
Django version: 4.0.10
Django version: 4.1.10

From lib with wheel dependency: Hello Matt
lib filepath: (pwd)/bazel-out/[exec]/bin/py/tests/external-deps/pathing.runfiles/aspect_rules_py/py/tests/external-deps/lib.py
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django~=4.0.10
django~=4.1.0
colorama~=0.4.0
click
pytest
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ colorama==0.4.6 \
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
# via -r ./requirements.in
django==4.0.10 \
--hash=sha256:2c2f73c16b11cb272c6d5e3b063f0d1be06f378d8dc6005fbe8542565db659cc \
--hash=sha256:4496eb4f65071578b703fdc6e6f29302553c7440e3f77baf4cefa4a4e091fc3d
django==4.1.10 \
--hash=sha256:26d0260c2fb8121009e62ffc548b2398dea2522b6454208a852fb0ef264c206c \
--hash=sha256:56343019a9fd839e2e5bf203daf45f25af79d5bffa4c71d56eae4f4404d82ade
# via -r ./requirements.in
exceptiongroup==1.1.0 \
--hash=sha256:327cbda3da756e2de031a3107b81ab7b3770a602c4d16ca618298c526f4bec1e \
Expand Down

0 comments on commit 57ade45

Please sign in to comment.