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
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = []
aiohttp = "^3.12.15"
python = "^3.11"
bleach = "^3.3.0"
boto3 = "^1.28.53"
botocore = "^1.31.53"
boto3 = "^1.40.48"
botocore = "^1.40.48"
chardet = "^3.0.4"
cryptography = "^44.0.1"
Django = "4.2.25"
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ attrs==25.3.0 ; python_version >= "3.11" and python_version < "4.0" \
bleach==3.3.0 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:6123ddc1052673e52bab52cdc955bcb57a015264a1c57d37bea2f6b817af0125 \
--hash=sha256:98b3170739e5e83dd9dc19633f074727ad848cbedb6026708c8ac2d3b697a433
boto3==1.28.53 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:b95b0cc39f08402029c3a2bb141e1775cfa46576ebe9f9916f79bde90e27f53f \
--hash=sha256:dc2da9aff7de359774030a243a09b74568664117e2afb77c6e4b90572ae3a6c3
botocore==1.31.53 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:905580ea724d74f11652bab63fcec6bf0d32f1cf8b2963f7388efc0ea406b69b \
--hash=sha256:aa647f94039d21de97c969df21ce8c5186b68234eb5c53148f0d8bbd708e375d
boto3==1.40.48 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:8a5fb8b5509cd5ddaf3d1d1f0385c974038b47492ca25f3414042676d188f635 \
--hash=sha256:b993bbef91f3796f0ae69b2a310a6cef41a06348ed80961f0ebc804680d8e9a4
botocore==1.40.48 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:18bed348ce707aa896065b424f36a0b8d542fa6810e9165618e105b1abf34e7e \
--hash=sha256:34795305bb5aa670befcbdc936fd144a0af5db5323d78e7245dbd6aa246bf3db
cachetools==4.2.2 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:2cc0b89715337ab6dbba85b5b50effe2b0c74e035d83ee8ed637cf52f12ae001 \
--hash=sha256:61b5ed1e22a0924aed1d23b478f37e8d52549ff8a961de2909c69bf950020cff
Expand Down Expand Up @@ -1362,9 +1362,9 @@ rpds-py==0.27.1 ; python_version >= "3.11" and python_version < "4.0" \
rsa==4.7.2 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:78f9a9bf4e7be0c5ded4583326e7461e3a3c5aae24073648b4bdfa797d78c9d2 \
--hash=sha256:9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e0353b9
s3transfer==0.6.2 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:b014be3a8a2aab98cfe1abc7229cc5a9a0cf05eb9c1f2b86b230fd8df3f78084 \
--hash=sha256:cab66d3380cca3e70939ef2255d01cd8aece6a4907a9528740f668c4b0611861
s3transfer==0.14.0 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:ea3b790c7077558ed1f02a3072fb3cb992bbbd253392f4b6e9e8976941c7d456 \
--hash=sha256:eff12264e7c8b4985074ccce27a3b38a485bb7f7422cc8046fee9be4983e4125
selenium==3.141.0 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:2d7131d7bc5a5b99a2d9b04aaf2612c411b03b8ca1b1ee8d3de5845a9be2cb3c \
--hash=sha256:deaf32b60ad91a4611b98d8002757f29e6f2c2d5fcaf202e1c9ad06d6772300d
Expand Down
Loading