Skip to content

Commit

Permalink
fix(deps): revert la maj de boto3 (#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn authored Aug 27, 2024
1 parent d16b4dd commit d8dcf5f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = []

[tool.poetry.dependencies]
boto = "^2.49.0"
boto3 = "^1.35.6"
boto3 = "1.34.104"
crawlerdetect = "^0.1.7"
django = "4.2.15"
django-admin-list-filters = "^1.2"
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ async-timeout==4.0.3 ; python_full_version >= "3.10.4" and python_version < "3.1
attrs==24.2.0 ; python_full_version >= "3.10.4" and python_version < "4.0"
beautifulsoup4==4.11.2 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
black==24.8.0 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
boto3==1.35.6 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
boto3==1.34.104 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
boto==2.49.0 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
botocore==1.35.6 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
botocore==1.34.162 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
certifi==2024.7.4 ; python_full_version >= "3.10.4" and python_version < "4"
cffi==1.17.0 ; os_name == "nt" and implementation_name != "pypy" and python_full_version >= "3.10.4" and python_full_version < "4.0.0"
cfgv==3.4.0 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions requirements/staging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ asttokens==2.4.1 ; python_full_version >= "3.10.4" and python_full_version < "4.
async-timeout==4.0.3 ; python_full_version >= "3.10.4" and python_version < "3.11"
attrs==24.2.0 ; python_full_version >= "3.10.4" and python_version < "4.0"
beautifulsoup4==4.11.2 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
boto3==1.35.6 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
boto3==1.34.104 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
boto==2.49.0 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
botocore==1.35.6 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
botocore==1.34.162 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
certifi==2024.7.4 ; python_full_version >= "3.10.4" and python_version < "4"
charset-normalizer==3.3.2 ; python_full_version >= "3.10.4" and python_version < "4.0"
colorama==0.4.6 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0" and (sys_platform == "win32" or platform_system == "Windows")
Expand Down

0 comments on commit d8dcf5f

Please sign in to comment.