Skip to content

Commit

Permalink
Bump binary package version (DataDog#19190)
Browse files Browse the repository at this point in the history
* bump binary package version

* add python version condition

* remove python version condition

* changelo

* changelog modified

* changelog modified

* changelog modified
  • Loading branch information
HadhemiDD authored Dec 5, 2024
1 parent 59e8e20 commit e19e029
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin'
aws-requests-auth==0.4.3
azure-identity==1.17.1
beautifulsoup4==4.12.3
binary==1.0.0
binary==1.0.1
boto3==1.35.10
botocore==1.35.10
cachetools==5.5.0
Expand Down
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/19190.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump binary package version for py3.12
2 changes: 1 addition & 1 deletion datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ db = [
"mmh3==4.1.0",
]
deps = [
"binary==1.0.0",
"binary==1.0.1",
"cachetools==5.5.0",
"cryptography==43.0.1",
"ddtrace==2.10.6",
Expand Down

0 comments on commit e19e029

Please sign in to comment.