Skip to content

Commit

Permalink
Update dependencies (#300)
Browse files Browse the repository at this point in the history
* Update dependencies
* Pin oscrypto version to fix issue on Ubuntu 24.04 runner, as not currently being published to pypi
  • Loading branch information
paulschwarzenberger authored Jan 22, 2025
1 parent 8ff1791 commit d932657
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ecdsa_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
with:
python-version: "3.12"

- name: Install dependencies
- name: Install Python dependencies
run: |
pip install -r requirements-dev.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rsa_public_crl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
with:
python-version: "3.12"

- name: Install dependencies
- name: Install Python dependencies
run: |
pip install -r requirements-dev.txt
Expand Down
4 changes: 2 additions & 2 deletions modules/terraform-aws-ca-lambda/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bandit == 1.8.0
bandit == 1.8.2
black == 24.10.0
boto3 == 1.35.90
boto3 == 1.36.3
cryptography == 44.0.0
dataclasses-json == 0.6.7
prospector == 1.10.3
Expand Down
7 changes: 5 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-r requirements-docs.txt
asn1crypto == 1.5.1
assertpy == 1.1
bandit == 1.8.0
bandit == 1.8.2
black == 24.10.0
boto3 == 1.35.90
boto3 == 1.36.3
certvalidator == 0.11.1
cryptography == 44.0.0
dataclasses-json == 0.6.7
Expand All @@ -12,3 +12,6 @@ pytest == 8.3.4
requests == 2.32.3
structlog == 24.4.0
validators == 0.34.0

# TODO: Used by certvalidator - remove once latest oscrypto published to pypi
oscrypto @ git+https://github.com/wbond/oscrypto.git@d5f3437ed24257895ae1edd9e503cfb352e635a8
6 changes: 3 additions & 3 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cairosvg == 2.7.1
mkdocs-material == 9.5.49
pillow == 11.0.0
urllib3 == 2.2.3
mkdocs-material == 9.5.50
pillow == 11.1.0
urllib3 == 2.3.0
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3 == 1.35.90
boto3 == 1.36.3
2 changes: 1 addition & 1 deletion utils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
asn1crypto == 1.5.1
boto3 == 1.35.90
boto3 == 1.36.3
certvalidator == 0.11.1
cryptography == 44.0.0
validators == 0.34.0

0 comments on commit d932657

Please sign in to comment.