Skip to content

Commit c2f4e0c

Browse files
Merge pull request #102 from stax-labs/chore/unpin-pyjwt
chore(deps): unpin pyjwt
2 parents 0f02ef3 + d216acf commit c2f4e0c

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pytest
99
pytest-cov
1010
responses
1111
requests
12-
pyjwt==2.4.0
12+
pyjwt
1313
boto3
1414
aws_requests_auth
1515
openapi-spec-validator==0.2.9

staxapp/aws_srp.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
"""
2-
Copyright 2021 Brian Jinwright <opensource@capless.io>
2+
Copyright 2021 Brian Jinwright <opensource@capless.io>
33
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
77
8-
http://www.apache.org/licenses/LICENSE-2.0
8+
http://www.apache.org/licenses/LICENSE-2.0
99
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
1515
16-
Imported from https://github.com/capless/warrant to reduce external dependencies required by this library and just
17-
use the SRP functions.
16+
Imported from https://github.com/capless/warrant to reduce external dependencies required by this library and just
17+
use the SRP functions.
1818
"""
1919

2020
import base64

0 commit comments

Comments
 (0)