Skip to content

Commit a15452f

Browse files
dd-octo-sts[bot]quinna-hbrettlangdon
authored
chore: update pyodbc latest version to 5.3.0 (#15544)
Update pyodbc lockfiles and dependency package lockfiles. This performs the following updates: 1) Some pyodbc lockfiles use pyodbc `latest`. This will update pyodbc and dependencies. 2) Some pyodbc lockfiles use a pinned (non-latest) version of pyodbc, but require the `latest` version of another package. This will update all such packages. Signed-off-by: brettlangdon <[email protected]> Co-authored-by: quinna-h <[email protected]> Co-authored-by: Brett Langdon <[email protected]>
1 parent 4ee9deb commit a15452f

File tree

11 files changed

+110
-99
lines changed

11 files changed

+110
-99
lines changed

.riot/requirements/17879d0.txt

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/17879d0.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.9
9-
exceptiongroup==1.2.2
7+
attrs==25.4.0
8+
coverage[toml]==7.12.0
9+
exceptiongroup==1.3.1
1010
hypothesis==6.45.0
11-
iniconfig==2.0.0
12-
mock==5.1.0
11+
iniconfig==2.3.0
12+
mock==5.2.0
1313
opentracing==2.4.0
14-
packaging==24.2
15-
pluggy==1.5.0
16-
pyodbc==5.2.0
17-
pytest==8.3.4
18-
pytest-cov==6.0.0
19-
pytest-mock==3.14.0
20-
pytest-randomly==3.16.0
14+
packaging==25.0
15+
pluggy==1.6.0
16+
pygments==2.19.2
17+
pyodbc==5.3.0
18+
pytest==9.0.2
19+
pytest-cov==7.0.0
20+
pytest-mock==3.15.1
21+
pytest-randomly==4.0.1
2122
sortedcontainers==2.4.0
22-
tomli==2.2.1
23+
tomli==2.3.0
24+
typing-extensions==4.15.0

.riot/requirements/188a403.txt

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,23 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/188a403.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.9
9-
exceptiongroup==1.2.2
7+
attrs==25.4.0
8+
coverage[toml]==7.10.7
9+
exceptiongroup==1.3.1
1010
hypothesis==6.45.0
11-
importlib-metadata==8.5.0
12-
iniconfig==2.0.0
13-
mock==5.1.0
11+
importlib-metadata==8.7.0
12+
iniconfig==2.1.0
13+
mock==5.2.0
1414
opentracing==2.4.0
15-
packaging==24.2
16-
pluggy==1.5.0
15+
packaging==25.0
16+
pluggy==1.6.0
17+
pygments==2.19.2
1718
pyodbc==4.0.39
18-
pytest==8.3.4
19-
pytest-cov==6.0.0
20-
pytest-mock==3.14.0
21-
pytest-randomly==3.16.0
19+
pytest==8.4.2
20+
pytest-cov==7.0.0
21+
pytest-mock==3.15.1
22+
pytest-randomly==4.0.1
2223
sortedcontainers==2.4.0
23-
tomli==2.2.1
24-
zipp==3.21.0
24+
tomli==2.3.0
25+
typing-extensions==4.15.0
26+
zipp==3.23.0

.riot/requirements/1af9cfa.txt

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1af9cfa.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.9
9-
exceptiongroup==1.2.2
7+
attrs==25.4.0
8+
coverage[toml]==7.12.0
9+
exceptiongroup==1.3.1
1010
hypothesis==6.45.0
11-
iniconfig==2.0.0
12-
mock==5.1.0
11+
iniconfig==2.3.0
12+
mock==5.2.0
1313
opentracing==2.4.0
14-
packaging==24.2
15-
pluggy==1.5.0
14+
packaging==25.0
15+
pluggy==1.6.0
16+
pygments==2.19.2
1617
pyodbc==4.0.39
17-
pytest==8.3.4
18-
pytest-cov==6.0.0
19-
pytest-mock==3.14.0
20-
pytest-randomly==3.16.0
18+
pytest==9.0.2
19+
pytest-cov==7.0.0
20+
pytest-mock==3.15.1
21+
pytest-randomly==4.0.1
2122
sortedcontainers==2.4.0
22-
tomli==2.2.1
23+
tomli==2.3.0
24+
typing-extensions==4.15.0

.riot/requirements/1d9a544.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1d9a544.in
66
#
7-
attrs==25.3.0
8-
coverage[toml]==7.10.5
7+
attrs==25.4.0
8+
coverage[toml]==7.12.0
99
hypothesis==6.45.0
10-
iniconfig==2.1.0
10+
iniconfig==2.3.0
1111
mock==5.2.0
1212
opentracing==2.4.0
1313
packaging==25.0
1414
pluggy==1.6.0
1515
pygments==2.19.2
16-
pyodbc==5.2.0
17-
pytest==8.4.1
18-
pytest-cov==6.2.1
19-
pytest-mock==3.14.1
20-
pytest-randomly==3.16.0
16+
pyodbc==5.3.0
17+
pytest==9.0.2
18+
pytest-cov==7.0.0
19+
pytest-mock==3.15.1
20+
pytest-randomly==4.0.1
2121
sortedcontainers==2.4.0

.riot/requirements/1ef773e.txt

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1ef773e.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.9
7+
attrs==25.4.0
8+
coverage[toml]==7.12.0
99
hypothesis==6.45.0
10-
iniconfig==2.0.0
11-
mock==5.1.0
10+
iniconfig==2.3.0
11+
mock==5.2.0
1212
opentracing==2.4.0
13-
packaging==24.2
14-
pluggy==1.5.0
15-
pyodbc==5.2.0
16-
pytest==8.3.4
17-
pytest-cov==6.0.0
18-
pytest-mock==3.14.0
19-
pytest-randomly==3.16.0
13+
packaging==25.0
14+
pluggy==1.6.0
15+
pygments==2.19.2
16+
pyodbc==5.3.0
17+
pytest==9.0.2
18+
pytest-cov==7.0.0
19+
pytest-mock==3.15.1
20+
pytest-randomly==4.0.1
2021
sortedcontainers==2.4.0

.riot/requirements/9a81f68.txt

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,23 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/9a81f68.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.9
9-
exceptiongroup==1.2.2
7+
attrs==25.4.0
8+
coverage[toml]==7.10.7
9+
exceptiongroup==1.3.1
1010
hypothesis==6.45.0
11-
importlib-metadata==8.5.0
12-
iniconfig==2.0.0
13-
mock==5.1.0
11+
importlib-metadata==8.7.0
12+
iniconfig==2.1.0
13+
mock==5.2.0
1414
opentracing==2.4.0
15-
packaging==24.2
16-
pluggy==1.5.0
17-
pyodbc==5.2.0
18-
pytest==8.3.4
19-
pytest-cov==6.0.0
20-
pytest-mock==3.14.0
21-
pytest-randomly==3.16.0
15+
packaging==25.0
16+
pluggy==1.6.0
17+
pygments==2.19.2
18+
pyodbc==5.3.0
19+
pytest==8.4.2
20+
pytest-cov==7.0.0
21+
pytest-mock==3.15.1
22+
pytest-randomly==4.0.1
2223
sortedcontainers==2.4.0
23-
tomli==2.2.1
24-
zipp==3.21.0
24+
tomli==2.3.0
25+
typing-extensions==4.15.0
26+
zipp==3.23.0

.riot/requirements/ed78a8f.txt

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/ed78a8f.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.9
7+
attrs==25.4.0
8+
coverage[toml]==7.12.0
99
hypothesis==6.45.0
10-
iniconfig==2.0.0
11-
mock==5.1.0
10+
iniconfig==2.3.0
11+
mock==5.2.0
1212
opentracing==2.4.0
13-
packaging==24.2
14-
pluggy==1.5.0
15-
pyodbc==5.2.0
16-
pytest==8.3.4
17-
pytest-cov==6.0.0
18-
pytest-mock==3.14.0
19-
pytest-randomly==3.16.0
13+
packaging==25.0
14+
pluggy==1.6.0
15+
pygments==2.19.2
16+
pyodbc==5.3.0
17+
pytest==9.0.2
18+
pytest-cov==7.0.0
19+
pytest-mock==3.15.1
20+
pytest-randomly==4.0.1
2021
sortedcontainers==2.4.0

.riot/requirements/eeaed0d.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/eeaed0d.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/eeaed0d.in
66
#
7-
attrs==24.3.0
8-
coverage[toml]==7.6.9
7+
attrs==25.4.0
8+
coverage[toml]==7.12.0
99
hypothesis==6.45.0
10-
iniconfig==2.0.0
11-
mock==5.1.0
10+
iniconfig==2.3.0
11+
mock==5.2.0
1212
opentracing==2.4.0
13-
packaging==24.2
14-
pluggy==1.5.0
15-
pyodbc==5.2.0
16-
pytest==8.3.4
17-
pytest-cov==6.0.0
18-
pytest-mock==3.14.0
19-
pytest-randomly==3.16.0
13+
packaging==25.0
14+
pluggy==1.6.0
15+
pygments==2.19.2
16+
pyodbc==5.3.0
17+
pytest==9.0.2
18+
pytest-cov==7.0.0
19+
pytest-mock==3.15.1
20+
pytest-randomly==4.0.1
2021
sortedcontainers==2.4.0

ddtrace/contrib/integration_registry/registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ integrations:
715715
tested_versions_by_dependency:
716716
pyodbc:
717717
min: 4.0.39
718-
max: 5.2.0
718+
max: 5.3.0
719719

720720
- integration_name: pyramid
721721
is_external_package: true

supported_versions_output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@
546546
"dependency": "pyodbc",
547547
"integration": "pyodbc",
548548
"minimum_tracer_supported": "4.0.39",
549-
"max_tracer_supported": "5.2.0",
549+
"max_tracer_supported": "5.3.0",
550550
"auto-instrumented": true
551551
},
552552
{

0 commit comments

Comments
 (0)