We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8542b1 + 459834b commit 57bbf8eCopy full SHA for 57bbf8e
.github/workflows/dependencies.yml
@@ -20,7 +20,7 @@ jobs:
20
ref: development
21
22
- name: Set up Python
23
- uses: actions/setup-python@v5.5.0
+ uses: actions/setup-python@v5.6.0
24
with:
25
python-version: '3.11'
26
cache: pip
requirements.txt
@@ -4,9 +4,9 @@
4
#
5
# pip-compile
6
7
-boto3==1.37.24
+boto3==1.38.6
8
# via -r requirements.in
9
-botocore==1.37.24
+botocore==1.38.6
10
# via
11
# boto3
12
# s3transfer
@@ -18,9 +18,9 @@ python-dateutil==2.9.0.post0
18
# via botocore
19
pyyaml==6.0.2
-s3transfer==0.11.4
+s3transfer==0.12.0
# via boto3
six==1.17.0
# via python-dateutil
-urllib3==2.3.0
+urllib3==2.4.0
0 commit comments