Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-dynamodb-encryption-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: aws/aws-dynamodb-encryption-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 7, 2024

  1. chore(deps): bump werkzeug from 2.3.8 to 3.0.3 in /test (#782)

    Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.8 to 3.0.3.
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
    - [Commits](pallets/werkzeug@2.3.8...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: werkzeug
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2ae1881 View commit details

Commits on Feb 12, 2025

  1. chore: bump macos version in CI (#820)

    ajewellamz authored Feb 12, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2e63038 View commit details
Showing with 3 additions and 3 deletions.
  1. +2 −2 .github/workflows/ci_tests.yaml
  2. +1 −1 test/upstream-requirements-py311.txt
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
@@ -22,15 +22,15 @@ jobs:
# x86 builds are only meaningful for Windows
- os: windows-latest
architecture: x86
- os: macos-12
- os: macos-13
architecture: x64
python:
- 3.8
- 3.9
- "3.10"
- "3.11"
- "3.12"
- 3.x
# - 3.x 3.13 does not have 'pipes' and maybe other necessary things
category:
- local-slow
# These require credentials.
2 changes: 1 addition & 1 deletion test/upstream-requirements-py311.txt
Original file line number Diff line number Diff line change
@@ -34,5 +34,5 @@ sortedcontainers==2.4.0
toml==0.10.2
types-toml==0.10.8.5
urllib3==1.26.18
Werkzeug==2.3.8
Werkzeug==3.0.3
xmltodict==0.13.0