Skip to content

Commit 36b28c7

Browse files
HaSistrunkgithub-actions[bot]
authored andcommitted
Scheduled dependency updates
1 parent 133c4c2 commit 36b28c7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: development
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v5.5.0
23+
uses: actions/setup-python@v5.6.0
2424
with:
2525
python-version: '3.11'
2626
cache: pip

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile
66
#
7-
boto3==1.37.24
7+
boto3==1.38.6
88
# via -r requirements.in
9-
botocore==1.37.24
9+
botocore==1.38.6
1010
# via
1111
# boto3
1212
# s3transfer
@@ -18,9 +18,9 @@ python-dateutil==2.9.0.post0
1818
# via botocore
1919
pyyaml==6.0.2
2020
# via -r requirements.in
21-
s3transfer==0.11.4
21+
s3transfer==0.12.0
2222
# via boto3
2323
six==1.17.0
2424
# via python-dateutil
25-
urllib3==2.3.0
25+
urllib3==2.4.0
2626
# via botocore

0 commit comments

Comments
 (0)