Skip to content

Commit 91b4245

Browse files
authored
Upgrade hatchling Python build dependency (#12123)
1 parent d71c68e commit 91b4245

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

omnibus/config/software/datadog-agent-integrations-py2.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
# Prepare the build env, these dependencies are only needed to build and
134134
# install the core integrations.
135135
#
136-
command "#{pip} download --dest #{build_deps_dir} hatchling==0.22.0"
136+
command "#{pip} download --dest #{build_deps_dir} hatchling==0.25.0"
137137
command "#{pip} download --dest #{build_deps_dir} setuptools==40.9.0" # Version from ./setuptools2.rb
138138
command "#{pip} install wheel==0.34.1"
139139
command "#{pip} install setuptools-scm==5.0.2" # Pin to the last version that supports Python 2

omnibus/config/software/datadog-agent-integrations-py3.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
# Prepare the build env, these dependencies are only needed to build and
138138
# install the core integrations.
139139
#
140-
command "#{pip} download --dest #{build_deps_dir} hatchling==0.22.0"
140+
command "#{pip} download --dest #{build_deps_dir} hatchling==0.25.0"
141141
command "#{pip} download --dest #{build_deps_dir} setuptools==40.9.0" # Version from ./setuptools3.rb
142142
command "#{pip} install wheel==0.34.1"
143143
command "#{pip} install pip-tools==6.4.0"

0 commit comments

Comments
 (0)