Bump rules python and rules_cc deps (#1034)

* fix bcr metadata templates in main so we can test push workflow

* fix email

* Add workflow to publish a release to the bcr. (#998)

* Add the workflow to publish a release to the bcr.
- Update .bcr metadata template
- Update .bcr test matrix to drop bazel 7

* bump rules python and rules_cc deps to stop getting so many warkings during build

---------

Co-authored-by: tonyaiuto <tony@aiuto.dev>
Co-authored-by: Tony Aiuto <tony.aiuto@datadoghq.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 84e1dc3..2c7fef4 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -7,12 +7,12 @@
 
 # Do not update to newer versions until you need a specific new feature.
 bazel_dep(name = "rules_license", version = "1.0.0")
-bazel_dep(name = "rules_python", version = "1.0.0")
+bazel_dep(name = "rules_python", version = "1.7.0")
 bazel_dep(name = "bazel_skylib", version = "1.9.0")
 
 # Only for development
 bazel_dep(name = "platforms", version = "1.0.0", dev_dependency = True)
-bazel_dep(name = "rules_cc", version = "0.1.1", dev_dependency = True)
+bazel_dep(name = "rules_cc", version = "0.2.16", dev_dependency = True)
 bazel_dep(name = "rules_shell", version = "0.6.1", dev_dependency = True)
 bazel_dep(name = "stardoc", version = "0.7.2", dev_dependency = True)