Skip to content

Commit

Permalink
Bump lxml version for py3.12 E2E tests (#18637)
Browse files Browse the repository at this point in the history
* test e2e with docker build of Agent with py 3.12.6

* update lxml

* bump lxml

* add windows image

* revert datadog/agent-dev images

* add changelog
  • Loading branch information
Kyle-Neale authored Sep 27, 2024
1 parent e6db76d commit 51d16ea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in-toto==2.0.0
jellyfish==1.1.0
kubernetes==30.1.0
ldap3==2.9.1
lxml==4.9.4
lxml==5.1.1
lz4==4.3.3
mmh3==4.1.0
oauthlib==3.2.2
Expand Down
1 change: 1 addition & 0 deletions ibm_was/changelog.d/18637.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump lxml version for py3.12 E2E tests
2 changes: 1 addition & 1 deletion ibm_was/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"lxml==4.9.4",
"lxml==5.1.1",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions sqlserver/changelog.d/18637.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump lxml version for py3.12 E2E tests
2 changes: 1 addition & 1 deletion sqlserver/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"azure-identity==1.17.1",
"lxml==4.9.4",
"lxml==5.1.1",
"pyodbc==5.1.0; (sys_platform != 'darwin' or platform_machine != 'arm64')",
"pywin32==306; sys_platform == 'win32'",
]
Expand Down

0 comments on commit 51d16ea

Please sign in to comment.