Skip to content

Commit a1132ad

Browse files
s7clarke10Steve Clarke
and
Steve Clarke
authored
Patching tap-mssql to remove CVES and bumping to latest versions. (wintersrd#77)
* Remove tox-poetry-installer and update pytest * Update to allowlist_externals * Bumping versions * Working out what breaks the tests * Further rollback * Further backout * Bumping requests * Bumpying pytest sugar * Bumping pytest-cov * Bumping tox-docker * Updating from port to expose * Updating expose port env var * Tweaking env vars * tweaking variable name * Rolling back to a known run point * Updating lock file * bumping pytest * Trying to bump docker again * Adjusting env name * Adjust exposed ports format * Adjusting variables * Another crack at ports * Another go at ports * Fixed passing env to integration test * Correcting spacing * Bumping requests * Updating CHANGELOG / bumping versions --------- Co-authored-by: Steve Clarke <[email protected]>
1 parent 541fcb1 commit a1132ad

File tree

6 files changed

+308
-317
lines changed

6 files changed

+308
-317
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.4.0
2+
current_version = 2.5.0
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# tap-mssql 2.5.0 2024-08-26
2+
3+
* removing tox-poetry-install - Not well supported.
4+
* Updating integration tests vars to CAPS to support passing MSSQL Port
5+
* tox-docker requires expose rather than ports syntax in tox.ini
6+
* Bumping docker = "^6.1.3" -> "^7.1.0"
7+
* Bumping pytest = "^7.0.0" -> "^8.3.2"
8+
* Bumping pytest-cov = "^4.1.0" -> = "^5.0.0"
9+
* Bumping mypy = "^1.10.1" -> = "^1.11.1"
10+
* Bumping pytest-sugar = "^0.9.7" -> = "^1.0.0"
11+
* Bumping pytest-datafiles = "^2.0" -> = "^3.0"
12+
* Bumping tox-docker = "4.1.0" -> = "5.0.0"
13+
* Bumping requests = "2.31.0" -> "2.32.3"
14+
* Bumping tox = "^3.28.0" -> "^4.18.0"
15+
116
# tap-mssql 2.4.0 2024-08-08
217

318
* Moving to patched version of Singer Framework plus using msgspec rather than orjson for JSON serialization speed.

0 commit comments

Comments
 (0)