Skip to content

Commit

Permalink
chore(main): release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 1, 2023
1 parent 13e9d31 commit 75f3651
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.4.3](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.4.2...v1.4.3) (2023-11-01)


### Dependencies

* Update dependencies for github ([#865](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/865)) ([cacf85a](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/cacf85a43c12e297b698ed041370e0f54167054b))
* Update dependency black to v23.10.0 ([#867](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/867)) ([4bc1790](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/4bc17904c609d540d1fa6b7110de1aa36a88ae9b))
* Update dependency black to v23.10.1 ([#871](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/871)) ([0db7f58](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/0db7f589468099eed29591ec87ddc11cc312d51f))
* Update dependency cryptography to v41.0.5 ([#874](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/874)) ([9f9dd0d](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/9f9dd0dc5ac43fa9402ccb7477b8972a74fa3703))
* Update dependency pg8000 to v1.30.3 ([#882](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/882)) ([13e9d31](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/13e9d3132290989a788157f1d91b83103ccb3764))
* Update dependency pytest to v7.4.3 ([#875](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/875)) ([2423e2e](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/2423e2e061198ef44365799e453acae63e729a94))
* Update dependency pytest-asyncio to v0.22.0 ([#881](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/881)) ([65e5550](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/65e55503fbf3434f27414b734ff54f28b8303f2f))
* Update dependency SQLAlchemy to v2.0.22 ([#866](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/866)) ([67ff095](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/67ff095b5a567e92759f2e5b9dfd63acab910a55))
* Update github/codeql-action action to v2.22.5 ([#879](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/879)) ([2cc1a54](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/2cc1a54ce90e1ffa926262cebb5ddf2b4a7efa52))
* Update ossf/scorecard-action action to v2.3.1 ([#872](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/872)) ([32c6481](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/32c64817aa1a3e5c3a86409535d57568a5782852))

## [1.4.2](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.4.1...v1.4.2) (2023-10-09)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/sql/connector/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.4.2"
__version__ = "1.4.3"

0 comments on commit 75f3651

Please sign in to comment.