diff --git a/gazelle_python.yaml b/gazelle_python.yaml index 74d3c3ab..406bd59f 100644 --- a/gazelle_python.yaml +++ b/gazelle_python.yaml @@ -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 @@ -948,4 +949,4 @@ manifest: tomli: tomli pip_repository: name: pypi -integrity: f4a6e3b8bcb040b22c92ea9eacec892756f1160a2a13f05f33696a607a73e44d +integrity: 9e7683295d991a76c6334cf941d9513d96ed1440bde94f55e386b33dc61f0744 diff --git a/py/tests/external-deps/expected_pathing b/py/tests/external-deps/expected_pathing index 00411ec2..e718c56f 100644 --- a/py/tests/external-deps/expected_pathing +++ b/py/tests/external-deps/expected_pathing @@ -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 diff --git a/requirements.in b/requirements.in index d06771be..516030f5 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -django~=4.0.10 +django~=4.1.0 colorama~=0.4.0 click pytest diff --git a/requirements.txt b/requirements.txt index bd857ca7..7c5172ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \