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: microsoft/botbuilder-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.14.4
Choose a base ref
...
head repository: microsoft/botbuilder-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.14.5
Choose a head ref
  • 14 commits
  • 106 files changed
  • 4 contributors

Commits on Oct 11, 2023

  1. Python 3.11 Compatibility (#2022)

    * make updates to run tests with 3.11
    
    * run black
    
    * Update botbuilder-python-ci.yml
    
    * update azure devtools
    
    * remove `azure-devtools` due to it being archived
    
    * remove deprecation warning
    
    * lint ignore test files
    
    * ignore tests folder entirely
    
    * Update .pylintrc
    
    * Update .pylintrc
    
    * Update .pylintrc
    
    * only fail on errors
    
    * Update botbuilder-python-ci.yml
    
    * fixes for lint
    
    * test update pylint version
    
    * remove python 3.11 matrix (to be added in separate PR)
    aacebo authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d475640 View commit details
    Browse the repository at this point in the history
  2. Bump aiohttp from 3.8.4 to 3.8.5 in /libraries/botbuilder-adapters-sl…

    …ack (#2009)
    
    Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5.
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.8.4...v3.8.5)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
    dependabot[bot] and tracyboehrer authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2046715 View commit details
    Browse the repository at this point in the history
  3. Bump aiohttp in /libraries/botbuilder-integration-aiohttp (#2010)

    Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5.
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.8.4...v3.8.5)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
    dependabot[bot] and tracyboehrer authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    13546e7 View commit details
    Browse the repository at this point in the history
  4. Bump cryptography in /libraries/botframework-connector (#2011)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.3.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@39.0.1...41.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
    dependabot[bot] and tracyboehrer authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    24cbe36 View commit details
    Browse the repository at this point in the history
  5. Bump cryptography from 39.0.1 to 41.0.3 in /libraries/botbuilder-core (

    …#2012)
    
    Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.3.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@39.0.1...41.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
    dependabot[bot] and tracyboehrer authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    742de94 View commit details
    Browse the repository at this point in the history
  6. Bump cryptography from 39.0.1 to 41.0.3 in /libraries/botbuilder-dial…

    …ogs (#2013)
    
    Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.3.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@39.0.1...41.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
    dependabot[bot] and tracyboehrer authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e2e4e9a View commit details
    Browse the repository at this point in the history
  7. Bump cryptography from 39.0.1 to 41.0.4 in /libraries/botbuilder-core (

    …#2023)
    
    Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.4.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@39.0.1...41.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
    dependabot[bot] and Tracy Boehrer authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0d26939 View commit details
    Browse the repository at this point in the history
  8. cryptograhphy bump (#2026)

    Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
    tracyboehrer and Tracy Boehrer authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d3b929c View commit details
    Browse the repository at this point in the history
  9. django to 3.2.20 (#2027)

    Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
    tracyboehrer and Tracy Boehrer authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    dfec904 View commit details
    Browse the repository at this point in the history
  10. flask to 2.2.5 (#2028)

    Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
    tracyboehrer and Tracy Boehrer authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    df548cd View commit details
    Browse the repository at this point in the history
  11. django to 3.2.21 (#2029)

    Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
    tracyboehrer and Tracy Boehrer authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1b2991e View commit details
    Browse the repository at this point in the history
  12. aiohttp to 3.8.5

    Tracy Boehrer committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    971e782 View commit details
    Browse the repository at this point in the history
  13. Removed unused slacktestbot (#2030)

    Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
    tracyboehrer and Tracy Boehrer authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5b936db View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Removed deprecation notice

    Tracy Boehrer committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1bb46ea View commit details
    Browse the repository at this point in the history
Loading