Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -844,9 +844,9 @@ tzdata==2023.3 ; python_version >= "3.10" and python_version < "4.0" \
uritemplate==4.1.1 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0 \
--hash=sha256:830c08b8d99bdd312ea4ead05994a38e8936266f84b9a7878232db50b044e02e
urllib3==2.1.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3 \
--hash=sha256:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54
urllib3==2.7.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c \
--hash=sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897
uwsgi==2.0.31 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:e8f8b350ccc106ff93a65247b9136f529c14bf96b936ac5b264c6ff9d0c76257
vine==5.1.0 ; python_version >= "3.10" and python_version < "4.0" \
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,9 @@ tzdata==2023.3 ; python_version >= "3.10" and python_version < "4.0" \
uritemplate==4.1.1 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0 \
--hash=sha256:830c08b8d99bdd312ea4ead05994a38e8936266f84b9a7878232db50b044e02e
urllib3==2.1.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3 \
--hash=sha256:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54
urllib3==2.7.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c \
--hash=sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897
uwsgi==2.0.31 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:e8f8b350ccc106ff93a65247b9136f529c14bf96b936ac5b264c6ff9d0c76257
vine==5.1.0 ; python_version >= "3.10" and python_version < "4.0" \
Expand Down
Loading