Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump psutil for python 3.12 #18491

Merged
merged 7 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ prometheus-client,PyPI,Apache-2.0,Copyright 2015 Brian Brazil
prometheus-client,PyPI,Apache-2.0,Copyright 2015 The Prometheus Authors
protobuf,PyPI,BSD-3-Clause,Copyright 2008 Google Inc.
protobuf,PyPI,BSD-3-Clause,Copyright 2008 Google Inc. All rights reserved.
psutil,PyPI,BSD-3-Clause,"Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola'"
psutil,PyPI,BSD-3-Clause,"Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola"
psycopg2-binary,PyPI,BSD-3-Clause,Copyright 2013 Federico Di Gregorio
psycopg2-binary,PyPI,LGPL-3.0-only,Copyright (C) 2013 Federico Di Gregorio
pyOpenSSL,PyPI,Apache-2.0,Copyright The pyOpenSSL developers
Expand Down
4 changes: 2 additions & 2 deletions agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ prometheus-client==0.12.0; python_version < '3.0'
prometheus-client==0.20.0; python_version > '3.0'
protobuf==3.17.3; python_version < '3.0'
protobuf==5.27.3; python_version > '3.0'
psutil==5.9.0
psutil==5.9.6
psycopg2-binary==2.9.9; python_version > '3.0'
pyasn1==0.4.8
pycryptodomex==3.20.0
Expand All @@ -70,7 +70,7 @@ pyopenssl==24.2.1; python_version > '3.0'
pysmi==0.3.4; python_version < '3.0'
pysmi==1.2.1; python_version > '3.0'
pysnmp-mibs==0.1.6
pysnmp==4.4.10; python_version < '3.0'
pysnmp==4.4.10; python_version < '3.0'
pysnmp==5.1.0; python_version > '3.0'
pysocks==1.7.1
python-binary-memcached==0.26.1; sys_platform != 'win32' and python_version < '3.0'
Expand Down
1 change: 1 addition & 0 deletions btrfs/changelog.d/18491.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump `psutil` version to 5.9.6
2 changes: 1 addition & 1 deletion btrfs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"psutil==5.9.0",
"psutil==5.9.6",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions disk/changelog.d/18491.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump psutil version for python 3.12 support
2 changes: 1 addition & 1 deletion disk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"psutil==5.9.0",
"psutil==5.9.6",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions gunicorn/changelog.d/18491.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump `psutil` version to 5.9.6
2 changes: 1 addition & 1 deletion gunicorn/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"psutil==5.9.0",
"psutil==5.9.6",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions ibm_mq/changelog.d/18491.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump `psutil` version to 5.9.6
2 changes: 1 addition & 1 deletion ibm_mq/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requires-python = ">=3.9"

[project.optional-dependencies]
deps = [
"psutil==5.9.0",
"psutil==5.9.6",
"pymqi==1.12.10; (sys_platform != 'darwin' or platform_machine != 'arm64') and python_version > '3.0'",
]

Expand Down
1 change: 1 addition & 0 deletions network/changelog.d/18491.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump `psutil` version to 5.9.6
2 changes: 1 addition & 1 deletion network/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"psutil==5.9.0",
"psutil==5.9.6",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions process/changelog.d/18491.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump `psutil` version to 5.9.6
2 changes: 1 addition & 1 deletion process/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"psutil==5.9.0",
"psutil==5.9.6",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions system_core/changelog.d/18491.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump `psutil` version to 5.9.6
2 changes: 1 addition & 1 deletion system_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"psutil==5.9.0",
"psutil==5.9.6",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions system_swap/changelog.d/18491.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump `psutil` version to 5.9.6
2 changes: 1 addition & 1 deletion system_swap/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"psutil==5.9.0",
"psutil==5.9.6",
]

[project.urls]
Expand Down
Loading