Skip to content

build: bump boto3 from 1.43.78 to 1.43.80 in /requirements - #748

Merged
cigamit merged 1 commit into
ctrliq:mainfrom
blaipr:build/bump-boto3-1.43.80
Aug 29, 2026
Merged

build: bump boto3 from 1.43.78 to 1.43.80 in /requirements#748
cigamit merged 1 commit into
ctrliq:mainfrom
blaipr:build/bump-boto3-1.43.80

Conversation

@blaipr

@blaipr blaipr commented Aug 26, 2026

Copy link
Copy Markdown
Contributor
SUMMARY

Bumps boto3 from 1.43.78 to 1.43.80 in requirements/requirements.txt. It drives the AWS credential plugin and the S3 backup paths.

The Python requirements are outside Dependabot's scope on purpose: #675 turned on version updates for github-actions and for npm in /awx/ui and left this file out, because it is compiled by requirements/updater.sh rather than hand-pinned. So this was produced the same way make requirements produces it:

requirements/updater.sh upgrade boto3 botocore s3transfer

run inside the ascender_devel image, which is where that script insists on running. botocore has to be named alongside it: both are direct entries in requirements.in, and boto3 1.43.80 requires botocore 1.43.80, so upgrading boto3 on its own is a no-op. The result is 2 added / 2 removed in the lockfile; s3transfer was already current.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • API
ASCENDER VERSION
25.5.1

Tests

Tested before opening, in the same image, with boto3 1.43.80 installed into the AWX venv:

py.test awx/main/tests/unit awx/conf/tests/unit awx/sso/tests/unit
  1404 passed, 1 skipped in 10.43s

CI does not run on pull requests from a fork until a maintainer approves the workflow, so this is what stands behind the change until then.

@cigamit cigamit self-assigned this Aug 29, 2026
@cigamit cigamit added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 29, 2026
@cigamit
cigamit merged commit db59255 into ctrliq:main Aug 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Development

Successfully merging this pull request may close these issues.

2 participants