File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -211,12 +211,13 @@ The following sections show how to download and install the DEB packages availab
211
211
-playwright = "==1.30.0" # used for in-browser testing
212
212
diff -u Pipfile Pipfile_v2 > ../pipfile-remove-playwright.patch
213
213
214
- #### Remove pymssql from pipfile
214
+ #### Update pymssql version in pipfile
215
215
216
216
cp Pipfile Pipfile_v2
217
217
vim Pipfile_v2
218
218
-pymssql = "==2.2.7" # needed by check_sql active check
219
- diff -u Pipfile Pipfile_v2 > ../pipfile-remove-pymssql.patch
219
+ +pymssql = "==2.2.8" # needed by check_sql active check
220
+ diff -u Pipfile Pipfile_v2 > ../pipfile-update-pymssql.patch
220
221
221
222
#### Remove werkv2 markdown imports
222
223
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ patch -p0 < ../python-make-set-arm-architecture.patch
57
57
patch -p0 < ../protobuf-make-add-latomic.patch
58
58
patch -p0 < ../pipfile-remove-pbr.patch
59
59
patch -p0 < ../pipfile-remove-playwright.patch
60
- patch -p0 < ../pipfile-remove -pymssql.patch
60
+ patch -p0 < ../pipfile-update -pymssql.patch
61
61
patch -p0 < ../werkv2-remove-markdown-imports.patch
62
62
patch -p0 < ../xmlsec1-fix-source-url.patch
63
63
Original file line number Diff line number Diff line change 1
1
--- Pipfile 2023-07-19 10:27:00.000000000 +0100
2
- +++ Pipfile_v2 2023-08-03 20:47:04.074867414 +0100
3
- @@ -145,7 +145,6 @@
2
+ +++ Pipfile_v2 2023-08-05 10:27:55.308412543 +0100
3
+ @@ -145,7 +145,7 @@
4
4
s3transfer = "==0.4.2" # needed by boto3 (aws)
5
5
boto3 = "==1.17.102" # needed by boto3 (aws)
6
6
python-snap7 = "==1.2" # needed by Siemens PLC special agent
7
7
- pymssql = "==2.2.7" # needed by check_sql active check
8
+ + pymssql = "==2.2.8" # needed by check_sql active check
8
9
PyMySQL = "==0.9.3" # needed by check_sql active check
9
10
psycopg2-binary = "==2.9.5" # needed by check_sql active check
10
11
apispec = "==5.2.2" # direct dependency
You can’t perform that action at this time.
0 commit comments