Skip to content

Commit

Permalink
Bump setuptools from 68.2.2 to 70.0.0 in /python (#303)
Browse files Browse the repository at this point in the history
* Bump setuptools from 68.2.2 to 70.0.0 in /python

Bumps [setuptools](https://github.com/pypa/setuptools) from 68.2.2 to 70.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v68.2.2...v70.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump Python library from 0.3.4 to 0.3.5

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Plattret <[email protected]>
  • Loading branch information
dependabot[bot] and kplattret authored Jul 17, 2024
1 parent a4cf3e9 commit 964d829
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 deletions.
24 changes: 16 additions & 8 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,36 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.3.5

- Bump idna from 3.4 to 3.7
- Bump requests from 2.31.0 to 2.32.0
- Bump urllib3 from 2.0.7 to 2.2.2
- Bump certifi from 2023.7.22 to 2024.7.4
- Bump setuptools from 68.2.2 to 70.0.0

## 0.3.4

* Bump black from 22.12.0 to 24.3.0.
- Bump black from 22.12.0 to 24.3.0

## 0.3.3

* Bump cryptography from 42.0.0 to 42.0.4 to address security vulnerabilities.
- Bump cryptography from 42.0.0 to 42.0.4 to address security vulnerabilities.

## 0.3.2

* Update dependencies.
- Update dependencies.

## 0.2.3

* Improves error handling when parsing and invalid signature.
- Improves error handling when parsing and invalid signature.

## 0.2.1

* When verifying permit signed/verified path single trailing slash mismatches.
* Add `path` arg assertions to `TlVerifier.set_path(...)` & `TlSigner.set_path(...)`.
* Add `JwsHeader` `dataclass`.
- When verifying permit signed/verified path single trailing slash mismatches.
- Add `path` arg assertions to `TlVerifier.set_path(...)` & `TlSigner.set_path(...)`.
- Add `JwsHeader` `dataclass`.

## 0.1.1

* Added `sign_with_pem and verify_with_pem`.
- Added `sign_with_pem and verify_with_pem`.
11 changes: 5 additions & 6 deletions python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "truelayer-signing"
version = "0.3.4"
version = "0.3.5"
description = "Produce & verify TrueLayer API requests signatures"
authors = ["tl-flavio-barinas <[email protected]>"]
license = "Apache-2.0 or MIT"
Expand Down

0 comments on commit 964d829

Please sign in to comment.