Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add default Github OAuth backend #42

Merged
merged 1 commit into from
Jan 17, 2017
Merged

add default Github OAuth backend #42

merged 1 commit into from
Jan 17, 2017

Conversation

nusnewob
Copy link
Contributor

No description provided.

@uktitools
Copy link

Can one of the admins verify this patch?

@nusnewob nusnewob merged commit 09fc180 into master Jan 17, 2017
@nusnewob nusnewob deleted the flower_auth branch January 17, 2017 13:48
vfarah-if added a commit that referenced this pull request Mar 19, 2021
# This is the 1st commit message:

Ignore pycharm generated idea

# This is the commit message #2:

Update state with company address

# This is the commit message #3:

Create base company state

# This is the commit message #4:

Create address fields on the Admin

# This is the commit message #5:

Add debugger to requirements

# This is the commit message #6:

Add address_state index migration

# This is the commit message #7:

Fixed failing tests

# This is the commit message #8:

Removed pycharm ignore for global ignore solution

# This is the commit message #9:

WIP

# This is the commit message #10:

Added upcoming financial year to projects summaries endpoint

# This is the commit message #11:

Bump boto3 from 1.17.12 to 1.17.17

Bumps [boto3](https://github.com/boto/boto3) from 1.17.12 to 1.17.17.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.12...1.17.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #12:

Bump watchdog[watchmedo] from 2.0.1 to 2.0.2

Bumps [watchdog[watchmedo]](https://github.com/gorakhargosh/watchdog) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](gorakhargosh/watchdog@v2.0.1...v2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #13:

Bump ipython from 7.20.0 to 7.21.0

Bumps [ipython](https://github.com/ipython/ipython) from 7.20.0 to 7.21.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@7.20.0...7.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #14:

Bump mail-parser from 3.14.0 to 3.15.0

Bumps [mail-parser](https://github.com/SpamScope/mail-parser) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/SpamScope/mail-parser/releases)
- [Commits](SpamScope/mail-parser@v3.14.0...v3.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #15:

Bump django-axes from 5.13.0 to 5.13.1

Bumps [django-axes](https://github.com/jazzband/django-axes) from 5.13.0 to 5.13.1.
- [Release notes](https://github.com/jazzband/django-axes/releases)
- [Changelog](https://github.com/jazzband/django-axes/blob/master/CHANGES.rst)
- [Commits](jazzband/django-axes@5.13.0...5.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #16:

[Security] Bump aiohttp from 3.7.3 to 3.7.4

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.3 to 3.7.4. **This update includes a security fix.**
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.7.3...v3.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #17:

Prepare for release 36.7.0

This bumps the version and adds the changelog for version 36.7.0.

# This is the commit message #18:

Added foreign key look up on administrative area
Added docker-compose.yml ports for postgres
Generated a migration

# This is the commit message #19:

Fixed failing tests

# This is the commit message #20:

Fixed circle ci issue with my docker change

# This is the commit message #21:

Updated the AdminArea string to include the country to make this clearer

# This is the commit message #22:

Fixed failing test

# This is the commit message #23:

Fixed the space and delimiter issue

# This is the commit message #24:

add modified_by to large capital investor activity stream endpoint

# This is the commit message #25:

add local CI investor profile feature flag

# This is the commit message #26:

Prepare for release 36.8.0

This bumps the version and adds the changelog for version 36.8.0.

# This is the commit message #27:

The endpoint `company/<uuid:pk>/export-win` now responds with a 200 empty list when a match can't be found.

Previously the endpoint use to throw a HTTP 404 when a match couldn't be found with
the Company Matching Service, now the endpoint responds with a HTTP 200 empty list.
This prevents error messages being displayed on the frontend due to a non-match,
we now they have `0 Export wins` instead.

# This is the commit message #28:

Add administrative_area_code field to administrative area and update US states with new field

# This is the commit message #29:

Add address state to company model

Ignore pycharm generated idea

Update state with company address

Create base company state

Create address fields on the Admin

Add debugger to requirements

Add address_state index migration

Fixed failing tests

Removed pycharm ignore for global ignore solution

WIP

Added foreign key look up on administrative area
Added docker-compose.yml ports for postgres
Generated a migration

Fixed failing tests

Fixed circle ci issue with my docker change

Updated the AdminArea string to include the country to make this clearer

Fixed failing test

Fixed the space and delimiter issue

# This is the commit message #30:

Created custom migration for all state scenarios left over
Clean us post code for all post address types
Update and generate states based on formatted postcode
Generate all other international area codes sql

# This is the commit message #31:

WIP clean command failing

# This is the commit message #32:

Refactored calling methods

# This is the commit message #33:

Refactored calling methods

# This is the commit message #34:

Refactored with broken logic

# This is the commit message #35:

Refactored with broken logic

# This is the commit message #36:

Updated test data to play with

# This is the commit message #37:

Switch to regex replace based approach

# This is the commit message #38:

Updated test data to play with

# This is the commit message #39:

Update comment

# This is the commit message #40:

Fix missing group

# This is the commit message #41:

Bump flake8-bugbear from 20.11.1 to 21.3.1

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 20.11.1 to 21.3.1.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #42:

Bump pre-commit from 2.10.1 to 2.11.0

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v2.10.1...v2.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #43:

Bump sentry-sdk from 0.20.3 to 1.0.0

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.20.3 to 1.0.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@0.20.3...1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #44:

Bump django-mptt from 0.11.0 to 0.12.0

Bumps [django-mptt](https://github.com/django-mptt/django-mptt) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/django-mptt/django-mptt/releases)
- [Changelog](https://github.com/django-mptt/django-mptt/blob/master/CHANGELOG.rst)
- [Commits](django-mptt/django-mptt@0.11.0...0.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #45:

Bump boto3 from 1.17.17 to 1.17.22

Bumps [boto3](https://github.com/boto/boto3) from 1.17.17 to 1.17.22.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.17...1.17.22)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
vfarah-if added a commit that referenced this pull request Mar 22, 2021
# This is the 1st commit message:

Ignore pycharm generated idea

# This is the commit message #2:

Update state with company address

# This is the commit message #3:

Create base company state

# This is the commit message #4:

Create address fields on the Admin

# This is the commit message #5:

Add debugger to requirements

# This is the commit message #6:

Add address_state index migration

# This is the commit message #7:

Fixed failing tests

# This is the commit message #8:

Removed pycharm ignore for global ignore solution

# This is the commit message #9:

WIP

# This is the commit message #10:

Added upcoming financial year to projects summaries endpoint

# This is the commit message #11:

Bump boto3 from 1.17.12 to 1.17.17

Bumps [boto3](https://github.com/boto/boto3) from 1.17.12 to 1.17.17.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.12...1.17.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #12:

Bump watchdog[watchmedo] from 2.0.1 to 2.0.2

Bumps [watchdog[watchmedo]](https://github.com/gorakhargosh/watchdog) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](gorakhargosh/watchdog@v2.0.1...v2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #13:

Bump ipython from 7.20.0 to 7.21.0

Bumps [ipython](https://github.com/ipython/ipython) from 7.20.0 to 7.21.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@7.20.0...7.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #14:

Bump mail-parser from 3.14.0 to 3.15.0

Bumps [mail-parser](https://github.com/SpamScope/mail-parser) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/SpamScope/mail-parser/releases)
- [Commits](SpamScope/mail-parser@v3.14.0...v3.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #15:

Bump django-axes from 5.13.0 to 5.13.1

Bumps [django-axes](https://github.com/jazzband/django-axes) from 5.13.0 to 5.13.1.
- [Release notes](https://github.com/jazzband/django-axes/releases)
- [Changelog](https://github.com/jazzband/django-axes/blob/master/CHANGES.rst)
- [Commits](jazzband/django-axes@5.13.0...5.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #16:

[Security] Bump aiohttp from 3.7.3 to 3.7.4

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.3 to 3.7.4. **This update includes a security fix.**
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.7.3...v3.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #17:

Prepare for release 36.7.0

This bumps the version and adds the changelog for version 36.7.0.

# This is the commit message #18:

Added foreign key look up on administrative area
Added docker-compose.yml ports for postgres
Generated a migration

# This is the commit message #19:

Fixed failing tests

# This is the commit message #20:

Fixed circle ci issue with my docker change

# This is the commit message #21:

Updated the AdminArea string to include the country to make this clearer

# This is the commit message #22:

Fixed failing test

# This is the commit message #23:

Fixed the space and delimiter issue

# This is the commit message #24:

add modified_by to large capital investor activity stream endpoint

# This is the commit message #25:

add local CI investor profile feature flag

# This is the commit message #26:

Prepare for release 36.8.0

This bumps the version and adds the changelog for version 36.8.0.

# This is the commit message #27:

The endpoint `company/<uuid:pk>/export-win` now responds with a 200 empty list when a match can't be found.

Previously the endpoint use to throw a HTTP 404 when a match couldn't be found with
the Company Matching Service, now the endpoint responds with a HTTP 200 empty list.
This prevents error messages being displayed on the frontend due to a non-match,
we now they have `0 Export wins` instead.

# This is the commit message #28:

Add administrative_area_code field to administrative area and update US states with new field

# This is the commit message #29:

Add address state to company model

Ignore pycharm generated idea

Update state with company address

Create base company state

Create address fields on the Admin

Add debugger to requirements

Add address_state index migration

Fixed failing tests

Removed pycharm ignore for global ignore solution

WIP

Added foreign key look up on administrative area
Added docker-compose.yml ports for postgres
Generated a migration

Fixed failing tests

Fixed circle ci issue with my docker change

Updated the AdminArea string to include the country to make this clearer

Fixed failing test

Fixed the space and delimiter issue

# This is the commit message #30:

Created custom migration for all state scenarios left over
Clean us post code for all post address types
Update and generate states based on formatted postcode
Generate all other international area codes sql

# This is the commit message #31:

WIP clean command failing

# This is the commit message #32:

Refactored calling methods

# This is the commit message #33:

Refactored calling methods

# This is the commit message #34:

Refactored with broken logic

# This is the commit message #35:

Refactored with broken logic

# This is the commit message #36:

Updated test data to play with

# This is the commit message #37:

Switch to regex replace based approach

# This is the commit message #38:

Updated test data to play with

# This is the commit message #39:

Update comment

# This is the commit message #40:

Fix missing group

# This is the commit message #41:

Bump flake8-bugbear from 20.11.1 to 21.3.1

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 20.11.1 to 21.3.1.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #42:

Bump pre-commit from 2.10.1 to 2.11.0

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v2.10.1...v2.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #43:

Bump sentry-sdk from 0.20.3 to 1.0.0

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.20.3 to 1.0.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@0.20.3...1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #44:

Bump django-mptt from 0.11.0 to 0.12.0

Bumps [django-mptt](https://github.com/django-mptt/django-mptt) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/django-mptt/django-mptt/releases)
- [Changelog](https://github.com/django-mptt/django-mptt/blob/master/CHANGELOG.rst)
- [Commits](django-mptt/django-mptt@0.11.0...0.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #45:

Bump boto3 from 1.17.17 to 1.17.22

Bumps [boto3](https://github.com/boto/boto3) from 1.17.17 to 1.17.22.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.17...1.17.22)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
vfarah-if added a commit that referenced this pull request Mar 22, 2021
# This is the 1st commit message:

Ignore pycharm generated idea

# This is the commit message #2:

Update state with company address

# This is the commit message #3:

Create base company state

# This is the commit message #4:

Create address fields on the Admin

# This is the commit message #5:

Add debugger to requirements

# This is the commit message #6:

Add address_state index migration

# This is the commit message #7:

Fixed failing tests

# This is the commit message #8:

Removed pycharm ignore for global ignore solution

# This is the commit message #9:

WIP

# This is the commit message #10:

Added upcoming financial year to projects summaries endpoint

# This is the commit message #11:

Bump boto3 from 1.17.12 to 1.17.17

Bumps [boto3](https://github.com/boto/boto3) from 1.17.12 to 1.17.17.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.12...1.17.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #12:

Bump watchdog[watchmedo] from 2.0.1 to 2.0.2

Bumps [watchdog[watchmedo]](https://github.com/gorakhargosh/watchdog) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](gorakhargosh/watchdog@v2.0.1...v2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #13:

Bump ipython from 7.20.0 to 7.21.0

Bumps [ipython](https://github.com/ipython/ipython) from 7.20.0 to 7.21.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@7.20.0...7.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #14:

Bump mail-parser from 3.14.0 to 3.15.0

Bumps [mail-parser](https://github.com/SpamScope/mail-parser) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/SpamScope/mail-parser/releases)
- [Commits](SpamScope/mail-parser@v3.14.0...v3.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #15:

Bump django-axes from 5.13.0 to 5.13.1

Bumps [django-axes](https://github.com/jazzband/django-axes) from 5.13.0 to 5.13.1.
- [Release notes](https://github.com/jazzband/django-axes/releases)
- [Changelog](https://github.com/jazzband/django-axes/blob/master/CHANGES.rst)
- [Commits](jazzband/django-axes@5.13.0...5.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #16:

[Security] Bump aiohttp from 3.7.3 to 3.7.4

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.3 to 3.7.4. **This update includes a security fix.**
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.7.3...v3.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #17:

Prepare for release 36.7.0

This bumps the version and adds the changelog for version 36.7.0.

# This is the commit message #18:

Added foreign key look up on administrative area
Added docker-compose.yml ports for postgres
Generated a migration

# This is the commit message #19:

Fixed failing tests

# This is the commit message #20:

Fixed circle ci issue with my docker change

# This is the commit message #21:

Updated the AdminArea string to include the country to make this clearer

# This is the commit message #22:

Fixed failing test

# This is the commit message #23:

Fixed the space and delimiter issue

# This is the commit message #24:

add modified_by to large capital investor activity stream endpoint

# This is the commit message #25:

add local CI investor profile feature flag

# This is the commit message #26:

Prepare for release 36.8.0

This bumps the version and adds the changelog for version 36.8.0.

# This is the commit message #27:

The endpoint `company/<uuid:pk>/export-win` now responds with a 200 empty list when a match can't be found.

Previously the endpoint use to throw a HTTP 404 when a match couldn't be found with
the Company Matching Service, now the endpoint responds with a HTTP 200 empty list.
This prevents error messages being displayed on the frontend due to a non-match,
we now they have `0 Export wins` instead.

# This is the commit message #28:

Add administrative_area_code field to administrative area and update US states with new field

# This is the commit message #29:

Add address state to company model

Ignore pycharm generated idea

Update state with company address

Create base company state

Create address fields on the Admin

Add debugger to requirements

Add address_state index migration

Fixed failing tests

Removed pycharm ignore for global ignore solution

WIP

Added foreign key look up on administrative area
Added docker-compose.yml ports for postgres
Generated a migration

Fixed failing tests

Fixed circle ci issue with my docker change

Updated the AdminArea string to include the country to make this clearer

Fixed failing test

Fixed the space and delimiter issue

# This is the commit message #30:

Created custom migration for all state scenarios left over
Clean us post code for all post address types
Update and generate states based on formatted postcode
Generate all other international area codes sql

# This is the commit message #31:

WIP clean command failing

# This is the commit message #32:

Refactored calling methods

# This is the commit message #33:

Refactored calling methods

# This is the commit message #34:

Refactored with broken logic

# This is the commit message #35:

Refactored with broken logic

# This is the commit message #36:

Updated test data to play with

# This is the commit message #37:

Switch to regex replace based approach

# This is the commit message #38:

Updated test data to play with

# This is the commit message #39:

Update comment

# This is the commit message #40:

Fix missing group

# This is the commit message #41:

Bump flake8-bugbear from 20.11.1 to 21.3.1

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 20.11.1 to 21.3.1.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #42:

Bump pre-commit from 2.10.1 to 2.11.0

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v2.10.1...v2.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #43:

Bump sentry-sdk from 0.20.3 to 1.0.0

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.20.3 to 1.0.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@0.20.3...1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #44:

Bump django-mptt from 0.11.0 to 0.12.0

Bumps [django-mptt](https://github.com/django-mptt/django-mptt) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/django-mptt/django-mptt/releases)
- [Changelog](https://github.com/django-mptt/django-mptt/blob/master/CHANGELOG.rst)
- [Commits](django-mptt/django-mptt@0.11.0...0.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #45:

Bump boto3 from 1.17.17 to 1.17.22

Bumps [boto3](https://github.com/boto/boto3) from 1.17.17 to 1.17.22.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.17...1.17.22)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants